Test results
1 suite, 1 failed test
jit.test.jitserver.JITServerTest
testServerComesUpAfterClientAndGoesDownAgain
java.lang.AssertionError: Failed to properly start server, it terminated prematurely with exit value: 1 at org.testng.AssertJUnit.fail(AssertJUnit.java:59) at jit.test.jitserver.JITServerTest.startProcess(JITServerTest.java:382) at jit.test.jitserver.JITServerTest.testServerComesUpAfterClientAndGoesDownAgain(JITServerTest.java:588) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:503) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323)
jit.test.jitserver.JITServerTest
testServer
testServerAOTCache
testServerComesUpAfterClient
testServerGoesDown
testServerGoesDownAnotherComesUp
testServerUnreachableForAWhile
/home/jenkins/workspace/Grinder_iteration_7/jvmtest/functional/JIT_Test/testng.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite guice-stage="DEVELOPMENT" verbose="2" name="JIT_Test suite">
  <listeners>
    <listener class-name="org.openj9.test.util.IncludeExcludeTestAnnotationTransformer"/>
  </listeners>
  <groups>
    <run>
      <include name="level.sanity"/>
      <exclude name="d.*.linux_aarch64"/>
      <exclude name="d.*.arch.aarch"/>
      <exclude name="d.*.os.linux"/>
      <exclude name="d.*.bits.64"/>
      <exclude name="d.*.generic-all"/>
    </run>
  </groups>
  <test thread-count="5" verbose="2" name="JITServerTest">
    <groups>
      <run>
        <include name="level.sanity"/>
        <exclude name="d.*.linux_aarch64"/>
        <exclude name="d.*.arch.aarch"/>
        <exclude name="d.*.os.linux"/>
        <exclude name="d.*.bits.64"/>
        <exclude name="d.*.generic-all"/>
      </run>
    </groups>
    <classes>
      <class name="jit.test.jitserver.JITServerTest"/>
    </classes>
  </test> <!-- JITServerTest -->
</suite> <!-- JIT_Test suite -->
            
Tests for JIT_Test suite
  • JITServerTest (1 class)
Groups for JIT_Test suite
component.jit
testServer
testServerAOTCache
testServerComesUpAfterClient
testServerComesUpAfterClientAndGoesDownAgain
testServerGoesDown
testServerGoesDownAnotherComesUp
testServerUnreachableForAWhile
level.sanity
testServer
testServerAOTCache
testServerComesUpAfterClient
testServerComesUpAfterClientAndGoesDownAgain
testServerGoesDown
testServerGoesDownAnotherComesUp
testServerUnreachableForAWhile
Times for JIT_Test suite
Total running time: 12 minutes
Reporter output for JIT_Test suite
0 ignored methods
Methods in chronological order
jit.test.jitserver.JITServerTest
testServer 0 ms
testServerAOTCache 54415 ms
testServerComesUpAfterClient 160328 ms
testServerComesUpAfterClientAndGoesDownAgain 260919 ms
testServerGoesDown 308240 ms
testServerGoesDownAnotherComesUp 413369 ms
testServerUnreachableForAWhile 568085 ms