fix ci test
This commit is contained in:
parent
e812d20a1b
commit
f02e10cf99
|
@ -117,7 +117,6 @@ int32_t tsdbCommit(STsdb *pTsdb) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
#if 0
|
||||
// Skip expired memory data and expired FSET
|
||||
tsdbSeekCommitIter(&commith, commith.rtn.minKey);
|
||||
while ((pSet = tsdbFSIterNext(&(commith.fsIter)))) {
|
||||
|
@ -128,7 +127,6 @@ int32_t tsdbCommit(STsdb *pTsdb) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// commit
|
||||
fid = tsdbNextCommitFid(&(commith));
|
||||
|
|
Loading…
Reference in New Issue