mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
1bbb55a260
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. |
||
---|---|---|
.. | ||
include | ||
r | ||
t | ||
combinations | ||
suite.pm |