mariadb/mysql-test/suite/rpl
Andrei Elkin 14c105a8bd MDEV-36826 read-only on slave XA-prepare thought it failed to assert
An observed assert in rpl_group_info::unmark_start_commit

 DBUG_ASSERT(!gco->next_gco ||
              gco->next_gco->wait_count > e->count_committing_event_groups ||
              allow_unmark_after_complete);

was overreaction. The reason that execution got to that point was
MDEV-33921 underfixed that issue for the slave parallel mode.

That's done now. The former test is extended to hit the assert by
the (buggy) BASE of this commit.
2025-05-16 16:27:00 +03:00
..
extension mtr: use env for perl 2020-06-23 03:24:46 +02:00
include Rebase of Part I affected test/resut:s. 2025-05-10 16:26:31 +03:00
r MDEV-36826 read-only on slave XA-prepare thought it failed to assert 2025-05-16 16:27:00 +03:00
t MDEV-36826 read-only on slave XA-prepare thought it failed to assert 2025-05-16 16:27:00 +03:00
disabled.def Fix RPL tests post DEBUG_SYNC change 2023-02-10 14:44:45 +02:00
my.cnf MDEV-31404 Implement binlog_space_limit 2024-02-14 15:02:21 +01:00
README
rpl_1slave_base.cnf Improve mtr replication setup 2025-04-28 12:59:39 +03:00

How to run.
===========

./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed