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>
This commit is contained in:
smellthemoon 2024-01-04 17:06:47 +08:00 committed by GitHub
parent da7c3cbd88
commit e09fc040aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {