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 a04c592 commit 457a4e1Copy full SHA for 457a4e1
tests/integration/simulacron/test_policies.py
@@ -184,7 +184,7 @@ def test_delay_can_be_0(self):
184
spec = ExecutionProfile(load_balancing_policy=RoundRobinPolicy(),
185
speculative_execution_policy=ConstantSpeculativeExecutionPolicy(0, number_of_requests))
186
187
- cluster = Cluster(compression=False)
+ cluster = Cluster(protocol_version=PROTOCOL_VERSION, compression=False)
188
cluster.add_execution_profile("spec", spec)
189
session = cluster.connect(wait_for_all_pools=True)
190
self.addCleanup(cluster.shutdown)
0 commit comments