#section:junit
----------messages:(7/233)----------
command: junit AvailableLocalesTest
reason: User specified action: run junit AvailableLocalesTest
started: Sat Sep 07 10:55:29 UTC 2024
Mode: agentvm
Agent id: 16
finished: Sat Sep 07 10:55:29 UTC 2024
elapsed time (seconds): 0.003
result: Error. Agent communication error: java.net.SocketException: Broken pipe; check console log for any additional details
test result: Error. Agent communication error: java.net.SocketException: Broken pipe; check console log for any additional details
The elapsed time is less than a second and the test appears to have failed immediately when being launched against agent server 16. But agent server 16 has no record of this test being run against it, although that process itself was functional during and after this time period (of 10:55:29):
agentserver.16.trace:
[2024-09-07 10:54:18,760] AgentServer[16]: Started
[2024-09-07 10:54:18,773] AgentServer[16]: Connecting to localhost/127.0.0.1:xxxx
[2024-09-07 10:54:18,838] AgentServer[16]: Listening for commands at /127.0.0.1:yyyy
[2024-09-07 10:54:18,992] AgentServer[16]: Running
[2024-09-07 10:54:19,001] AgentServer[16]: java/util/HashMap/ToString.java: starting execution of ToString
[2024-09-07 10:54:19,578] AgentServer[16]: java/util/HashMap/ToString.java: finished execution of ToString
[2024-09-07 10:54:31,121] AgentServer[16]: java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java: starting execution of com.sun.javatest.regtest.agent.TestNGRunner
[2024-09-07 10:54:40,873] AgentServer[16]: java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java: finished execution of com.sun.javatest.regtest.agent.TestNGRunner
[2024-09-07 10:54:40,938] AgentServer[16]: java/util/jar/JarFile/mrjar/MultiReleaseJarSecurity.java: starting execution of com.sun.javatest.regtest.agent.TestNGRunner
....
[2024-09-07 10:55:12,917] AgentServer[16]: java/util/List/SubList.java: starting execution of com.sun.javatest.regtest.agent.TestNGRunner
[2024-09-07 10:55:15,212] AgentServer[16]: java/util/List/SubList.java: finished execution of com.sun.javatest.regtest.agent.TestNGRunner
harness.trace seems to indicate that it took around 12 seconds before it identified that the agent communication had failed:
2024-09-07T10:55:29+0000 Starting: java/util/Locale/AvailableLocalesTest.java
...
2024-09-07T10:55:40+0000 Finished: (12 seconds) java/util/Locale/AvailableLocalesTest.java: Error. Agent communication error: java.net.SocketException: Broken pipe; check console log for any additional details
----------messages:(7/233)----------
command: junit AvailableLocalesTest
reason: User specified action: run junit AvailableLocalesTest
started: Sat Sep 07 10:55:29 UTC 2024
Mode: agentvm
Agent id: 16
finished: Sat Sep 07 10:55:29 UTC 2024
elapsed time (seconds): 0.003
result: Error. Agent communication error: java.net.SocketException: Broken pipe; check console log for any additional details
test result: Error. Agent communication error: java.net.SocketException: Broken pipe; check console log for any additional details
The elapsed time is less than a second and the test appears to have failed immediately when being launched against agent server 16. But agent server 16 has no record of this test being run against it, although that process itself was functional during and after this time period (of 10:55:29):
agentserver.16.trace:
[2024-09-07 10:54:18,760] AgentServer[16]: Started
[2024-09-07 10:54:18,773] AgentServer[16]: Connecting to localhost/127.0.0.1:xxxx
[2024-09-07 10:54:18,838] AgentServer[16]: Listening for commands at /127.0.0.1:yyyy
[2024-09-07 10:54:18,992] AgentServer[16]: Running
[2024-09-07 10:54:19,001] AgentServer[16]: java/util/HashMap/ToString.java: starting execution of ToString
[2024-09-07 10:54:19,578] AgentServer[16]: java/util/HashMap/ToString.java: finished execution of ToString
[2024-09-07 10:54:31,121] AgentServer[16]: java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java: starting execution of com.sun.javatest.regtest.agent.TestNGRunner
[2024-09-07 10:54:40,873] AgentServer[16]: java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java: finished execution of com.sun.javatest.regtest.agent.TestNGRunner
[2024-09-07 10:54:40,938] AgentServer[16]: java/util/jar/JarFile/mrjar/MultiReleaseJarSecurity.java: starting execution of com.sun.javatest.regtest.agent.TestNGRunner
....
[2024-09-07 10:55:12,917] AgentServer[16]: java/util/List/SubList.java: starting execution of com.sun.javatest.regtest.agent.TestNGRunner
[2024-09-07 10:55:15,212] AgentServer[16]: java/util/List/SubList.java: finished execution of com.sun.javatest.regtest.agent.TestNGRunner
harness.trace seems to indicate that it took around 12 seconds before it identified that the agent communication had failed:
2024-09-07T10:55:29+0000 Starting: java/util/Locale/AvailableLocalesTest.java
...
2024-09-07T10:55:40+0000 Finished: (12 seconds) java/util/Locale/AvailableLocalesTest.java: Error. Agent communication error: java.net.SocketException: Broken pipe; check console log for any additional details