We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2152fd commit a20fff9Copy full SHA for a20fff9
tests/e2e_operations.py
@@ -3175,9 +3175,7 @@ def run_snapshot_persistence_across_primary_failure(const_args):
3175
f"(interval={snapshot_interval_ms}ms, election_timeout={args.election_timeout_ms}ms)"
3176
)
3177
3178
- assert (
3179
- min_expected <= total_snapshots <= max_expected
3180
- ), (
+ assert min_expected <= total_snapshots <= max_expected, (
3181
f"Snapshot count {total_snapshots} is outside expected bounds "
3182
f"[{min_expected:.1f}, {max_expected:.1f}] based on elapsed time, "
3183
f"snapshot interval, and election timeout"
0 commit comments