Skip to content

Commit aa2046e

Browse files
committed
chore: fix ci problem
1 parent c7eee11 commit aa2046e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cases/32-Grants/test_grant_basic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ def s5_check_timeseries_exclude_systable(self):
294294
tkAuditStb = self.parseSystemStbArrayFromC(vnodeQueryPath, "tkAuditStb")
295295
tdLog.info(f"Parsed tkLogStb ({len(tkLogStb)} items): {tkLogStb}")
296296
tdLog.info(f"Parsed tkAuditStb ({len(tkAuditStb)} items): {tkAuditStb}")
297+
assert len(tkLogStb) > 0, "Parsed tkLogStb is empty"
298+
assert len(tkAuditStb) > 0, "Parsed tkAuditStb is empty"
297299

298300
tdLog.printNoPrefix("======== test timeseries exclude systable: ")
299301
try:

0 commit comments

Comments
 (0)