We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b8c49 commit 2c31d64Copy full SHA for 2c31d64
src/integration-tests/test_restart_between_modes.py
@@ -84,13 +84,14 @@ def restart_as_fsm_mode(
84
cluster.start_nodes(wait_leader=True, wait_ready=True)
85
# For a standard cluster, states have already been restored as part of
86
# leader re-election.
87
+
88
if cluster.is_single_node:
89
producer.wait_state_restored()
90
91
92
def restart_to_fsm_single_node_with_quorum_one(
93
cluster: Cluster,
- producer: Client,
94
+ producer: Client, # pylint: disable=unused-argument
95
consumers: List[Client], # pylint: disable=unused-argument
96
):
97
"""
0 commit comments