diff options
author | unknown <anozdrin@mysql.com> | 2006-06-22 18:56:22 +0400 |
---|---|---|
committer | unknown <anozdrin@mysql.com> | 2006-06-22 18:56:22 +0400 |
commit | bd6f56a798efcac209dc4bcf1c83cb2eeffe1b5c (patch) | |
tree | 4c968f682e7cb8cc9e55167ff47de831f4c7ca71 /mysql-test/t/im_instance_conf.imtest | |
parent | d3a7137aa99f0b48f980fa8c5b48eec209a061e7 (diff) | |
download | mariadb-git-bd6f56a798efcac209dc4bcf1c83cb2eeffe1b5c.tar.gz |
Additional fix for BUG#20294: Instance manager test
im_instance_conf fails randomly.
mysql-test/r/im_options.result:
Updated result file.
mysql-test/t/im_instance_conf.imtest:
Added a note about specific of CREATE INSTANCE usage in IM-tests.
mysql-test/t/im_options.imtest:
1. Specify socket-file-name for new instance so that the test
does not depend on another running test-suite on the same box.
2. Added a note about specific of CREATE INSTANCE usage in IM-tests.
Diffstat (limited to 'mysql-test/t/im_instance_conf.imtest')
-rw-r--r-- | mysql-test/t/im_instance_conf.imtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/im_instance_conf.imtest b/mysql-test/t/im_instance_conf.imtest index 2cd7b955978..3d254b16ca5 100644 --- a/mysql-test/t/im_instance_conf.imtest +++ b/mysql-test/t/im_instance_conf.imtest @@ -21,6 +21,9 @@ # - DROP INSTANCE fails for active instance. # - DROP INSTANCE updates both config file and internal configuration cache; # +# NOTE: each CREATE INSTANCE statement must specify socket-file-name, otherwise +# this results of the test can be affected by another running test suite. +# ########################################################################### --source include/im_check_os.inc |