summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
authorDaniele Sciascia <daniele.sciascia@galeracluster.com>2018-04-03 16:30:58 +0200
committerDaniele Sciascia <daniele.sciascia@galeracluster.com>2018-04-03 16:30:58 +0200
commiteeb684221dd4e473d3aa1c95ba75cd54b76bbcd3 (patch)
tree67fa1643bc20dc8215489bba513cad53d5f72085 /mysql-test/std_data
parent7ffa82b03c8da12062223d5e332e972d6f828d44 (diff)
downloadmariadb-git-eeb684221dd4e473d3aa1c95ba75cd54b76bbcd3.tar.gz
MDEV-13549 Fix and re-enable MTR test galera.galera_gra_log
Test galera checks that a `GRA_x_x.log` file is created whenever wsrep applier fails to apply some replication event. The file contains the corresponding binlog event that failed to apply. The test creates a new file by concatenating a pre-recorded file containing the binlog header (see `std-data/binlog-header.log`) and the `GRA_x_x.log` file. The test then checks that the resulting file, containing the binlog header and the event that failed to apply, is correctly read by `mysqlbinlog` program. The test fails in MariaDB because the GRA_x_x.log file created by MariaDB already contains the binlog header (see MDEV-7867). This patch fixes/simplifies test `galera.galera_gra_log` so that it doesn't concatenate `std-data/binlog-header.log` with the `GRA_x_x.log` file. File `std-data/binlog-header.log` is deleted altoghether, because not used by any other test.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r--mysql-test/std_data/binlog-header.logbin120 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/binlog-header.log b/mysql-test/std_data/binlog-header.log
deleted file mode 100644
index c415a57e616..00000000000
--- a/mysql-test/std_data/binlog-header.log
+++ /dev/null
Binary files differ