提交 1f66342c 编写于 作者: H Hongze Cheng

remove part of assert

上级 77cfb02e
...@@ -394,7 +394,7 @@ int tsdbWriteCompInfo(SRWHelper *pHelper) { ...@@ -394,7 +394,7 @@ int tsdbWriteCompInfo(SRWHelper *pHelper) {
pFile->info.len += tsdbEncodeSCompIdx(&pBuf, &(pHelper->curCompIdx)); pFile->info.len += tsdbEncodeSCompIdx(&pBuf, &(pHelper->curCompIdx));
pFile->info.size += pIdx->len; pFile->info.size += pIdx->len;
ASSERT(pFile->info.size == lseek(pFile->fd, 0, SEEK_CUR)); // ASSERT(pFile->info.size == lseek(pFile->fd, 0, SEEK_CUR));
} }
return 0; return 0;
...@@ -436,7 +436,7 @@ int tsdbWriteCompIdx(SRWHelper *pHelper) { ...@@ -436,7 +436,7 @@ int tsdbWriteCompIdx(SRWHelper *pHelper) {
pFile->info.offset = offset; pFile->info.offset = offset;
pFile->info.size += pFile->info.len; pFile->info.size += pFile->info.len;
ASSERT(pFile->info.size == lseek(pFile->fd, 0, SEEK_CUR)); // ASSERT(pFile->info.size == lseek(pFile->fd, 0, SEEK_CUR));
return 0; return 0;
} }
...@@ -813,7 +813,7 @@ static int tsdbWriteBlockToFile(SRWHelper *pHelper, SFile *pFile, SDataCols *pDa ...@@ -813,7 +813,7 @@ static int tsdbWriteBlockToFile(SRWHelper *pHelper, SFile *pFile, SDataCols *pDa
pCompBlock->keyLast); pCompBlock->keyLast);
pFile->info.size += pCompBlock->len; pFile->info.size += pCompBlock->len;
ASSERT(pFile->info.size == lseek(pFile->fd, 0, SEEK_CUR)); // ASSERT(pFile->info.size == lseek(pFile->fd, 0, SEEK_CUR));
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册