summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2021-04-13 04:51:11 +0200
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2021-04-13 19:45:53 +0200
commit9ff737b25edbcb0c74d9d312f6da702e7d993e88 (patch)
tree2b4cef7484ee4a6ba5b979fce7f16ac241a73077
parent58f184a4cbc98e151fdd9533f3907e73a17fdf51 (diff)
downloadmariadb-git-bb-10.5-MDEV-25307-part-2.tar.gz
MDEV-25307: The value of the auto-increment variables changes during the testbb-10.5-MDEV-25307-part-2
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.
-rw-r--r--mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf6
1 files changed, 6 insertions, 0 deletions
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