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
Add missing "dirtiesContext = true" configuration in @CCMConfig of
ControlConnectionTest.should_prevent_simultaneous_reconnection_attempts.
The test stops cluster nodes: ccm().stop(1), so it requires
"dirtiesContext = true". Even though the test class itself had
this option correctly set, the test method overwrote this configuration.
Depending on the order of tests, this could cause another test to fail,
as all of the nodes of cluster were removed.
Refs #170
0 commit comments