Merge pull request #2718 from taosdata/hotfix/sangshuduo/fix-query-unittest-compile-error

fix query unittest compile error.
This commit is contained in:
Shengliang Guan 2020-07-20 15:57:06 +08:00 committed by GitHub
commit bb0602cac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ void simpleTest() {
ASSERT_EQ(getResBufSize(pResultBuf), 1000*16384L);
SIDList list = getDataBufPagesIdList(pResultBuf, groupId);
ASSERT_EQ(list.size, 1);
ASSERT_EQ(taosArrayGetSize(list), 1);
ASSERT_EQ(getNumOfResultBufGroupId(pResultBuf), 1);