fix ci test
This commit is contained in:
parent
e812d20a1b
commit
f02e10cf99
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue