1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

BUG#19951: Race conditions in test wait_timeout.

Fix random failures in test 'wait_timeout' that depend on exact timing.

1. Force a reconnect initially if necessary, as otherwise slow startup
might have caused a connection timeout before the test can even start.

2. Explicitly disconnect the first connection to remove confusion about
which connection aborts from timeout, causing test failure.
This commit is contained in:
knielsen@ymer.(none)
2006-07-06 23:49:09 +02:00
parent 50477229b4
commit 5ea51287d6
2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
select 0;
0
0
flush status;
select 1;
1
1