add-compact-coverage-case

This commit is contained in:
dmchen 2024-12-19 09:31:53 +00:00
parent 8b90e0cd8f
commit 290fb82e61
2 changed files with 4 additions and 3 deletions

View File

@ -402,7 +402,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/persisit_config.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/qmemCtrl.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compact_vgroups.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compact.py -N 3
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_create.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_insert.py

View File

@ -71,9 +71,10 @@ class TDTestCase:
time.sleep(1)
count +=1
tdLog.info("loop%d"%count)
#tdLog.info("loop%d"%count)
#self.Fun.executeSQL("kill compact %d"%tdSql.queryResult[0][1])
if row1 != 0 or row2 != 0:
tdLog.exit("compact failed")
def stop(self):