Skip to content

Commit

Permalink
Merge pull request #707 from taosdata/fix/alexduan
Browse files Browse the repository at this point in the history
fix: do not return 1
  • Loading branch information
DuanKuanJun committed Sep 21, 2023
2 parents 4436f95 + 3ce29b2 commit 6aa5b97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/benchInsert.c
Original file line number Diff line number Diff line change
Expand Up @@ -3530,8 +3530,7 @@ int insertTestProcess() {
}
// check fill child table count valid
if(fillChildTblName(database, stbInfo) <= 0) {
infoPrint(" warning fill child table is zero, please check parameters in json is correct. database:%s stb: %s \n", database->dbName, stbInfo->stbName);
return 0;
infoPrint(" warning fill childs table count is zero, please check parameters in json is correct. database:%s stb: %s \n", database->dbName, stbInfo->stbName);
}
if (0 != prepareSampleData(database, stbInfo)) {
return -1;
Expand Down

0 comments on commit 6aa5b97

Please sign in to comment.