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:
Jan Lindström 2024-09-26 08:43:45 +03:00 committed by Julius Goryavsky
parent 552cba92de
commit d598ee3cf9
2 changed files with 2 additions and 4 deletions

View file

@ -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()

View file

@ -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