diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-06-03 04:26:17 -0700 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-08-21 16:17:14 -0400 |
commit | 0e83726edb4437fb40fcbb043ccf3721ac60fbac (patch) | |
tree | c6fb82ea7205999d363068904f370275b2f1954d /mysql-test/suite/galera_3nodes | |
parent | 5609020c7101f2ffb9ec68dfc68896b242da3de1 (diff) | |
download | mariadb-git-0e83726edb4437fb40fcbb043ccf3721ac60fbac.tar.gz |
Galera MTR Tests: force galera_3nodes.galera_pc_bootstrap.test to run on a fresh cluster in order to avoid interaction with galera_3nodes.galera_innobackupex_backup.test
Diffstat (limited to 'mysql-test/suite/galera_3nodes')
-rw-r--r-- | mysql-test/suite/galera_3nodes/t/galera_pc_bootstrap.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/suite/galera_3nodes/t/galera_pc_bootstrap.cnf b/mysql-test/suite/galera_3nodes/t/galera_pc_bootstrap.cnf new file mode 100644 index 00000000000..d560b675427 --- /dev/null +++ b/mysql-test/suite/galera_3nodes/t/galera_pc_bootstrap.cnf @@ -0,0 +1,5 @@ +# We need a dedicated .cnf file, even if empty, in order to force this test to run +# alone on a freshly started cluster. Otherwise there are adverse interactions with +# prior tests such as galera_3nodes.galera_innobackupex_backup + +!include ../galera_3nodes.cnf |