Commit 1ac00c5e authored by Daniele Sciascia's avatar Daniele Sciascia Committed by Julius Goryavsky

MDEV-30855 Remove test galera.galera_bf_abort_group_commit

This test was re-enabled in commit 0174a9ff, and
has been failing since then.
The test is configured such that Galera runs with commit ordering
disabled, a configuration which is which was meant for testing the
performance penalty of commit ordering (not meant to be used in
practice).
Moreover, we have test galera_sr.galera_sr_bf_abort, which is
identical, but runs with commit ordering enabled.
No reasons to keep the failing test around.
parent 6966d7fe
!include ../galera_2nodes.cnf
# We set repl.commit_order=1 in order to disable provider commit
# ordering.
[mysqld.1]
log-bin
log-slave-updates
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.1.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;repl.commit_order=1'
[mysqld.2]
log-bin
log-slave-updates
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.2.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;repl.commit_order=1'
\ No newline at end of file
#
# This test uses galera_sr_bf_abort.inc to probe various BF abort points
# for SR transactions with wsrep provider commit ordering disabled.
#
--source include/galera_cluster.inc
--source include/have_innodb.inc
--source include/galera_have_debug_sync.inc
# Control connection for manipulating sync points on node 1
--connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1
SET SESSION wsrep_sync_wait = 0;
# SR bf abort on fragment
--let $wsrep_trx_fragment_size = 1
--echo galera_sr_bf_abort_at_commit = 0
--let $galera_sr_bf_abort_at_commit = 0
--echo after_replicate_sync
--let $galera_sr_bf_abort_sync_point = after_replicate_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo local_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = local_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo apply_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = apply_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo commit_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = commit_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
# SR bf abort on commit fragment
--let $wsrep_trx_fragment_size = 1
--echo galera_sr_bf_abort_at_commit = 1
--let $galera_sr_bf_abort_at_commit = 1
--echo after_replicate_sync
--let $galera_sr_bf_abort_sync_point = after_replicate_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo local_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = local_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo apply_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = apply_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo commit_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = commit_monitor_master_enter_sync
--source suite/galera/t/galera_sr_bf_abort.inc
# Normal bf abort on commit
--let $wsrep_trx_fragment_size = 0
--echo galera_sr_bf_abort_at_commit = 1
--let $galera_sr_bf_abort_at_commit = 1
--echo after_replicate_sync
--let $galera_sr_bf_abort_sync_point = after_replicate_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo local_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = local_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo apply_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = apply_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
--echo commit_monitor_master_enter_sync
--let $galera_sr_bf_abort_sync_point = commit_monitor_master_enter_sync
--source ../../suite/galera_sr/t/galera_sr_bf_abort.inc
CALL mtr.add_suppression("WSREP: fragment replication failed: 1");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment