bereng commented on a change in pull request #121:
URL: https://github.com/apache/cassandra-dtest/pull/121#discussion_r570735534



##########
File path: replace_address_test.py
##########
@@ -78,6 +78,8 @@ def _do_replace(self, same_address=False, 
jvm_option='replace_address',
                     extra_jvm_args=None):
         if replace_address is None:
             replace_address = self.replaced_node.address()
+        if data_center is None:
+            data_center = "dc1"

Review comment:
       Bc there is only one multi-dc test. The others work ok as they fallback 
to the default 'dc1' hard coded in the default topology file. But on multi-dc 
we need to be explicit.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to