File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
GCF-1081 : MDEV-18283 Galera test failure on galera.GCF-1081
14
14
GCF-939 : MDEV-21520 galera.GCF-939
15
- MDEV-20225 : MDEV-20886 galera.MDEV-20225
16
15
MW-328A : MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
17
16
MW-328B : MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
18
17
MW-329 : MDEV-19962 Galera test failure on MW-329
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ DROP TRIGGER tr1;
11
11
connection node_2;
12
12
connection node_1;
13
13
INSERT INTO t1 VALUES (NULL);
14
- connection node_2 ;
14
+ connection node_2a ;
15
15
SET GLOBAL debug_dbug = 'RESET';
16
16
SET DEBUG_SYNC = 'now SIGNAL signal.mdev_20225_continue';
17
17
SET DEBUG_SYNC = 'RESET';
18
18
SET GLOBAL wsrep_slave_threads = 1;
19
+ connection node_2;
19
20
SHOW TRIGGERS;
20
21
Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation
21
22
DROP TABLE t1;
Original file line number Diff line number Diff line change @@ -34,12 +34,16 @@ INSERT INTO t1 VALUES (NULL);
34
34
# so there is no sync point or condition to wait.
35
35
--sleep 1
36
36
37
- --connection node_2
37
+ --let $galera_connection_name = node_2a
38
+ --let $galera_server_number = 2
39
+ --source include/galera_connect.inc
40
+ --connection node_2a
38
41
SET GLOBAL debug_dbug = 'RESET';
39
42
SET DEBUG_SYNC = 'now SIGNAL signal.mdev_20225_continue';
40
43
SET DEBUG_SYNC = 'RESET';
41
44
SET GLOBAL wsrep_slave_threads = 1;
42
45
46
+ --connection node_2
43
47
# Trigger should now be dropped on node_2.
44
48
--let $wait_condition = SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.TRIGGERS WHERE TRIGGER_NAME like '%tr1'
45
49
--source include/wait_condition.inc
You can’t perform that action at this time.
0 commit comments