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/28 10:41:59 UTC

[jira] Updated: (HARMONY-6365) [classlib][luni]UnixSocketTest.test_getInputStream may fail because server close the socket before the client read the data

     [ https://issues.apache.org/jira/browse/HARMONY-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Chen updated HARMONY-6365:
------------------------------

    Attachment: 6365.diff

In the patch, make the server thread sleep for a while so that make sure client has enough time to read the data.

> [classlib][luni]UnixSocketTest.test_getInputStream may fail because server close the socket before the client read the data
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6365
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6365
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>         Environment: z/OS
>            Reporter: Ray Chen
>            Priority: Minor
>         Attachments: 6365.diff
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> UnixSocketTest.test_getInputStream failed intermittently, because server close the socket before client read the data.
> Failed at line 79 when the client try to read the data, and got a java.net.SocketException: The connection was reset error.

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