fix(test): update test case.
This commit is contained in:
parent
93159729f6
commit
30db04ddb5
|
@ -206,7 +206,7 @@ class TDTestCase:
|
||||||
while (1):
|
while (1):
|
||||||
tdSql.query('show subscriptions;')
|
tdSql.query('show subscriptions;')
|
||||||
subscribeNum = tdSql.queryRows
|
subscribeNum = tdSql.queryRows
|
||||||
tdLog.info(" get subscriptions count: %d"%(subscribeNum))
|
tdLog.info(" get subscriptions count: %d, expected:%d"%(subscribeNum, expectSubscribeNum))
|
||||||
if subscribeNum == expectSubscribeNum:
|
if subscribeNum == expectSubscribeNum:
|
||||||
flag = 1
|
flag = 1
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue