mariadb/mysql-test/suite/innodb_plugin
unknown 1bbb55a260 MBug#687320: Fix sporadic test failures in innodb_mysql.test and partition_innodb_semi_consistent.test
Problem is that these tests run with --innodb-lock-wait-timeout=2 in .opt
(and this is necessary as built-in innodb does not allow to change this
dynamically). This cases another part of the test to occasionally time
out an UPDATE, which subsequently caused the test case to timeout due to
waiting for a condition (successful UPDATE) that never occurs.

Fixed by re-trying the update in case of timeout.

Tested by inserting a sleep() in the connection that the UPDATE is waiting
for, and checking that the retry loops a couple of times until the other
connection is done and COMMITs.
2010-12-08 14:34:08 +01:00
..
include Remove unused file 2010-04-12 17:23:00 +03:00
r MBug#687320: Fix sporadic test failures in innodb_mysql.test and partition_innodb_semi_consistent.test 2010-12-08 14:34:08 +01:00
t Fixed compiler warnings. 2010-12-03 23:19:13 +02:00
combinations generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
suite.pm allow suite.pm to tell mtr to skip the suite 2010-08-24 14:33:34 +02:00