[ 
https://issues.apache.org/jira/browse/CASSANDRA-15323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104208#comment-17104208
 ] 

Angelo Polo commented on CASSANDRA-15323:
-----------------------------------------

Adding here for reference: the problem and fix provided in the description 
apply to FreeBSD as well.

> 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
>            Priority: Normal
>             Fix For: 4.0
>
>         Attachments: exception.png
>
>
> when I do unit test on mac os for cassandra4.0 tag version , 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.4#803005)

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

Reply via email to