You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "maxwellguo (Jira)" <ji...@apache.org> on 2019/09/10 03:39:00 UTC

[jira] [Created] (CASSANDRA-15323) MessagingServiceTest failed with method listenRequiredSecureConnectionWithBroadcastAddr ON MAC OS

maxwellguo created CASSANDRA-15323:
--------------------------------------

             Summary: MessagingServiceTest failed with method listenRequiredSecureConnectionWithBroadcastAddr    ON MAC OS  
                 Key: CASSANDRA-15323
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15323
             Project: Cassandra
          Issue Type: Bug
          Components: Test/unit
            Reporter: maxwellguo
            Assignee: maxwellguo
         Attachments: exception.png

when I do unit test on mac os , I found that the unit test failed when doing MessagingServiceTest  on method listenRequiredSecureConnectionWithBroadcastAddr. 

I found out that it is because that the mac os can not get connect to ip address 127.0.0.2 on default. 
so when you doing : ant test -Dtest.name=MessagingServiceTest -Dtest.methods=listenRequiredSecureConnectionWithBroadcastAddr

you can get a bind exception : can not assign request address. 
 !exception.png! 

what to do with it ,you can just set the 127.0.0.2  by :
sudo ifconfig lo0 alias 127.0.0.2 netmask 0xFFFFFFFF

then the unit can run successfully .



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org