Github user jasobrown commented on a diff in the pull request:
https://github.com/apache/cassandra-dtest/pull/15#discussion_r159247123
--- Diff: replace_address_test.py ---
@@ -35,7 +35,7 @@ class BaseReplaceAddressTest(Tester):
def _setup(self, n=3, opts=None, enable_byteman=False,
mixed_versions=False):
debug("Starting cluster with {} nodes.".format(n))
- self.cluster.populate(n)
+ self.cluster.populate(n, use_vnodes=not DISABLE_VNODES)
--- End diff --
Is this change necessary? It's not clear to me that vnodes would have an
effect on configurable ports
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]