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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to