This commit is contained in:
wu champion 2021-03-26 10:50:14 +08:00
parent e113aa20ba
commit 9db07982b2
2 changed files with 5 additions and 1 deletions

View File

@ -164,6 +164,10 @@ python3 ./test.py -f user/pass_len.py
# stable
python3 ./test.py -f stable/query_after_reset.py
# perfbenchmark
python3 ./test.py -f perfbenchmark/bug3433.py
#query
python3 ./test.py -f query/filter.py
python3 ./test.py -f query/filterCombo.py

View File

@ -235,7 +235,7 @@ class TDTestCase:
tdSql.checkData(0, 4, 1000)
tdSql.checkData(1, 4, 1000)
# self.droptmpfile()
self.droptmpfile()
def stop(self):
tdSql.close()