Merge branch 'feature/sim' of https://github.com/taosdata/TDengine into feature/sim

This commit is contained in:
Shengliang Guan 2021-01-13 22:42:02 +08:00
commit 74a928365c
1 changed files with 3 additions and 4 deletions

View File

@ -35,10 +35,9 @@ class TDTestCase:
tdSql.execute("alter database db keep 365,365,365")
tdSql.query("show databases")
tdSql.checkData(0, 7, "365,365,365")
tdSql.execute("alter database db quorum 2")
tdSql.query("show databases")
tdSql.checkData(0, 5, 2)
tdSql.error("alter database db quorum 2")
tdSql.execute("alter database db blocks 100")
tdSql.query("show databases")