summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/include
diff options
context:
space:
mode:
authorJulius Goryavsky <sysprg@gmail.com>2019-02-06 14:47:25 +0100
committerJulius Goryavsky <sysprg@gmail.com>2019-02-06 14:54:31 +0100
commit8f5ea83ff109827748d2f9f5025ed6c6bb91fd80 (patch)
treec770e12a0c2d7a1d9fbfdd2bbf5d4abd45536c65 /mysql-test/suite/galera/include
parent625994b7cc4ebd0bc2652ae80b93386aa4b766ac (diff)
downloadmariadb-git-8f5ea83ff109827748d2f9f5025ed6c6bb91fd80.tar.gz
MDEV-18426: Most of the mtr tests in the galera_3nodes suite fail
Most of the mtr tests in the galera_3nodes suite fail for a variety of reasons with a variety of errors. Some tests simply need to add the missing "connection" lines to the result files, but many of them fail due to substantial errors that require reworking test files. This patch adds the missing "connection" lines to the result files and fixes several substantial flaws in the galera_3nodes suite tests and in the mtr framework service files, adapting the tests from galera_3nodes for the current version of MariaDB. https://jira.mariadb.org/browse/MDEV-18426
Diffstat (limited to 'mysql-test/suite/galera/include')
-rw-r--r--mysql-test/suite/galera/include/galera_resume.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/suite/galera/include/galera_resume.inc b/mysql-test/suite/galera/include/galera_resume.inc
deleted file mode 100644
index 232cb46479e..00000000000
--- a/mysql-test/suite/galera/include/galera_resume.inc
+++ /dev/null
@@ -1,9 +0,0 @@
---echo Resuming node ...
---perl
- my $pid_filename = $ENV{'_SUSPEND_NODE_PIDFILE'};
- my $mysqld_pid = `cat $pid_filename`;
- chomp($mysqld_pid);
- system("kill -18 $mysqld_pid");
- exit(0);
-EOF
-