From 9ff737b25edbcb0c74d9d312f6da702e7d993e88 Mon Sep 17 00:00:00 2001 From: Julius Goryavsky Date: Tue, 13 Apr 2021 04:51:11 +0200 Subject: MDEV-25307: The value of the auto-increment variables changes during the test Part #2, specifically for the 10.5+ branch: The auto-increment parameters can change sporadically during the execution of the mtr test "galera_vote_rejoin_ddl", causing it to fail. This patch creates an environment where unpredictable changes to these auto-increment settings do not occur during the test. --- mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf b/mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf index b2cba42c0bd..022cfcdc0b0 100644 --- a/mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf +++ b/mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf @@ -2,3 +2,9 @@ [mysqld] wsrep-ignore-apply-errors=0 + +[mysqld.3] +auto_increment_offset=3 + +[mysqld.4] +auto_increment_offset=4 -- cgit v1.2.1