mirror of https://github.com/milvus-io/milvus.git
fix: the config value of DataCoordTimeTick become longer and longer (#29659)
#29658 Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>pull/29688/head
parent
da7c3cbd88
commit
e09fc040aa
|
@ -4335,6 +4335,7 @@ func closeTestServer(t *testing.T, svr *Server) {
|
|||
assert.NoError(t, err)
|
||||
err = svr.CleanMeta()
|
||||
assert.NoError(t, err)
|
||||
paramtable.Get().Reset(Params.CommonCfg.DataCoordTimeTick.Key)
|
||||
}
|
||||
|
||||
func newTestServer2(t *testing.T, receiveCh chan any, opts ...Option) *Server {
|
||||
|
|
Loading…
Reference in New Issue