Skip to content

Commit c7eee11

Browse files
committed
enh: more log for test
1 parent dc9f0ee commit c7eee11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cases/32-Grants/test_grant_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def checkGrantsTimeSeries(self, prompt="", nExpectedTimeSeries=0, strictMode=Fal
8282
tss_grant = self.getShowGrantsTimeSeries()
8383
if tss_grant == nExpectedTimeSeries:
8484
if not strictMode:
85+
tdLog.info(f"{prompt}: tss_grant: {tss_grant} == nExpectedTimeSeries: {nExpectedTimeSeries}, retry: {nRetry}")
8586
return
8687
tss_table = self.getTablesTimeSeries()
8788
if tss_grant == tss_table:

0 commit comments

Comments
 (0)