fix case issue
This commit is contained in:
parent
3976e1d072
commit
acee0af58f
|
@ -88,6 +88,8 @@ class TDTestCase:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
tdLog.info(repr(e))
|
tdLog.info(repr(e))
|
||||||
|
|
||||||
|
|
||||||
|
time.sleep(5)
|
||||||
tdSql.query("show streams")
|
tdSql.query("show streams")
|
||||||
tdSql.checkRows(1)
|
tdSql.checkRows(1)
|
||||||
tdSql.checkData(0, 2, 's0')
|
tdSql.checkData(0, 2, 's0')
|
||||||
|
@ -146,6 +148,7 @@ class TDTestCase:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
tdLog.info(repr(e))
|
tdLog.info(repr(e))
|
||||||
|
|
||||||
|
time.sleep(5)
|
||||||
tdSql.query("show streams")
|
tdSql.query("show streams")
|
||||||
tdSql.checkRows(2)
|
tdSql.checkRows(2)
|
||||||
tdSql.checkData(0, 2, 's1')
|
tdSql.checkData(0, 2, 's1')
|
||||||
|
|
Loading…
Reference in New Issue