diff options
author | anozdrin/alik@booka.site <> | 2006-07-20 13:24:12 +0400 |
---|---|---|
committer | anozdrin/alik@booka.site <> | 2006-07-20 13:24:12 +0400 |
commit | bf10578fde502a81f56eaf91d556930ae0327893 (patch) | |
tree | 565aea909bd18f5ad6cf3c333ae9891a59139c0f /mysql-test/r/im_daemon_life_cycle.result | |
parent | ed2d8cce575710f8d821fbaed4f35b6263525d87 (diff) | |
download | mariadb-git-bf10578fde502a81f56eaf91d556930ae0327893.tar.gz |
Fix for BUG#20716: SHOW INSTANCES statement causes races in IM tests.
Fix for the bug in mysql-test-run.pl which prevents other tests succeed
after IM-test failure.
The idea of the fix of BUG#20716 is to:
1. Check each SHOW INSTANCES statement, add necessary "sleep" instruction before;
2. Move all environment checkings into the one file and include it everywhere.
Diffstat (limited to 'mysql-test/r/im_daemon_life_cycle.result')
-rw-r--r-- | mysql-test/r/im_daemon_life_cycle.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/im_daemon_life_cycle.result b/mysql-test/r/im_daemon_life_cycle.result index ea27fcb6db1..4f7dd77a88f 100644 --- a/mysql-test/r/im_daemon_life_cycle.result +++ b/mysql-test/r/im_daemon_life_cycle.result @@ -1,4 +1,7 @@ Success: the process has been started. +SHOW VARIABLES LIKE 'server_id'; +Variable_name Value +server_id 1 SHOW INSTANCES; instance_name status mysqld1 online |