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
SimpleStrategy is getting depricated, as replacement is it recomended to use NetworkTopologyStrategy instead.
In order to make test cases to reflect production use, let's switch tests to NetworkTopologyStrategy.
Tests that are specifically targeting SimpleStrategy stays as they are.
The text was updated successfully, but these errors were encountered:
SimpleStrategy is getting depricated, as replacement is it recomended to use NetworkTopologyStrategy instead.
This commit switches tests to use NetworkTopologyStrategy. Tests that are specifically targeting SimpleStrategy stays as they are.
Fixes: scylladb#217
SimpleStrategy
is getting depricated, as replacement is it recomended to useNetworkTopologyStrategy
instead.In order to make test cases to reflect production use, let's switch tests to
NetworkTopologyStrategy
.Tests that are specifically targeting
SimpleStrategy
stays as they are.The text was updated successfully, but these errors were encountered: