tetst:add assert check in ci

This commit is contained in:
chenhaoran 2024-09-02 21:27:07 +08:00
parent 14674ffbba
commit 019641e830
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ static int32_t tsdbCommitOpenReader(SCommitter2 *committer) {
|| TARRAY2_SIZE(committer->ctx->info->fset->lvlArr) == 0 // || TARRAY2_SIZE(committer->ctx->info->fset->lvlArr) == 0 //
) { ) {
return 0; return 0;
assert(10000);
} }
SSttLvl *lvl; SSttLvl *lvl;