You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: save/restore SCYLLA_EXT_OPTS to prevent env variable leak
Several test modules set SCYLLA_EXT_OPTS in setup_module() but never
restore it in teardown_module(). When tests are reordered to share
clusters, stale values can leak into subsequent modules and cause
misconfigured clusters.
Save the original value before overwriting and restore it on
teardown in:
- test_cluster.py
- test_shard_aware.py
- test_use_keyspace.py
- test_ip_change.py
- test_client_routes.py (module-level and TestFullNodeReplacementThroughNlb)
- test_authentication.py
0 commit comments