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

    https://github.com/apache/cassandra-dtest/pull/15#discussion_r159247693
  
    --- Diff: snitch_test.py ---
    @@ -35,15 +36,29 @@ def test_prefer_local_reconnect_on_listen_address(self):
             NODE1_LISTEN_ADDRESS = '127.0.0.1'
             NODE1_BROADCAST_ADDRESS = '127.0.0.3'
     
    +        NODE1_LISTEN_FMT_ADDRESS = '/127.0.0.1'
    +        NODE1_BROADCAST_FMT_ADDRESS = '/127.0.0.3'
    +
    +        NODE1_40_LISTEN_ADDRESS = '127.0.0.1:7000'
    --- End diff --
    
    are the hard coded ports ok here?


---

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

Reply via email to