From 4be099798938c5ac10fd49e2036e30500fab9a11 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Wed, 29 Dec 2021 22:38:19 +0800 Subject: [PATCH] [skip e2e] Add comments to conf adapter file (#14510) 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 3eab31e7bf..9ad513585c 100644 --- a/internal/util/indexparamcheck/conf_adapter_test.go +++ b/internal/util/indexparamcheck/conf_adapter_test.go @@ -202,6 +202,7 @@ func TestBinIDMAPConfAdapter_CheckTrain(t *testing.T) { } } +// BinIVFConfAdapter checks if a bin ivf index can be built. func TestBinIVFConfAdapter_CheckTrain(t *testing.T) { validParams := map[string]string{ DIM: strconv.Itoa(128),