summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-12-14 08:57:39 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-12-14 08:57:39 +0200
commitfa389b9098722522fa17c216375ea7ea8c5757c5 (patch)
treec23c102f0e3ca93027fbcdc8ee8b120f32b71dca /mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test
parent7ab42fdd23308cd92eab14c5c1e587d5ef87c339 (diff)
parent2f959a691071b9a192c47e083618e33e8b03dd39 (diff)
downloadmariadb-git-fa389b9098722522fa17c216375ea7ea8c5757c5.tar.gz
Merge 10.9 into 10.10
Diffstat (limited to 'mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test')
-rw-r--r--mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test49
1 files changed, 0 insertions, 49 deletions
diff --git a/mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test b/mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test
deleted file mode 100644
index cb41b2348de..00000000000
--- a/mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# Exercise the crash points which crash the server at various points important to SR
-#
-
---source include/big_test.inc
---source include/galera_cluster.inc
---source include/have_debug_sync.inc
-
---connect node_2_check, 127.0.0.1, root, , test, $NODE_MYPORT_2
---connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3
---connect node_3_check, 127.0.0.1, root, , test, $NODE_MYPORT_3
-
-#
-# crash_apply_cb_before_append_frag
-#
-
---connection node_3
-SET GLOBAL debug_dbug="d,crash_apply_cb_before_append_frag";
---source suite/galera_3nodes/include/galera_expect_node_crash.inc
---source suite/galera_3nodes/include/galera_sr_crash_prepare_nodes2.inc
-
---connection node_3
---error 0,2006,2013
-COMMIT;
-
---source include/start_mysqld.inc
---sleep 5
---source suite/galera_3nodes/include/galera_sr_crash_post_check2.inc
-
-#
-# crash_apply_cb_after_append_frag
-#
-
---connection node_3
-SET GLOBAL debug_dbug="d,crash_apply_cb_after_append_frag";
---source suite/galera_3nodes/include/galera_expect_node_crash.inc
---source suite/galera_3nodes/include/galera_sr_crash_prepare_nodes2.inc
-
---connection node_3
---error 0,2006,2013
-COMMIT;
-
---source include/start_mysqld.inc
---sleep 5
---source suite/galera_3nodes/include/galera_sr_crash_post_check2.inc
-
---connection node_1
-CALL mtr.add_suppression("WSREP: Action message in non-primary configuration from member");
-DROP TABLE t1;