mirror of https://github.com/milvus-io/milvus.git
parent
91d251ab48
commit
f36310abfb
|
@ -628,9 +628,6 @@ func TestDataNode(t *testing.T) {
|
|||
})
|
||||
|
||||
t.Run("Test BackGroundGC", func(t *testing.T) {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
node := newIDLEDataNodeMock(ctx, schemapb.DataType_Int64)
|
||||
|
||||
vchanNameCh := make(chan string)
|
||||
node.clearSignal = vchanNameCh
|
||||
go node.BackGroundGC(vchanNameCh)
|
||||
|
|
Loading…
Reference in New Issue