fix
This commit is contained in:
parent
e113aa20ba
commit
9db07982b2
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue