You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ray Chen (JIRA)" <ji...@apache.org> on 2009/10/12 13:27:31 UTC

[jira] Created: (HARMONY-6353) [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address

[testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-6353
                 URL: https://issues.apache.org/jira/browse/HARMONY-6353
             Project: Harmony
          Issue Type: Test
          Components: build - test - ci
         Environment: AIX
            Reporter: Ray Chen


On AIX,  It may happen that two network interfaces share same IP address
When one of them used to send DatagramPacket, the other may also received the DatagramPacket

The test case does NOT consider this situation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-6353) [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-6353.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M12

Thanks Ray.

Patch applied to LUNI module at repo revision r824784.

Please verify it was applied as you expected.


> [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6353
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6353
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: AIX
>            Reporter: Ray Chen
>            Assignee: Tim Ellison
>             Fix For: 5.0M12
>
>         Attachments: 6353.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On AIX,  It may happen that two network interfaces share same IP address
> When one of them used to send DatagramPacket, the other may also received the DatagramPacket
> The test case does NOT consider this situation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6353) [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765109#action_12765109 ] 

Hudson commented on HARMONY-6353:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #499 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/499/])
    Apply patch for  ([testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address)


> [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6353
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6353
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: AIX
>            Reporter: Ray Chen
>            Assignee: Tim Ellison
>             Fix For: 5.0M12
>
>         Attachments: 6353.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On AIX,  It may happen that two network interfaces share same IP address
> When one of them used to send DatagramPacket, the other may also received the DatagramPacket
> The test case does NOT consider this situation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-6353) [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-6353:
------------------------------------

    Assignee: Tim Ellison

> [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6353
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6353
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: AIX
>            Reporter: Ray Chen
>            Assignee: Tim Ellison
>             Fix For: 5.0M12
>
>         Attachments: 6353.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On AIX,  It may happen that two network interfaces share same IP address
> When one of them used to send DatagramPacket, the other may also received the DatagramPacket
> The test case does NOT consider this situation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-6353) [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address

Posted by "Ray Chen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Chen updated HARMONY-6353:
------------------------------

    Attachment: 6353.diff

The patch consider the situation on AIX, but not impact other platforms.

It also done some cleanup work.

> [testing][luni] MulticastSocketTest.test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface does NOT consider the situation that two network interfaces shared same IP address
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6353
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6353
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: AIX
>            Reporter: Ray Chen
>         Attachments: 6353.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On AIX,  It may happen that two network interfaces share same IP address
> When one of them used to send DatagramPacket, the other may also received the DatagramPacket
> The test case does NOT consider this situation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.