Merge pull request #17761 from taosdata/fix/TD-19873-D

fix: make test pass when running tfs_test standalone in mac
This commit is contained in:
Shengliang Guan 2022-10-30 17:41:44 +08:00 committed by GitHub
commit c79b058a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ TEST_F(TfsTest, 01_Open_Close) {
STfs *pTfs = tfsOpen(&dCfg, 1); STfs *pTfs = tfsOpen(&dCfg, 1);
ASSERT_EQ(pTfs, nullptr); ASSERT_EQ(pTfs, nullptr);
taosMkDir(root); taosMulMkDir(root);
pTfs = tfsOpen(&dCfg, 1); pTfs = tfsOpen(&dCfg, 1);
ASSERT_NE(pTfs, nullptr); ASSERT_NE(pTfs, nullptr);