enh/TD-29974-improve-trans-fix-case
This commit is contained in:
parent
69980ac5a8
commit
79b32676d3
|
@ -400,7 +400,7 @@
|
|||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_transaction_detail.py -N 3
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/kill_balance_leader.py -N 3
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/kill_restore_dnode.py -N 3
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/kill_restore_dnode.py -N 5
|
||||
,,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
|
||||
|
|
|
@ -53,7 +53,7 @@ class TDTestCase:
|
|||
|
||||
tdLog.info('show transaction %d'%tranId)
|
||||
rows=tdSql.query('show transaction %d'%tranId, queryTimes=1)
|
||||
if rows != 13:
|
||||
if rows != 11:
|
||||
tdLog.exit(f"restore transaction detial error, rows={rows}")
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue