Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPE-3830 - Paxos single leader #416

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix utest
paulomach committed Mar 15, 2024
commit 045d51c26cab8c1e7891fd43dc2d103e314903ee
2 changes: 2 additions & 0 deletions tests/unit/test_mysqlsh_helpers.py
Original file line number Diff line number Diff line change
@@ -272,6 +272,7 @@ def test_write_mysqld_config(
"general_log = ON",
"general_log_file = /var/snap/charmed-mysql/common/var/log/mysql/general.log",
"slow_query_log_file = /var/snap/charmed-mysql/common/var/log/mysql/slowquery.log",
"loose-group_replication_paxos_single_leader = ON",
"innodb_buffer_pool_chunk_size = 5678",
"\n",
)
@@ -312,6 +313,7 @@ def test_write_mysqld_config(
"general_log = ON",
"general_log_file = /var/snap/charmed-mysql/common/var/log/mysql/general.log",
"slow_query_log_file = /var/snap/charmed-mysql/common/var/log/mysql/slowquery.log",
"loose-group_replication_paxos_single_leader = ON",
"innodb_buffer_pool_chunk_size = 1048576",
"performance-schema-instrument = 'memory/%=OFF'",
"loose-group_replication_message_cache_size = 134217728",