TCK Results

As required by the Eclipse Foundation Technology Compatibility Kit License, following is a summary of the TCK results for releases of MicroProfile Fault Tolerance 4.0.

Open Liberty 21.0.0.12-beta - MicroProfile Fault Tolerance 4.0 Certification Summary

Java 8 Test results:

<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="1" name="AsyncCancellationTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="5" time="21.832" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledDoesNotRetry" time="3.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledWhileQueued" time="6.017" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancel" time="0.521" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelWithoutInterrupt" time="6.245" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledButRemainsInBulkhead" time="6.023" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="2" name="AsyncFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="6" time="0.450" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackFutureCompletesExceptionally" time="0.344" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackSuccess" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackFutureCompletesExceptionally" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackSuccess" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackMethodThrows" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackMethodThrows" time="0.020" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="3" name="AsyncTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="3" time="27.423" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncClassLevelTimeout" time="12.365" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncTimeout" time="12.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncNoTimeout" time="3.037" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="4" name="AsynchronousCSTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="7" time="1.947" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenCompletedExceptionally" time="0.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsNotFinished" time="0.538" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsNotFinished" time="0.516" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsFinished" time="0.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCallbacksChained" time="0.815" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenExceptionThrown" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsFinished" time="0.022" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="5" name="AsynchronousTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="6" time="0.729" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsNotFinished" time="0.014" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsNotFinished" time="0.013" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsFinished" time="0.176" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithCompletionStage" time="0.017" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsFinished" time="0.462" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithFuture" time="0.047" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="6" name="CircuitBreakerBulkheadTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="3" time="6.541" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadSync" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreaker" time="3.414" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadAsync" time="3.077" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="7" name="CircuitBreakerExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="27" time="1.142" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsException" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsError" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsError" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsError" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsException" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0" time="0.371" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsException" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1" time="0.028" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="8" name="CircuitBreakerInitialSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="2.402" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest" name="testCircuitInitialSuccessDefaultSuccessThreshold" time="2.402" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="9" name="CircuitBreakerLateSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="2.381" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest" name="testCircuitLateSuccessDefaultSuccessThreshold" time="2.381" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="10" name="CircuitBreakerRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="12" time="23.063" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeouts" time="6.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeoutsAsync" time="2.780" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetriesAsync" time="0.265" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetriesAsync" time="0.112" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetries" time="0.414" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetries" time="0.247" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitClosesAsync" time="6.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithMoreRetries" time="0.672" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfNotRetryOnAsync" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithFewRetries" time="0.201" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfAbortOnAsync" time="0.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitCloses" time="6.098" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="11" name="CircuitBreakerTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="9" time="6.118" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitReClose" time="0.607" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitDefaultSuccessThreshold" time="2.109" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen2" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitHighSuccessThreshold" time="2.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverride" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverrideNoDelay" time="0.561" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitBase" time="0.144" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitClosedThenOpen" time="0.460" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="12" name="CircuitBreakerTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="2" time="15.420" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeout" time="6.361" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeoutWithoutFailOn" time="9.059" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="13" name="ConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="5" time="3.692" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMethodOverrideMaxRetries" time="0.433" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxDuration" time="1.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxDuration" time="1.555" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxRetries" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxRetries" time="0.621" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="14" name="FallbackExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="27" time="2.214" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsException" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsException" time="1.224" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsError" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsError" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0" time="0.364" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsException" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsError" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0" time="0.024" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="15" name="FallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="9" time="2.230" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackWithBeanSuccess" time="0.124" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneHandlerFallback" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneMethodFallback" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodWithArgsSuccess" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackTimeout" time="1.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodSuccess" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testClassLevelFallbackSuccess" time="0.740" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackSuccess" time="0.160" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbacktNoTimeout" time="0.044" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="16" name="RetryConditionTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="19" time="8.811" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynRetryOnMethodException" time="0.115" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelExceptionally" time="1.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelSuccess" time="1.164" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnTrue" time="0.300" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrueThrowingAChildCustomException" time="0.099" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynWilNotRetryExceptionally" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnFalse" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetrySuccess" time="0.172" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainExceptionally" time="1.989" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testAsyncRetryExceptionally" time="0.557" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrue" time="0.213" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalse" time="0.126" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnTrue" time="0.133" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnFalse" time="0.368" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainSuccess" time="1.920" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryCompletionStageWithException" time="0.206" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnTrue" time="0.141" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnFalse" time="0.140" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="17" name="RetryExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="27" time="1.221" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0" time="0.572" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsError" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsException" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsError" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsException" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsError" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsException" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.019" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="18" name="RetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="8" time="28.571" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDuration" time="1.194" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxRetries" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDuration" time="1.618" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithDelay" time="19.989" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithNoDelayAndJitter" time="3.277" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDurationSeconds" time="1.223" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxRetries" time="0.124" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDurationSeconds" time="1.101" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="19" name="RetryTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="4" time="12.658" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryTimeout" time="6.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithoutRetryOn" time="3.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryNoTimeout" time="0.592" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithAbortOn" time="3.024" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="20" name="TimeoutGlobalConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="0.621" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest" name="testTimeout" time="0.621" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="21" name="TimeoutMethodConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="0.517" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest" name="testTimeout" time="0.517" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="22" name="TimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="16" time="17.671" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsNoTimeout" time="1.524" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeoutClassLevel" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterTimeoutOverride" time="2.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeout" time="1.808" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeout" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeoutClassLevel" time="0.517" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsTimeout" time="2.015" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeout" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterNoTimeoutOverride" time="1.524" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeoutOverride" time="1.522" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeout" time="2.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeout" time="1.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeoutClassLevel" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeoutOverride" time="2.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeoutClassLevel" time="1.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeout" time="0.515" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="23" name="TimeoutUninterruptableTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="7" time="39.183" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncCS" time="3.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncFallback" time="3.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncRetry" time="9.095" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeout" time="6.401" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsync" time="3.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkheadQueueTimed" time="3.655" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkhead" time="10.858" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="24" name="ZeroRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="0.431" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest" name="test" time="0.431" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="25" name="BulkheadAsynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="8" time="55.175" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownClassAsync" time="6.213" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithoutRetryOn" time="3.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesJoinBackOfQueue" time="15.143" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithAbortOn" time="3.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownMethodAsync" time="6.201" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedClassAsync" time="6.394" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedMethodAsync" time="6.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesReenterBulkhead" time="9.047" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="26" name="BulkheadAsynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="9" time="52.328" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous10" time="6.186" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousDefault" time="6.196" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous3" time="6.162" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousQueueing5" time="6.171" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous10" time="6.577" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadCompletionStage" time="2.512" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous3" time="6.169" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousDefault" time="6.191" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousQueueing5" time="6.164" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="27" name="BulkheadFutureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="4" time="0.696" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneWithoutGet" time="0.159" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneAfterGet" time="0.364" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneWithoutGet" time="0.136" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneAfterGet" time="0.037" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="28" name="BulkheadPressureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="2" time="31.258" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureSync" time="15.384" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureAsync" time="15.874" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="29" name="BulkheadSynchConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="1" time="0.350" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest" name="testBulkheadClassSemaphore3" time="0.350" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="30" name="BulkheadSynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="5" time="12.596" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithAbortOn" time="0.407" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionClass" time="6.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithMaxRetriesZero" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionMethod" time="6.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithoutRetryOn" time="0.043" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="31" name="BulkheadSynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="6" time="0.840" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore3" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore10" time="0.103" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphoreDefault" time="0.103" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore3" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore10" time="0.403" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphoreDefault" time="0.092" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="32" name="BulkheadLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle" skipped="0" tests="3" time="0.918" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClassesWithCommonSuperclass" time="0.196" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClasses" time="0.508" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.214" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="33" name="CircuitBreakerConfigGlobalTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" skipped="0" tests="1" time="0.851" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest" name="testCircuitDefaultSuccessThreshold" time="0.851" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="34" name="CircuitBreakerConfigOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" skipped="0" tests="1" time="0.834" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest" name="testCircuitDefaultSuccessThreshold" time="0.834" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="35" name="CircuitBreakerLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle" skipped="0" tests="20" time="1.854" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClass" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassNoRedefinition" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethod" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClass" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClassWithOverriddenMethod" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenClasses" time="0.095" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodNoRedefinition" time="0.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassMissingOnOverriddenMethod" time="0.074" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnMethod" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClassWithOverriddenMethod" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodMissingOnOverriddenMethod" time="0.125" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethod" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClass" time="0.366" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClass" time="0.088" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodMissingOnOverriddenMethod" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnMethod" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodNoRedefinition" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnMethod" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.095" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="36" name="BulkheadConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="2" time="3.413" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testWaitingTaskQueue" time="3.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testConfigValue" time="0.367" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="37" name="CircuitBreakerConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="6" time="18.966" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailureRatio" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureDelay" time="6.473" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureRequestVolumeThreshold" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSuccessThreshold" time="12.243" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailOn" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSkipOn" time="0.054" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="38" name="CircuitBreakerSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.393" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest" name="testConfigureSkipOn" time="0.393" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="39" name="ConfigPropertyGlobalVsClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.883" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest" name="propertyPriorityTest" time="0.883" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="40" name="ConfigPropertyGlobalVsClassVsMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.914" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest" name="propertyPriorityTest" time="0.914" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="41" name="ConfigPropertyOnClassAndMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.840" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest" name="propertyPriorityTest" time="0.840" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="42" name="FallbackApplyOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.298" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest" name="testApplyOn" time="0.298" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="43" name="FallbackConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="4" time="0.472" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testApplyOn" time="0.356" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackHandler" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackMethod" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testSkipOn" time="0.030" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="44" name="FallbackSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.325" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest" name="testSkipOn" time="0.325" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="45" name="RetryConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="6" time="2.701" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigAbortOn" time="0.407" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxRetries" time="0.083" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigRetryOn" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxDuration" time="1.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigDelay" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigJitter" time="1.016" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="46" name="TimeoutConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="3" time="18.459" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigValue" time="6.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigUnit" time="6.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigBoth" time="6.381" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="47" name="DisableAnnotationGloballyEnableOnClassDisableOnMethod" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.556" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testCircuitBreaker" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testRetryDisabled" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testAsync" time="2.371" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testFallbackDisabled" time="0.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testTimeout" time="12.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testBulkhead" time="0.026" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="48" name="DisableAnnotationGloballyEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.143" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testCircuitBreaker" time="0.075" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testRetryEnabled" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testBulkhead" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testAsync" time="2.352" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testTimeout" time="0.553" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testFallbackEnabled" time="0.062" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="49" name="DisableAnnotationGloballyEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.038" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testCircuitBreaker" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testAsync" time="2.343" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testBulkhead" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testFallbackDisabled" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testRetryEnabled" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testTimeout" time="0.531" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="50" name="DisableAnnotationGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.503" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testFallbackDisabled" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testTimeout" time="12.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testBulkhead" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testAsync" time="2.371" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testCircuitClosedThenOpen" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testRetryDisabled" time="0.028" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="51" name="DisableAnnotationOnClassEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.187" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testCircuitBreaker" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testBulkhead" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testRetryEnabled" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testFallbackDisabled" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testAsync" time="2.407" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testTimeout" time="0.540" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="52" name="DisableAnnotationOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.539" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testFallbackDisabled" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testRetryDisabled" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testBulkhead" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testTimeout" time="12.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testCircuitClosedThenOpen" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testAsync" time="2.362" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="53" name="DisableAnnotationOnMethodsTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.573" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testFallbackDisabled" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testAsync" time="2.375" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testBulkhead" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testTimeout" time="12.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testRetryDisabled" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testCircuitClosedThenOpen" time="0.038" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="54" name="DisableFTEnableGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.402" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testAsync" time="2.315" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testRetryEnabled" time="0.207" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testBulkhead" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testCircuitBreaker" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testFallbackEnabled" time="0.232" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testTimeout" time="0.532" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="55" name="DisableFTEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.078" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testTimeout" time="0.538" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testFallbackEnabled" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testCircuitBreaker" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testAsync" time="2.381" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testBulkhead" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testRetryEnabled" time="0.046" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="56" name="DisableFTEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="5" time="2.989" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testBulkhead" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testTimeout" time="0.533" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testRetryEnabled" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testCircuitBreaker" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testAsync" time="2.319" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="57" name="DisableTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="4" time="3.586" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testCircuitClosedThenOpen" time="0.361" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testFallbackSuccess" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testRetryDisabled" time="0.138" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testTimeout" time="3.033" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="58" name="FallbackMethodAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.375" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest" name="fallbackMethodAbstract" time="0.375" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="59" name="FallbackMethodBasicTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.339" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest" name="fallbackMethodBasic" time="0.339" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="60" name="FallbackMethodDefaultMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.354" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest" name="fallbackMethodDefaultMethod" time="0.354" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="61" name="FallbackMethodGenericAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.395" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest" name="fallbackMethodGenericAbstract" time="0.395" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="62" name="FallbackMethodGenericArrayTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.335" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest" name="fallbackMethodGenericArray" time="0.335" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="63" name="FallbackMethodGenericComplexTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.358" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest" name="fallbackMethodGenericComplex" time="0.358" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="64" name="FallbackMethodGenericDeepTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.390" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest" name="fallbackMethodGenericDeep" time="0.390" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="65" name="FallbackMethodGenericTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.337" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest" name="fallbackMethodGeneric" time="0.337" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="66" name="FallbackMethodGenericWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.333" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest" name="fallbackMethodGenericWildcard" time="0.333" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="67" name="FallbackMethodInPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.360" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest" name="fallbackMethodInPackage" time="0.360" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="68" name="FallbackMethodInterfaceTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.366" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest" name="fallbackMethodInterface" time="0.366" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="69" name="FallbackMethodOutOfPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.011" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest" name="fallbackMethodOutOfPackage" time="0.011" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="70" name="FallbackMethodPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.343" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest" name="fallbackMethodPrivate" time="0.343" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="71" name="FallbackMethodSubclassOverrideTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.375" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest" name="fallbackMethodSubclassOverride" time="0.375" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="72" name="FallbackMethodSubclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest" name="fallbackMethodSubclass" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="73" name="FallbackMethodSuperclassPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest" name="fallbackMethodSuperclassPrivate" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="74" name="FallbackMethodSuperclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.350" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest" name="fallbackMethodSuperclass" time="0.350" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="75" name="FallbackMethodVarargsTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.345" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest" name="fallbackMethodVarargs" time="0.345" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="76" name="FallbackMethodWildcardNegativeTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest" name="fallbackMethodWildcardNegative" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="77" name="FallbackMethodWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.350" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest" name="fallbackMethodWildcard" time="0.350" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="78" name="IncompatibleFallbackMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.006" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="79" name="IncompatibleFallbackMethodWithArgsTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="80" name="IncompatibleFallbackPolicies" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.001" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="81" name="IncompatibleFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="82" name="FaultToleranceInterceptorTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor" skipped="0" tests="2" time="0.434" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testAsync" time="0.368" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testRetryInterceptors" time="0.066" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="83" name="FaultToleranceInterceptorPriorityChangeAnnotationConfTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange" skipped="0" tests="2" time="0.672" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testAsync" time="0.622" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testRetryInterceptors" time="0.050" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="84" name="InvalidAsynchronousClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="85" name="InvalidAsynchronousMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="86" name="InvalidBulkheadAsynchQueueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="87" name="InvalidBulkheadValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="88" name="InvalidCircuitBreakerDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="89" name="InvalidCircuitBreakerFailureRatioNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.004" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="90" name="InvalidCircuitBreakerFailureRatioPosTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.006" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="91" name="InvalidCircuitBreakerFailureReqVol0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="92" name="InvalidCircuitBreakerFailureReqVolNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.004" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="93" name="InvalidCircuitBreakerFailureSuccess0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="94" name="InvalidCircuitBreakerFailureSuccessNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="95" name="InvalidRetryDelayDurationTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="96" name="InvalidRetryDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.005" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="97" name="InvalidRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.004" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="98" name="InvalidRetryMaxRetriesTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="99" name="InvalidTimeoutValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="100" name="AllMetricsTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="2" time="0.538" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testAllMetrics" time="0.483" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testMetricUnits" time="0.055" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="101" name="BulkheadMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="4" time="12.759" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricAsyncTest" time="6.460" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricRejectionTest" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricHistogramTest" time="6.180" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricTest" time="0.057" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="102" name="CircuitBreakerMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="1" time="9.694" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest" name="testCircuitBreakerMetric" time="9.694" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="103" name="ClashingNameTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="1" time="1.063" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest" name="testClashingName" time="1.063" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="104" name="ClassLevelMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="3" time="1.652" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.735" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricUnsuccessful" time="0.873" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="105" name="FallbackMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="2" time="0.457" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricHandlerTest" time="0.402" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricMethodTest" time="0.055" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="106" name="MetricsDisabledTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="1" time="0.466" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest" name="testMetricsDisabled" time="0.466" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="107" name="RetryMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="8" time="17.779" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableImmediately" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetries" time="0.631" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDuration" time="7.469" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDurationNoRetries" time="9.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableAfterRetries" time="0.194" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetriesHitButNoRetry" time="0.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.205" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="108" name="TimeoutMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="2" time="20.889" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutMetric" time="6.652" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutHistogram" time="14.237" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21395870-n.fyre.ibm.com" id="109" name="RetryVisibilityTest" package="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry" skipped="0" tests="17" time="4.291" timestamp="2021-10-20T11:33:36 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceDerivedClassNoRedefinition" time="0.150" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMNoRedefinition" time="0.263" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelNoMethodOverride" time="0.270" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelNoMethodOverride" time="0.137" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="baseRetryServiceUsesDefaults" time="0.651" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotation" time="0.433" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMNoRedefinition" time="0.235" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideMethodLevelUsesMethodLevelAnnotation" time="0.346" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride" time="0.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCM" time="0.257" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMRetryMissingOnMethod" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedMethodLevel" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROM" time="0.290" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceRetryRemovedAtMethodLevel" time="0.340" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMRetryMissingOnMethod" time="0.149" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelMethodOverride" time="0.341" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelMethodOverride" time="0.210" />
  </testsuite>
</testsuites>

Java 11 Test results:

<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="1" name="AsyncCancellationTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="5" time="22.043" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledWhileQueued" time="6.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledDoesNotRetry" time="3.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancel" time="0.633" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledButRemainsInBulkhead" time="6.094" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelWithoutInterrupt" time="6.255" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="2" name="AsyncFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="6" time="0.554" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackSuccess" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackSuccess" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackFutureCompletesExceptionally" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackMethodThrows" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackMethodThrows" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackFutureCompletesExceptionally" time="0.413" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="3" name="AsyncTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="3" time="27.464" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncNoTimeout" time="3.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncClassLevelTimeout" time="12.409" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncTimeout" time="12.025" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="4" name="AsynchronousCSTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="7" time="2.011" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsNotFinished" time="0.521" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCallbacksChained" time="0.868" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenExceptionThrown" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsFinished" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsNotFinished" time="0.519" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsFinished" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenCompletedExceptionally" time="0.024" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="5" name="AsynchronousTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="6" time="0.766" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithCompletionStage" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithFuture" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsNotFinished" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsNotFinished" time="0.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsFinished" time="0.123" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsFinished" time="0.551" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="6" name="CircuitBreakerBulkheadTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="3" time="6.561" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadSync" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreaker" time="3.425" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadAsync" time="3.068" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="7" name="CircuitBreakerExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="27" time="1.469" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsException" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsException" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsError" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0" time="0.443" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsError" time="0.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsError" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsException" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.039" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="8" name="CircuitBreakerInitialSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="2.485" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest" name="testCircuitInitialSuccessDefaultSuccessThreshold" time="2.485" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="9" name="CircuitBreakerLateSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="2.464" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest" name="testCircuitLateSuccessDefaultSuccessThreshold" time="2.464" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="10" name="CircuitBreakerRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="12" time="22.527" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetries" time="0.482" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeouts" time="4.295" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfAbortOnAsync" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitCloses" time="6.126" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithMoreRetries" time="0.313" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfNotRetryOnAsync" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithFewRetries" time="0.163" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetries" time="0.222" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetriesAsync" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetriesAsync" time="0.350" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitClosesAsync" time="6.088" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeoutsAsync" time="4.286" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="11" name="CircuitBreakerTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="9" time="6.224" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverride" time="0.075" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitHighSuccessThreshold" time="2.099" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen2" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverrideNoDelay" time="0.579" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitDefaultSuccessThreshold" time="2.106" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitClosedThenOpen" time="0.554" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitBase" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitReClose" time="0.607" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="12" name="CircuitBreakerTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="2" time="15.530" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeoutWithoutFailOn" time="9.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeout" time="6.409" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="13" name="ConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="5" time="3.722" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxRetries" time="0.449" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMethodOverrideMaxRetries" time="0.249" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxDuration" time="1.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxDuration" time="1.715" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxRetries" time="0.232" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="14" name="FallbackExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="27" time="1.134" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsError" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsError" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsError" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsException" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsException" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsException" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0" time="0.415" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="15" name="FallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="9" time="2.419" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackWithBeanSuccess" time="0.290" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodWithArgsSuccess" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodSuccess" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneMethodFallback" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbacktNoTimeout" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testClassLevelFallbackSuccess" time="0.488" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackTimeout" time="1.157" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackSuccess" time="0.309" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneHandlerFallback" time="0.026" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="16" name="RetryConditionTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="19" time="8.064" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelExceptionally" time="0.946" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelSuccess" time="1.204" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnFalse" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryCompletionStageWithException" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainExceptionally" time="1.956" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnTrue" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnFalse" time="0.342" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrue" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynRetryOnMethodException" time="0.158" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynWilNotRetryExceptionally" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnFalse" time="0.154" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnTrue" time="0.152" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetrySuccess" time="0.113" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainSuccess" time="1.904" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalse" time="0.132" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnTrue" time="0.132" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testAsyncRetryExceptionally" time="0.427" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrueThrowingAChildCustomException" time="0.167" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="17" name="RetryExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="27" time="1.201" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsException" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsError" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsException" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1" time="0.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2" time="0.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsException" time="0.109" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsError" time="0.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsError" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0" time="0.385" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="18" name="RetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="8" time="29.037" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxRetries" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDuration" time="1.515" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDurationSeconds" time="1.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDurationSeconds" time="1.107" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithNoDelayAndJitter" time="3.269" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxRetries" time="0.359" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithDelay" time="20.546" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDuration" time="1.085" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="19" name="RetryTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="4" time="12.777" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithAbortOn" time="3.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryTimeout" time="6.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithoutRetryOn" time="3.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryNoTimeout" time="0.688" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="20" name="TimeoutGlobalConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="0.596" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest" name="testTimeout" time="0.596" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="21" name="TimeoutMethodConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="0.565" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest" name="testTimeout" time="0.565" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="22" name="TimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="16" time="17.833" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterNoTimeoutOverride" time="1.530" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeout" time="1.019" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterTimeoutOverride" time="2.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeout" time="0.520" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeout" time="0.100" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsTimeout" time="2.022" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeoutClassLevel" time="0.524" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeoutClassLevel" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeoutClassLevel" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsNoTimeout" time="1.528" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeoutOverride" time="1.528" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeout" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeout" time="1.856" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeoutOverride" time="2.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeoutClassLevel" time="1.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeout" time="2.021" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="23" name="TimeoutUninterruptableTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="7" time="39.245" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeout" time="6.446" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkheadQueueTimed" time="3.661" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncCS" time="3.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkhead" time="10.868" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncFallback" time="3.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncRetry" time="9.081" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsync" time="3.061" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="24" name="ZeroRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck" skipped="0" tests="1" time="0.498" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest" name="test" time="0.498" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="25" name="BulkheadAsynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="8" time="55.500" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedMethodAsync" time="6.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithoutRetryOn" time="3.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownClassAsync" time="6.269" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedClassAsync" time="6.496" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesJoinBackOfQueue" time="15.156" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesReenterBulkhead" time="9.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownMethodAsync" time="6.278" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithAbortOn" time="3.072" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="26" name="BulkheadAsynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="9" time="52.552" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous10" time="6.218" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousDefault" time="6.208" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadCompletionStage" time="2.523" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous10" time="6.595" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous3" time="6.192" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousQueueing5" time="6.195" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous3" time="6.218" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousQueueing5" time="6.187" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousDefault" time="6.216" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="27" name="BulkheadFutureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="4" time="0.734" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneWithoutGet" time="0.171" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneAfterGet" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneWithoutGet" time="0.136" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneAfterGet" time="0.379" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="28" name="BulkheadPressureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="2" time="31.326" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureSync" time="15.449" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureAsync" time="15.877" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="29" name="BulkheadSynchConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="1" time="0.478" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest" name="testBulkheadClassSemaphore3" time="0.478" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="30" name="BulkheadSynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="5" time="12.617" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithoutRetryOn" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionClass" time="6.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithMaxRetriesZero" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithAbortOn" time="0.391" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionMethod" time="6.064" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="31" name="BulkheadSynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" skipped="0" tests="6" time="0.972" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore3" time="0.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore10" time="0.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore3" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphoreDefault" time="0.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphoreDefault" time="0.122" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore10" time="0.482" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="32" name="BulkheadLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle" skipped="0" tests="3" time="1.068" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClassesWithCommonSuperclass" time="0.280" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClasses" time="0.565" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.223" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="33" name="CircuitBreakerConfigGlobalTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" skipped="0" tests="1" time="0.904" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest" name="testCircuitDefaultSuccessThreshold" time="0.904" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="34" name="CircuitBreakerConfigOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" skipped="0" tests="1" time="0.884" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest" name="testCircuitDefaultSuccessThreshold" time="0.884" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="35" name="CircuitBreakerLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle" skipped="0" tests="20" time="2.744" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClassWithOverriddenMethod" time="0.088" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod" time="0.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassMissingOnOverriddenMethod" time="0.168" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClass" time="0.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethod" time="0.151" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodNoRedefinition" time="0.113" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.179" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodMissingOnOverriddenMethod" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClass" time="0.196" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethod" time="0.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodNoRedefinition" time="0.114" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnMethod" time="0.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassNoRedefinition" time="0.112" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClass" time="0.131" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClass" time="0.410" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenClasses" time="0.161" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnMethod" time="0.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClassWithOverriddenMethod" time="0.095" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnMethod" time="0.114" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodMissingOnOverriddenMethod" time="0.154" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="36" name="BulkheadConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="2" time="3.526" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testConfigValue" time="0.397" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testWaitingTaskQueue" time="3.129" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="37" name="CircuitBreakerConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="6" time="18.966" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureRequestVolumeThreshold" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSuccessThreshold" time="12.267" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureDelay" time="6.450" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSkipOn" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailOn" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailureRatio" time="0.076" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="38" name="CircuitBreakerSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.437" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest" name="testConfigureSkipOn" time="0.437" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="39" name="ConfigPropertyGlobalVsClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.915" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest" name="propertyPriorityTest" time="0.915" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="40" name="ConfigPropertyGlobalVsClassVsMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.716" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest" name="propertyPriorityTest" time="0.716" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="41" name="ConfigPropertyOnClassAndMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="1.052" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest" name="propertyPriorityTest" time="1.052" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="42" name="FallbackApplyOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.328" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest" name="testApplyOn" time="0.328" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="43" name="FallbackConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="4" time="0.543" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testSkipOn" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testApplyOn" time="0.374" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackHandler" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackMethod" time="0.059" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="44" name="FallbackSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="1" time="0.347" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest" name="testSkipOn" time="0.347" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="45" name="RetryConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="6" time="2.545" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigRetryOn" time="0.083" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxRetries" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigAbortOn" time="0.530" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigDelay" time="0.105" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigJitter" time="0.681" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxDuration" time="1.074" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="46" name="TimeoutConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" skipped="0" tests="3" time="18.485" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigBoth" time="6.388" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigUnit" time="6.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigValue" time="6.043" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="47" name="DisableAnnotationGloballyEnableOnClassDisableOnMethod" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.675" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testTimeout" time="12.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testFallbackDisabled" time="0.172" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testAsync" time="2.374" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testCircuitBreaker" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testRetryDisabled" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testBulkhead" time="0.033" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="48" name="DisableAnnotationGloballyEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.113" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testRetryEnabled" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testCircuitBreaker" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testTimeout" time="0.538" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testAsync" time="2.360" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testBulkhead" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testFallbackEnabled" time="0.061" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="49" name="DisableAnnotationGloballyEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.154" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testAsync" time="2.396" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testRetryEnabled" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testCircuitBreaker" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testTimeout" time="0.546" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testFallbackDisabled" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testBulkhead" time="0.055" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="50" name="DisableAnnotationGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.576" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testCircuitClosedThenOpen" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testAsync" time="2.414" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testFallbackDisabled" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testBulkhead" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testRetryDisabled" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testTimeout" time="12.029" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="51" name="DisableAnnotationOnClassEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.221" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testFallbackDisabled" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testRetryEnabled" time="0.174" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testAsync" time="2.382" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testCircuitBreaker" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testTimeout" time="0.533" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testBulkhead" time="0.044" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="52" name="DisableAnnotationOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.602" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testFallbackDisabled" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testCircuitClosedThenOpen" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testAsync" time="2.409" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testRetryDisabled" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testBulkhead" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testTimeout" time="12.036" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="53" name="DisableAnnotationOnMethodsTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="14.737" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testFallbackDisabled" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testRetryDisabled" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testCircuitClosedThenOpen" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testAsync" time="2.510" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testBulkhead" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testTimeout" time="12.032" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="54" name="DisableFTEnableGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.281" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testTimeout" time="0.551" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testRetryEnabled" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testBulkhead" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testAsync" time="2.510" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testFallbackEnabled" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testCircuitBreaker" time="0.057" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="55" name="DisableFTEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="6" time="3.125" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testCircuitBreaker" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testFallbackEnabled" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testRetryEnabled" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testTimeout" time="0.533" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testBulkhead" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testAsync" time="2.375" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="56" name="DisableFTEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="5" time="3.234" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testAsync" time="2.384" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testTimeout" time="0.553" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testRetryEnabled" time="0.148" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testBulkhead" time="0.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testCircuitBreaker" time="0.079" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="57" name="DisableTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" skipped="0" tests="4" time="3.703" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testRetryDisabled" time="0.134" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testCircuitClosedThenOpen" time="0.478" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testTimeout" time="3.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testFallbackSuccess" time="0.048" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="58" name="FallbackMethodAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.428" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest" name="fallbackMethodAbstract" time="0.428" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="59" name="FallbackMethodBasicTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.381" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest" name="fallbackMethodBasic" time="0.381" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="60" name="FallbackMethodDefaultMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.460" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest" name="fallbackMethodDefaultMethod" time="0.460" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="61" name="FallbackMethodGenericAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.372" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest" name="fallbackMethodGenericAbstract" time="0.372" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="62" name="FallbackMethodGenericArrayTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.464" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest" name="fallbackMethodGenericArray" time="0.464" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="63" name="FallbackMethodGenericComplexTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.484" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest" name="fallbackMethodGenericComplex" time="0.484" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="64" name="FallbackMethodGenericDeepTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.427" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest" name="fallbackMethodGenericDeep" time="0.427" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="65" name="FallbackMethodGenericTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.387" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest" name="fallbackMethodGeneric" time="0.387" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="66" name="FallbackMethodGenericWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.492" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest" name="fallbackMethodGenericWildcard" time="0.492" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="67" name="FallbackMethodInPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.439" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest" name="fallbackMethodInPackage" time="0.439" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="68" name="FallbackMethodInterfaceTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.442" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest" name="fallbackMethodInterface" time="0.442" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="69" name="FallbackMethodOutOfPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.011" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest" name="fallbackMethodOutOfPackage" time="0.011" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="70" name="FallbackMethodPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.404" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest" name="fallbackMethodPrivate" time="0.404" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="71" name="FallbackMethodSubclassOverrideTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.499" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest" name="fallbackMethodSubclassOverride" time="0.499" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="72" name="FallbackMethodSubclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.005" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest" name="fallbackMethodSubclass" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="73" name="FallbackMethodSuperclassPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.006" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest" name="fallbackMethodSuperclassPrivate" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="74" name="FallbackMethodSuperclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.435" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest" name="fallbackMethodSuperclass" time="0.435" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="75" name="FallbackMethodVarargsTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.398" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest" name="fallbackMethodVarargs" time="0.398" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="76" name="FallbackMethodWildcardNegativeTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.005" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest" name="fallbackMethodWildcardNegative" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="77" name="FallbackMethodWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" skipped="0" tests="1" time="0.355" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest" name="fallbackMethodWildcard" time="0.355" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="78" name="IncompatibleFallbackMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="79" name="IncompatibleFallbackMethodWithArgsTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.004" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="80" name="IncompatibleFallbackPolicies" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.001" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="81" name="IncompatibleFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" skipped="0" tests="1" time="0.001" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="82" name="FaultToleranceInterceptorTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor" skipped="0" tests="2" time="0.436" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testAsync" time="0.376" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testRetryInterceptors" time="0.060" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="83" name="FaultToleranceInterceptorPriorityChangeAnnotationConfTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange" skipped="0" tests="2" time="0.821" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testAsync" time="0.772" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testRetryInterceptors" time="0.049" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="84" name="InvalidAsynchronousClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.006" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="85" name="InvalidAsynchronousMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="86" name="InvalidBulkheadAsynchQueueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="87" name="InvalidBulkheadValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="88" name="InvalidCircuitBreakerDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="89" name="InvalidCircuitBreakerFailureRatioNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.006" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="90" name="InvalidCircuitBreakerFailureRatioPosTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.001" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="91" name="InvalidCircuitBreakerFailureReqVol0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.005" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="92" name="InvalidCircuitBreakerFailureReqVolNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.004" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="93" name="InvalidCircuitBreakerFailureSuccess0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="94" name="InvalidCircuitBreakerFailureSuccessNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.003" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="95" name="InvalidRetryDelayDurationTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.005" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="96" name="InvalidRetryDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="97" name="InvalidRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.004" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="98" name="InvalidRetryMaxRetriesTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="99" name="InvalidTimeoutValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" skipped="0" tests="1" time="0.002" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="100" name="AllMetricsTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="2" time="0.590" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testMetricUnits" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testAllMetrics" time="0.526" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="101" name="BulkheadMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="4" time="12.954" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricRejectionTest" time="0.142" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricHistogramTest" time="6.199" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricTest" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricAsyncTest" time="6.541" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="102" name="CircuitBreakerMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="1" time="10.003" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest" name="testCircuitBreakerMetric" time="10.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="103" name="ClashingNameTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="1" time="1.111" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest" name="testClashingName" time="1.111" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="104" name="ClassLevelMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="3" time="1.323" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.774" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricUnsuccessful" time="0.445" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="105" name="FallbackMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="2" time="0.793" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricHandlerTest" time="0.672" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricMethodTest" time="0.121" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="106" name="MetricsDisabledTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="1" time="0.456" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest" name="testMetricsDisabled" time="0.456" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="107" name="RetryMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="8" time="18.456" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableImmediately" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableAfterRetries" time="0.341" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.281" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDuration" time="7.776" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDurationNoRetries" time="9.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetriesHitButNoRetry" time="0.130" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.103" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetries" time="0.661" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="108" name="TimeoutMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" skipped="0" tests="2" time="20.957" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutMetric" time="6.687" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutHistogram" time="14.270" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21406025-n.fyre.ibm.com" id="109" name="RetryVisibilityTest" package="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry" skipped="0" tests="17" time="5.277" timestamp="2021-10-22T13:00:46 PDT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelMethodOverride" time="0.211" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMRetryMissingOnMethod" time="0.284" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceRetryRemovedAtMethodLevel" time="0.099" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceDerivedClassNoRedefinition" time="0.426" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelNoMethodOverride" time="0.415" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelMethodOverride" time="0.495" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMRetryMissingOnMethod" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROM" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMNoRedefinition" time="0.116" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotation" time="0.421" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMNoRedefinition" time="0.349" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride" time="0.133" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="baseRetryServiceUsesDefaults" time="0.709" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelNoMethodOverride" time="0.434" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideMethodLevelUsesMethodLevelAnnotation" time="0.459" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCM" time="0.365" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedMethodLevel" time="0.248" />
  </testsuite>
</testsuites>