修复lua中,历史版本号有续集写入参数反了的bug。

This commit is contained in:
zhengchao
2019-02-22 11:20:34 +06:00
parent ffb11b845d
commit 31e2cacd7b
4 changed files with 19 additions and 15 deletions

View File

@@ -1271,7 +1271,8 @@ protected:
Maat_cmd_flushDB(_shared_feather);
Maat_initiate_feather(_shared_feather);
//For simulating race condition.
Maat_cmd_incrby(_shared_feather, "MAAT_PRE_VER", 1);
}
static void TearDownTestCase()
{