Skip to content

Commit 7423b8e

Browse files
committed
MDEV-39804 : Galera test failure on GCF-360
Allow error ER_QUERY_INTERRUPTED because TOI for DROP starts before table is actually even opened, thus every node could start it concurrently.
1 parent 936f04c commit 7423b8e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

mysql-test/suite/galera/t/GCF-360.cnf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
[mysqld]
44
wsrep_ignore_apply_errors=0
5+
loose-gcf-360=1
6+

mysql-test/suite/galera/t/GCF-360.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ while ($count)
2828
--send DROP TABLE nonexisting_table;
2929

3030
--connection node_1
31-
--error ER_BAD_TABLE_ERROR
31+
--error ER_BAD_TABLE_ERROR,ER_QUERY_INTERRUPTED
3232
--reap
3333

3434
--connection node_2
35-
--error ER_BAD_TABLE_ERROR
35+
--error ER_BAD_TABLE_ERROR,ER_QUERY_INTERRUPTED
3636
--reap
3737

3838
--connection node_3
39-
--error ER_BAD_TABLE_ERROR
39+
--error ER_BAD_TABLE_ERROR,ER_QUERY_INTERRUPTED
4040
--reap
4141

4242
--connection node_4
43-
--error ER_BAD_TABLE_ERROR
43+
--error ER_BAD_TABLE_ERROR,ER_QUERY_INTERRUPTED
4444
--reap
4545

4646
--dec $count

0 commit comments

Comments
 (0)