mariadb/mysql-test/suite/rpl
Brandon Nesterenko 80ea3590de MDEV-32655: rpl_semi_sync_slave_compressed_protocol.test assert_only_after is wrong
The MTR test rpl.rpl_semi_sync_slave_compressed_protocol scans the
log file to ensure there is no magic number error. It attempts to
only scan the log files of the current test; however, the variable
which controls this, , is initialized incorrectly,
and it thereby scans the entire log file, which includes output from
prior tests. This causes it to fail if a test which expects this
error runs previously on the same worker.

This patch fixes the assert_only_after so the test only scans
through its own log contents.
2023-11-01 09:10:17 -06:00
..
extension mtr: use env for perl 2020-06-23 03:24:46 +02:00
include MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
r MDEV-32651: Lost Debug_sync signal in rpl_sql_thd_start_errno_cleared 2023-11-01 07:35:07 -06:00
t MDEV-32655: rpl_semi_sync_slave_compressed_protocol.test assert_only_after is wrong 2023-11-01 09:10:17 -06:00
disabled.def MDEV-17390: re-neable rpl_semi_sync_after_sync test 2022-06-17 19:38:43 +03:00
my.cnf Remove duplicated default client include from replication my.cnf 2023-09-14 12:56:41 +02:00
README
rpl_1slave_base.cnf

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

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