mirror of https://github.com/milvus-io/milvus.git
Fix the logic of waiting for collection to be loaded (#7978)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/7988/head
parent
13f9b32452
commit
502cb68c08
|
@ -1079,7 +1079,7 @@ func TestProxy(t *testing.T) {
|
|||
}
|
||||
|
||||
// waiting for collection to be loaded
|
||||
for f() {
|
||||
for !f() {
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue