milvus/reader/reader_test.go
FluorineDog 7062b64fce Support blacklist using concurrentBitset
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-15 16:16:43 +08:00

10 lines
106 B
Go

package reader
import (
"testing"
)
func TestReader_startQueryNode(t *testing.T) {
startQueryNode()
}