2006-07-20 11:24:12 +02:00
|
|
|
# This file is intended to be used in each IM-test. It contains stamements,
|
|
|
|
# that ensure that starting conditions (environment) for the IM-test are as
|
|
|
|
# expected.
|
|
|
|
|
|
|
|
# Check the running instances.
|
|
|
|
|
|
|
|
--connect (mysql1_con,localhost,root,,mysql,$IM_MYSQLD1_PORT,$IM_MYSQLD1_SOCK)
|
|
|
|
|
|
|
|
--connection mysql1_con
|
|
|
|
|
|
|
|
SHOW VARIABLES LIKE 'server_id';
|
|
|
|
|
2006-08-29 13:46:40 +02:00
|
|
|
--source include/not_windows.inc
|
|
|
|
|
2006-07-20 11:24:12 +02:00
|
|
|
--connection default
|
|
|
|
|
|
|
|
# Let IM detect that mysqld1 is online. This delay should be longer than
|
|
|
|
# monitoring interval.
|
|
|
|
|
|
|
|
--sleep 2
|
|
|
|
|
|
|
|
# Check that IM understands that mysqld1 is online, while mysqld2 is
|
|
|
|
# offline.
|
|
|
|
|
|
|
|
SHOW INSTANCES;
|