MDEV-38389: Galera test failure on galera_3nodes.galera_vote_majority_dml#5180
MDEV-38389: Galera test failure on galera_3nodes.galera_vote_majority_dml#5180plampio wants to merge 1 commit into
Conversation
…_dml Fix the broken Galera MTR test galera_3nodes.galera_vote_majority_dml by restoring the value of the AUTO_INCREMENT_OFFSET at the end of the test.
|
|
There was a problem hiding this comment.
Code Review
This pull request updates the galera_vote_majority_dml test case in the galera_3nodes suite to save and restore the original auto_increment_offset values for the three nodes. It also adjusts the connection sequence and node setup in both the test and result files. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Fix the broken Galera MTR test
galera_3nodes.galera_vote_majority_dmlby restoring the value of the AUTO_INCREMENT_OFFSET at the end of the
test.