test(stream): init mnode lock.

This commit is contained in:
Haojun Liao 2024-02-22 09:04:57 +08:00
parent 03bc2d7c6d
commit 705ae7d827
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ TEST_F(StreamTest, kill_checkpoint_trans) {
opt.pWal = pMnode->pWal;
pMnode->pSdb = sdbInit(&opt);
taosThreadMutexInit(&pMnode->syncMgmt.lock, NULL);
}
SVgroupChangeInfo info;