From 42b7753683b18088f82fc5092d7e6ac0b2fc3b26 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Wed, 29 Dec 2021 15:31:21 +0800 Subject: [PATCH] [skip e2e] Add comments to conf adapter file (#14509) Signed-off-by: jingkl --- internal/util/indexparamcheck/conf_adapter_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/util/indexparamcheck/conf_adapter_test.go b/internal/util/indexparamcheck/conf_adapter_test.go index 00a9c42562..3eab31e7bf 100644 --- a/internal/util/indexparamcheck/conf_adapter_test.go +++ b/internal/util/indexparamcheck/conf_adapter_test.go @@ -65,6 +65,7 @@ func TestBaseConfAdapter_CheckTrain(t *testing.T) { } } +// IVFConfAdapter checks if an ivf index can be built. func TestIVFConfAdapter_CheckTrain(t *testing.T) { validParams := map[string]string{ DIM: strconv.Itoa(128),