From 890cd7294337aed2240223b628dff9b0eccede4c Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Tue, 28 Dec 2021 19:11:59 +0800 Subject: [PATCH] [skip e2e]Add comments to conf adapter file (#14413) 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 2d2331de1a..a3810e33ef 100644 --- a/internal/util/indexparamcheck/conf_adapter_test.go +++ b/internal/util/indexparamcheck/conf_adapter_test.go @@ -293,6 +293,7 @@ func TestNSGConfAdapter_CheckTrain(t *testing.T) { } } +// HNSWConfAdapter checks if a hnsw index can be built. func TestHNSWConfAdapter_CheckTrain(t *testing.T) { validParams := map[string]string{ DIM: strconv.Itoa(128),