Github user aweisberg commented on a diff in the pull request:

    https://github.com/apache/cassandra-dtest/pull/15#discussion_r163307891
  
    --- 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 --
    
    I think I was fixing some other annoying bug. Should have added a comment. 
I'll test without it and report back.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to