Skip to content

Commit

Permalink
MDEV-25307: The value of the auto-increment variables changes during …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
sysprg committed Apr 13, 2021
1 parent 58f184a commit 9ff737b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mysql-test/suite/galera/t/galera_vote_rejoin_ddl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

[mysqld]
wsrep-ignore-apply-errors=0

[mysqld.3]
auto_increment_offset=3

[mysqld.4]
auto_increment_offset=4

0 comments on commit 9ff737b

Please sign in to comment.