add-compact-coverage-case
This commit is contained in:
parent
8b90e0cd8f
commit
290fb82e61
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue