You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2007/10/05 18:07:50 UTC

[jira] Created: (HARMONY-4900) [buildtest][reliability] SingleConnectTest from the Reliability suite failure

[buildtest][reliability] SingleConnectTest from the Reliability suite failure
-----------------------------------------------------------------------------

                 Key: HARMONY-4900
                 URL: https://issues.apache.org/jira/browse/HARMONY-4900
             Project: Harmony
          Issue Type: Test
          Components: build - test - ci
         Environment: revision 581205
            Reporter: Andrey Yakushev


Test api.net.SingleConnectTest from the Reliability suite intermittently fails on Linux with message like:

	Server thread 51 could not accept request: The address is not available
	FAILED*** iteration: 0
	test result is 105
	Test FAILED

Investigation showed that BEA, SUN and J9 JREs also fail on this test, see details below in DETAILS section. So this test on the fast computer becomes a stress test for operating system instead of reliability test for JRE. I suggest reducing the network subsystem loading in this test in order to avoid stressing.



DETAILS:
_______________________________________________________________________________
>java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-linux-ia32, )
>java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
Server thread 208 could not accept request: Too many open files
Failed to locate localhost.
_______________________________________________________________________________
>./java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
>./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
Server thread 208 could not accept request: Too many open files
Failed to locate localhost.
Failed to locate localhost.
_______________________________________________________________________________
>./java --version
Harmony Java launcher
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
>./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
Server thread 205 could not accept request: The address is not available
_______________________________________________________________________________



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


[jira] Updated: (HARMONY-4900) [buildtest][reliability] SingleConnectTest from the Reliability suite failure

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

Andrey Yakushev updated HARMONY-4900:
-------------------------------------

    Attachment: SingleConnectTest_reducing_workload.patch

SingleConnectTest_reducing_workload.patch reduses network subsystem loading

> [buildtest][reliability] SingleConnectTest from the Reliability suite failure
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-4900
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4900
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: revision 581205
>            Reporter: Andrey Yakushev
>         Attachments: SingleConnectTest_reducing_workload.patch
>
>
> Test api.net.SingleConnectTest from the Reliability suite intermittently fails on Linux with message like:
> 	Server thread 51 could not accept request: The address is not available
> 	FAILED*** iteration: 0
> 	test result is 105
> 	Test FAILED
> Investigation showed that BEA, SUN and J9 JREs also fail on this test, see details below in DETAILS section. So this test on the fast computer becomes a stress test for operating system instead of reliability test for JRE. I suggest reducing the network subsystem loading in this test in order to avoid stressing.
> DETAILS:
> _______________________________________________________________________________
> >java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-linux-ia32, )
> >java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java --version
> Harmony Java launcher
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 205 could not accept request: The address is not available
> _______________________________________________________________________________

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


[jira] Assigned: (HARMONY-4900) [buildtest][reliability] SingleConnectTest from the Reliability suite failure

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

Stepan Mishura reassigned HARMONY-4900:
---------------------------------------

    Assignee: Stepan Mishura

> [buildtest][reliability] SingleConnectTest from the Reliability suite failure
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-4900
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4900
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: revision 581205
>            Reporter: Andrey Yakushev
>            Assignee: Stepan Mishura
>         Attachments: SingleConnectTest_reducing_workload.patch
>
>
> Test api.net.SingleConnectTest from the Reliability suite intermittently fails on Linux with message like:
> 	Server thread 51 could not accept request: The address is not available
> 	FAILED*** iteration: 0
> 	test result is 105
> 	Test FAILED
> Investigation showed that BEA, SUN and J9 JREs also fail on this test, see details below in DETAILS section. So this test on the fast computer becomes a stress test for operating system instead of reliability test for JRE. I suggest reducing the network subsystem loading in this test in order to avoid stressing.
> DETAILS:
> _______________________________________________________________________________
> >java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-linux-ia32, )
> >java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java --version
> Harmony Java launcher
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 205 could not accept request: The address is not available
> _______________________________________________________________________________

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


[jira] Resolved: (HARMONY-4900) [buildtest][reliability] SingleConnectTest from the Reliability suite failure

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

Stepan Mishura resolved HARMONY-4900.
-------------------------------------

    Resolution: Fixed

Thanks Andrey - the patch was applied to BTI branch 2.0 at 586336.
Please check that the patch was applied as you expected.

> [buildtest][reliability] SingleConnectTest from the Reliability suite failure
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-4900
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4900
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: revision 581205
>            Reporter: Andrey Yakushev
>            Assignee: Stepan Mishura
>         Attachments: SingleConnectTest_reducing_workload.patch
>
>
> Test api.net.SingleConnectTest from the Reliability suite intermittently fails on Linux with message like:
> 	Server thread 51 could not accept request: The address is not available
> 	FAILED*** iteration: 0
> 	test result is 105
> 	Test FAILED
> Investigation showed that BEA, SUN and J9 JREs also fail on this test, see details below in DETAILS section. So this test on the fast computer becomes a stress test for operating system instead of reliability test for JRE. I suggest reducing the network subsystem loading in this test in order to avoid stressing.
> DETAILS:
> _______________________________________________________________________________
> >java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-linux-ia32, )
> >java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java --version
> Harmony Java launcher
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 205 could not accept request: The address is not available
> _______________________________________________________________________________

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


[jira] Updated: (HARMONY-4900) [buildtest][reliability] SingleConnectTest from the Reliability suite failure

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

Andrey Yakushev updated HARMONY-4900:
-------------------------------------

    Patch Info: [Patch Available]

> [buildtest][reliability] SingleConnectTest from the Reliability suite failure
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-4900
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4900
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: revision 581205
>            Reporter: Andrey Yakushev
>         Attachments: SingleConnectTest_reducing_workload.patch
>
>
> Test api.net.SingleConnectTest from the Reliability suite intermittently fails on Linux with message like:
> 	Server thread 51 could not accept request: The address is not available
> 	FAILED*** iteration: 0
> 	test result is 105
> 	Test FAILED
> Investigation showed that BEA, SUN and J9 JREs also fail on this test, see details below in DETAILS section. So this test on the fast computer becomes a stress test for operating system instead of reliability test for JRE. I suggest reducing the network subsystem loading in this test in order to avoid stressing.
> DETAILS:
> _______________________________________________________________________________
> >java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-linux-ia32, )
> >java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 208 could not accept request: Too many open files
> Failed to locate localhost.
> Failed to locate localhost.
> _______________________________________________________________________________
> >./java --version
> Harmony Java launcher
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
> >./java -cp ~/ws/bt_l32/build/checkouts/reliability/classes org.apache.harmony.test.reliability.api.net.SingleConnectTest
> Server thread 205 could not accept request: The address is not available
> _______________________________________________________________________________

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