Skip to content

Commit 06f91f5

Browse files
author
Venkatesh Duggirala
committed
Bug#27373559 COMMIT ORDER DEADLOCK + RETRY LOGIC IS NOT CONSIDERING
TRX ERROR CASES Post push fix: Test script is failing on windows pb2 run due to a known issue with MTR + PERL issue (not printing current test name in test run log file).
1 parent 78092b1 commit 06f91f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--no-console --log_error=$MYSQLTEST_VARDIR/tmp/rpl_mts_slave_preserve_commit_order_deadlock_error.2.err

mysql-test/suite/rpl/t/rpl_mts_slave_preserve_commit_order_deadlock_error.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ COMMIT;
167167
--echo # 3.13 Check that worker 2 did not *retry* transaction-2
168168
--echo # before throwing ER_DUP_ENTRY error (non-temporary error).
169169
--echo #
170-
--let $assert_file= $MYSQLTEST_VARDIR/log/mysqld.2.err
170+
--let $assert_file= $MYSQLTEST_VARDIR/tmp/rpl_mts_slave_preserve_commit_order_deadlock_error.2.err
171171
--let $assert_only_after = CURRENT_TEST: rpl.rpl_mts_slave_preserve_commit_order_deadlock_error
172172
--let $assert_count = 1
173173
--let $assert_select = Error 'Duplicate entry '1' for key 'PRIMARY'' on query

0 commit comments

Comments
 (0)