add case to CI
This commit is contained in:
parent
aab9c55db4
commit
04992db19b
|
@ -271,13 +271,13 @@ class TDTestCase:
|
||||||
tdLog.printNoPrefix("==========step3:all check")
|
tdLog.printNoPrefix("==========step3:all check")
|
||||||
self.all_test()
|
self.all_test()
|
||||||
|
|
||||||
# tdDnodes.stop(1)
|
tdDnodes.stop(1)
|
||||||
# tdDnodes.start(1)
|
tdDnodes.start(1)
|
||||||
|
|
||||||
# tdSql.execute("use db")
|
tdSql.execute("use db")
|
||||||
|
|
||||||
# tdLog.printNoPrefix("==========step4:after wal, all check again ")
|
tdLog.printNoPrefix("==========step4:after wal, all check again ")
|
||||||
# self.all_test()
|
self.all_test()
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
tdSql.close()
|
tdSql.close()
|
||||||
|
|
|
@ -271,13 +271,13 @@ class TDTestCase:
|
||||||
tdLog.printNoPrefix("==========step3:all check")
|
tdLog.printNoPrefix("==========step3:all check")
|
||||||
self.all_test()
|
self.all_test()
|
||||||
|
|
||||||
# tdDnodes.stop(1)
|
tdDnodes.stop(1)
|
||||||
# tdDnodes.start(1)
|
tdDnodes.start(1)
|
||||||
|
|
||||||
# tdSql.execute("use db")
|
tdSql.execute("use db")
|
||||||
|
|
||||||
# tdLog.printNoPrefix("==========step4:after wal, all check again ")
|
tdLog.printNoPrefix("==========step4:after wal, all check again ")
|
||||||
# self.all_test()
|
self.all_test()
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
tdSql.close()
|
tdSql.close()
|
||||||
|
|
|
@ -17,6 +17,8 @@ python3 ./test.py -f 2-query/length.py
|
||||||
python3 ./test.py -f 2-query/char_length.py
|
python3 ./test.py -f 2-query/char_length.py
|
||||||
python3 ./test.py -f 2-query/upper.py
|
python3 ./test.py -f 2-query/upper.py
|
||||||
python3 ./test.py -f 2-query/lower.py
|
python3 ./test.py -f 2-query/lower.py
|
||||||
|
python3 ./test.py -f 2-query/concat.py
|
||||||
|
python3 ./test.py -f 2-query/concat_ws.py
|
||||||
|
|
||||||
python3 ./test.py -f 2-query/timezone.py
|
python3 ./test.py -f 2-query/timezone.py
|
||||||
python3 ./test.py -f 2-query/Now.py
|
python3 ./test.py -f 2-query/Now.py
|
||||||
|
|
Loading…
Reference in New Issue