fix ci test

This commit is contained in:
Hongze Cheng 2022-06-05 11:30:30 +00:00
parent e812d20a1b
commit f02e10cf99
1 changed files with 0 additions and 2 deletions

View File

@ -117,7 +117,6 @@ int32_t tsdbCommit(STsdb *pTsdb) {
return -1; return -1;
} }
#if 0
// Skip expired memory data and expired FSET // Skip expired memory data and expired FSET
tsdbSeekCommitIter(&commith, commith.rtn.minKey); tsdbSeekCommitIter(&commith, commith.rtn.minKey);
while ((pSet = tsdbFSIterNext(&(commith.fsIter)))) { while ((pSet = tsdbFSIterNext(&(commith.fsIter)))) {
@ -128,7 +127,6 @@ int32_t tsdbCommit(STsdb *pTsdb) {
break; break;
} }
} }
#endif
// commit // commit
fid = tsdbNextCommitFid(&(commith)); fid = tsdbNextCommitFid(&(commith));