mirror of https://github.com/milvus-io/milvus.git
Cherry-pick from master pr: #32216 See also #32069 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/32241/head
parent
d9892367d3
commit
e00772a098
|
@ -3593,6 +3593,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…
Reference in New Issue