milvus/reader/quety_node_test.go
FluorineDog fe9040f326 Fix BruteForce, add restriction for indexing builder
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-18 11:03:28 +08:00

13 lines
124 B
Go

package reader
import (
"testing"
)
// TODO: add query node test
func TestQueryNode_RunInsertDelete(t *testing.T) {
}