mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Cherry-pick from master pr: #32216 See also #32069 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
d635495885
commit
02acb9f7dd
@ -4667,6 +4667,10 @@ func TestDataCoord_EnableActiveStandby(t *testing.T) {
|
||||
defer paramtable.Get().Reset(Params.DataCoordCfg.EnableActiveStandby.Key)
|
||||
svr := testDataCoordBase(t)
|
||||
defer closeTestServer(t, svr)
|
||||
assert.Eventually(t, func() bool {
|
||||
// return svr.
|
||||
return svr.GetStateCode() == commonpb.StateCode_Healthy
|
||||
}, time.Second*5, time.Millisecond*100)
|
||||
}
|
||||
|
||||
func TestDataNodeTtChannel(t *testing.T) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user