mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
MDEV-32780 : galera_as_slave_replay: assertion in the wsrep::transaction::before_rollback()
Test changes only because assertion reported is not reproducable anymore. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
This commit is contained in:
parent
552cba92de
commit
d598ee3cf9
2 changed files with 2 additions and 4 deletions
|
@ -9,6 +9,3 @@
|
|||
# Do not use any TAB characters for whitespace.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
galera_as_slave_replay : MDEV-32780 galera_as_slave_replay: assertion in the wsrep::transaction::before_rollback()
|
||||
galera_slave_replay : MDEV-32780 galera_as_slave_replay: assertion in the wsrep::transaction::before_rollback()
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source include/galera_have_debug_sync.inc
|
||||
--source include/log_bin.inc
|
||||
|
||||
--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
|
||||
|
||||
|
@ -87,7 +88,7 @@ SET GLOBAL debug_dbug = "d,sync.wsrep_apply_cb";
|
|||
INSERT INTO test.t1 VALUES (2, 'b');
|
||||
|
||||
#
|
||||
# send the update from master, this will succeed here, beceuase of async replication.
|
||||
# send the update from master, this will succeed here, because of async replication.
|
||||
# async replication will apply this in node 2 and pause before commit phase,
|
||||
--connection node_3
|
||||
--error 0
|
||||
|
|
Loading…
Add table
Reference in a new issue