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 3.0.

Open Liberty 21.0.0.8-beta - MicroProfile Fault Tolerance 3.0 Certification Summary

Java 8 Test results:

<?xml version="1.0" encoding="UTF-8" ?>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="1" name="AsyncCancellationTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="22.004" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledButRemainsInBulkhead" time="6.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledDoesNotRetry" time="3.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledWhileQueued" time="6.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelWithoutInterrupt" time="6.298" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancel" time="0.543" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="2" name="AsyncFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="0.738" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackFutureCompletesExceptionally" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackSuccess" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackSuccess" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackMethodThrows" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackMethodThrows" time="0.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackFutureCompletesExceptionally" time="0.440" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="3" name="AsyncTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="27.564" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncNoTimeout" time="3.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncTimeout" time="12.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncClassLevelTimeout" time="12.468" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="4" name="AsynchronousCSTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="2.210" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsNotFinished" time="0.542" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsFinished" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsFinished" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenCompletedExceptionally" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsNotFinished" time="0.558" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenExceptionThrown" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCallbacksChained" time="0.892" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="5" name="AsynchronousTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="1.263" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsFinished" time="0.861" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsNotFinished" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithFuture" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsFinished" time="0.155" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsNotFinished" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithCompletionStage" time="0.056" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="6" name="CircuitBreakerBulkheadTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="6.750" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreaker" time="3.567" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadSync" time="0.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadAsync" time="3.081" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="7" name="CircuitBreakerExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.343" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsException" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsError" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.083" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0" time="0.559" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsError" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2" time="0.128" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.075" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsException" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1" time="0.081" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsException" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.074" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsError" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0" time="0.074" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="8" name="CircuitBreakerInitialSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.463" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest" name="testCircuitInitialSuccessDefaultSuccessThreshold" time="2.463" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="9" name="CircuitBreakerLateSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.504" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest" name="testCircuitLateSuccessDefaultSuccessThreshold" time="2.504" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="10" name="CircuitBreakerRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="12" time="23.653" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithMoreRetries" time="0.461" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitClosesAsync" time="6.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfAbortOnAsync" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetriesAsync" time="0.168" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetriesAsync" time="0.268" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithFewRetries" time="0.250" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeouts" time="4.930" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeoutsAsync" time="4.023" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfNotRetryOnAsync" time="0.094" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitCloses" time="6.105" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetries" time="0.605" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetries" time="0.582" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="11" name="CircuitBreakerTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="6.019" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitClosedThenOpen" time="0.446" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitReClose" time="0.576" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverrideNoDelay" time="0.566" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitHighSuccessThreshold" time="2.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitBase" time="0.106" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverride" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitDefaultSuccessThreshold" time="2.081" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen2" time="0.059" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="12" name="CircuitBreakerTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="2" time="15.521" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeout" time="6.471" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeoutWithoutFailOn" time="9.050" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="13" name="ConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="4.828" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxRetries" time="0.767" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxDuration" time="1.092" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxRetries" time="1.145" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMethodOverrideMaxRetries" time="0.306" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxDuration" time="1.518" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="14" name="FallbackExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="1.900" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1" time="0.074" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsException" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsException" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0" time="0.385" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsException" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsError" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsError" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsError" time="0.056" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="15" name="FallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="3.182" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneHandlerFallback" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackSuccess" time="0.309" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodWithArgsSuccess" time="0.116" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackTimeout" time="1.248" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodSuccess" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testClassLevelFallbackSuccess" time="0.920" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneMethodFallback" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackWithBeanSuccess" time="0.276" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbacktNoTimeout" time="0.156" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="16" name="RetryConditionTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="19" time="9.334" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetrySuccess" time="0.200" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnFalse" time="0.216" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelExceptionally" time="1.173" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnFalse" time="0.214" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnTrue" time="0.195" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalse" time="0.154" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelSuccess" time="0.982" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrue" time="0.190" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynRetryOnMethodException" time="0.250" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnTrue" time="0.143" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryCompletionStageWithException" time="0.256" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynWilNotRetryExceptionally" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainSuccess" time="1.863" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrueThrowingAChildCustomException" time="0.204" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testAsyncRetryExceptionally" time="0.636" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainExceptionally" time="2.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnFalse" time="0.122" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnTrue" time="0.356" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="17" name="RetryExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.207" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0" time="0.671" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsError" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsException" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsException" time="0.193" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsError" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsException" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.220" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsError" time="0.030" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="18" name="RetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="8" time="27.969" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDuration" time="1.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDurationSeconds" time="1.164" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDuration" time="1.542" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxRetries" time="0.215" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDurationSeconds" time="1.236" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithDelay" time="19.378" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithNoDelayAndJitter" time="3.259" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxRetries" time="0.099" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="19" name="RetryTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="4" time="12.681" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithoutRetryOn" time="3.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryTimeout" time="6.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryNoTimeout" time="0.531" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithAbortOn" time="3.054" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="20" name="TimeoutGlobalConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.552" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest" name="testTimeout" time="0.552" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="21" name="TimeoutMethodConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.582" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest" name="testTimeout" time="0.582" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="22" name="TimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="16" time="18.225" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeout" time="1.905" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeoutClassLevel" time="0.549" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeoutClassLevel" time="1.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeout" time="1.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterNoTimeoutOverride" time="1.585" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeoutOverride" time="2.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeout" time="2.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeoutClassLevel" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeoutOverride" time="1.551" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterTimeoutOverride" time="2.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeout" time="0.543" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeout" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsTimeout" time="2.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsNoTimeout" time="1.547" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeout" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeoutClassLevel" time="0.059" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="23" name="TimeoutUninterruptableTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="39.361" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeout" time="6.542" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncFallback" time="3.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsync" time="3.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncCS" time="3.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkheadQueueTimed" time="3.660" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkhead" time="10.863" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncRetry" time="9.106" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="24" name="ZeroRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.498" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest" name="test" time="0.498" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="25" name="BulkheadAsynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="8" time="56.135" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownClassAsync" time="6.317" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesReenterBulkhead" time="9.127" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesJoinBackOfQueue" time="15.134" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithAbortOn" time="3.115" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedMethodAsync" time="6.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithoutRetryOn" time="3.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedClassAsync" time="6.953" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownMethodAsync" time="6.286" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="26" name="BulkheadAsynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="9" time="52.750" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous10" time="6.693" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousQueueing5" time="6.198" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous3" time="6.188" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousQueueing5" time="6.193" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousDefault" time="6.250" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous3" time="6.240" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousDefault" time="6.280" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous10" time="6.235" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadCompletionStage" time="2.473" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="27" name="BulkheadFutureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="4" time="0.973" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneAfterGet" time="0.564" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneAfterGet" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneWithoutGet" time="0.161" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneWithoutGet" time="0.184" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="28" name="BulkheadPressureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="2" time="31.548" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureSync" time="15.539" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureAsync" time="16.009" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="29" name="BulkheadSynchConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="1" time="0.619" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest" name="testBulkheadClassSemaphore3" time="0.619" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="30" name="BulkheadSynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="5" time="12.598" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionMethod" time="6.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithAbortOn" time="0.428" />
      <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="testNoRetriesWithoutRetryOn" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithMaxRetriesZero" time="0.034" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="31" name="BulkheadSynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="6" time="0.974" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore3" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphoreDefault" time="0.108" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore3" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore10" time="0.094" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphoreDefault" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore10" time="0.525" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="32" name="BulkheadLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle" tests="3" time="3.091" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClassesWithCommonSuperclass" time="0.357" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.325" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClasses" time="2.409" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="33" name="CircuitBreakerConfigGlobalTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="1.048" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest" name="testCircuitDefaultSuccessThreshold" time="1.048" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="34" name="CircuitBreakerConfigOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.935" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest" name="testCircuitDefaultSuccessThreshold" time="0.935" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="35" name="CircuitBreakerLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle" tests="20" time="3.187" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassNoRedefinition" time="0.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenClasses" time="0.142" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClassWithOverriddenMethod" time="0.096" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodMissingOnOverriddenMethod" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethod" time="0.159" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassMissingOnOverriddenMethod" time="0.137" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClass" time="0.515" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodNoRedefinition" time="0.133" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod" time="0.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnMethod" time="0.505" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClass" time="0.132" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClass" time="0.151" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodNoRedefinition" time="0.125" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClass" time="0.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClassWithOverriddenMethod" time="0.083" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.156" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethod" time="0.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodMissingOnOverriddenMethod" time="0.160" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnMethod" time="0.116" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnMethod" time="0.095" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="36" name="BulkheadConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="2" time="3.527" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testConfigValue" time="0.470" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testWaitingTaskQueue" time="3.057" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="37" name="CircuitBreakerConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="19.097" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailureRatio" time="0.097" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSuccessThreshold" time="12.336" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailOn" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureDelay" time="6.484" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureRequestVolumeThreshold" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSkipOn" time="0.081" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="38" name="CircuitBreakerSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.694" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest" name="testConfigureSkipOn" time="0.694" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="39" name="ConfigPropertyGlobalVsClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.547" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest" name="propertyPriorityTest" time="0.547" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="40" name="ConfigPropertyGlobalVsClassVsMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.825" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest" name="propertyPriorityTest" time="0.825" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="41" name="ConfigPropertyOnClassAndMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.841" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest" name="propertyPriorityTest" time="0.841" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="42" name="FallbackApplyOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.325" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest" name="testApplyOn" time="0.325" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="43" name="FallbackConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="4" time="0.543" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testApplyOn" time="0.363" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testSkipOn" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackMethod" time="0.074" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackHandler" time="0.048" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="44" name="FallbackSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.358" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest" name="testSkipOn" time="0.358" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="45" name="RetryConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="2.007" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigRetryOn" time="0.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigDelay" time="0.081" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigAbortOn" time="0.522" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxDuration" time="1.073" />
      <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="testConfigJitter" time="0.172" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="46" name="TimeoutConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="3" time="18.555" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigUnit" time="6.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigValue" time="6.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigBoth" time="6.413" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="47" name="DisableAnnotationGloballyEnableOnClassDisableOnMethod" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.698" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testFallbackDisabled" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testTimeout" time="12.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testRetryDisabled" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testCircuitBreaker" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testAsync" time="2.434" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testBulkhead" time="0.055" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="48" name="DisableAnnotationGloballyEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.198" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testCircuitBreaker" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testBulkhead" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testAsync" time="2.365" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testFallbackEnabled" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testTimeout" time="0.539" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testRetryEnabled" time="0.130" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="49" name="DisableAnnotationGloballyEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.139" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testTimeout" time="0.532" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testRetryEnabled" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testFallbackDisabled" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testAsync" time="2.410" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testCircuitBreaker" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testBulkhead" time="0.038" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="50" name="DisableAnnotationGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.779" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testAsync" time="2.589" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testFallbackDisabled" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testTimeout" time="12.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testRetryDisabled" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testCircuitClosedThenOpen" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testBulkhead" time="0.040" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="51" name="DisableAnnotationOnClassEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.198" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testRetryEnabled" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testTimeout" time="0.538" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testCircuitBreaker" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testBulkhead" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testFallbackDisabled" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testAsync" time="2.428" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="52" name="DisableAnnotationOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.538" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testAsync" time="2.362" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testCircuitClosedThenOpen" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testTimeout" time="12.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testFallbackDisabled" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testRetryDisabled" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testBulkhead" time="0.034" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="53" name="DisableAnnotationOnMethodsTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.767" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testAsync" time="2.475" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testRetryDisabled" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testCircuitClosedThenOpen" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testFallbackDisabled" time="0.134" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testBulkhead" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testTimeout" time="12.043" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="54" name="DisableFTEnableGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.302" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testRetryEnabled" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testCircuitBreaker" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testAsync" time="2.493" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testTimeout" time="0.544" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testFallbackEnabled" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testBulkhead" time="0.079" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="55" name="DisableFTEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.200" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testAsync" time="2.415" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testBulkhead" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testTimeout" time="0.555" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testCircuitBreaker" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testFallbackEnabled" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testRetryEnabled" time="0.088" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="56" name="DisableFTEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="5" time="3.077" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testTimeout" time="0.542" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testCircuitBreaker" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testAsync" time="2.359" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testRetryEnabled" time="0.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testBulkhead" time="0.053" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="57" name="DisableTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="4" time="3.590" timestamp="3 Jul 2021 08:23:21 GMT">
      <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="testFallbackSuccess" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testTimeout" time="3.024" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testCircuitClosedThenOpen" time="0.396" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="58" name="FallbackMethodAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.394" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest" name="fallbackMethodAbstract" time="0.394" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="59" name="FallbackMethodBasicTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.449" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest" name="fallbackMethodBasic" time="0.449" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="60" name="FallbackMethodDefaultMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.451" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest" name="fallbackMethodDefaultMethod" time="0.451" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="61" name="FallbackMethodGenericAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.523" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest" name="fallbackMethodGenericAbstract" time="0.523" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="62" name="FallbackMethodGenericArrayTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.401" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest" name="fallbackMethodGenericArray" time="0.401" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="63" name="FallbackMethodGenericComplexTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.423" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest" name="fallbackMethodGenericComplex" time="0.423" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="64" name="FallbackMethodGenericDeepTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.665" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest" name="fallbackMethodGenericDeep" time="0.665" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="65" name="FallbackMethodGenericTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.401" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest" name="fallbackMethodGeneric" time="0.401" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="66" name="FallbackMethodGenericWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.417" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest" name="fallbackMethodGenericWildcard" time="0.417" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="67" name="FallbackMethodInPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.395" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest" name="fallbackMethodInPackage" time="0.395" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="68" name="FallbackMethodInterfaceTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.403" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest" name="fallbackMethodInterface" time="0.403" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="69" name="FallbackMethodOutOfPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.004" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest" name="fallbackMethodOutOfPackage" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="70" name="FallbackMethodPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.391" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest" name="fallbackMethodPrivate" time="0.391" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="71" name="FallbackMethodSubclassOverrideTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.499" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest" name="fallbackMethodSubclassOverride" time="0.499" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="72" name="FallbackMethodSubclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest" name="fallbackMethodSubclass" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="73" name="FallbackMethodSuperclassPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest" name="fallbackMethodSuperclassPrivate" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="74" name="FallbackMethodSuperclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.463" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest" name="fallbackMethodSuperclass" time="0.463" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="75" name="FallbackMethodVarargsTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.408" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest" name="fallbackMethodVarargs" time="0.408" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="76" name="FallbackMethodWildcardNegativeTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest" name="fallbackMethodWildcardNegative" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="77" name="FallbackMethodWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.412" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest" name="fallbackMethodWildcard" time="0.412" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="78" name="IncompatibleFallbackMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.004" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="79" name="IncompatibleFallbackMethodWithArgsTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.004" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="80" name="IncompatibleFallbackPolicies" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="81" name="IncompatibleFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.005" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="82" name="FaultToleranceInterceptorTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor" tests="2" time="0.601" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testAsync" time="0.529" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testRetryInterceptors" time="0.072" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="83" name="FaultToleranceInterceptorPriorityChangeAnnotationConfTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange" tests="2" time="0.460" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testRetryInterceptors" time="0.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testAsync" time="0.373" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="84" name="FaultToleranceInterceptorEnableByXmlTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling" tests="2" time="0.533" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testRetryInterceptors" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testAsync" time="0.475" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="85" name="InvalidAsynchronousClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="86" name="InvalidAsynchronousMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="87" name="InvalidBulkheadAsynchQueueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.014" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest" name="test" time="0.014" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="88" name="InvalidBulkheadValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.006" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="89" name="InvalidCircuitBreakerDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="90" name="InvalidCircuitBreakerFailureRatioNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.022" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest" name="test" time="0.022" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="91" name="InvalidCircuitBreakerFailureRatioPosTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="92" name="InvalidCircuitBreakerFailureReqVol0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="93" name="InvalidCircuitBreakerFailureReqVolNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="94" name="InvalidCircuitBreakerFailureSuccess0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="95" name="InvalidCircuitBreakerFailureSuccessNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.005" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="96" name="InvalidRetryDelayDurationTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.009" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest" name="test" time="0.009" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="97" name="InvalidRetryDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="98" name="InvalidRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="99" name="InvalidRetryMaxRetriesTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="100" name="InvalidTimeoutValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="101" name="AllMetricsTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.529" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testMetricUnits" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testAllMetrics" time="0.479" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="102" name="BulkheadMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="4" time="12.766" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricTest" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricRejectionTest" time="0.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricAsyncTest" time="6.538" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricHistogramTest" time="6.075" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="103" name="CircuitBreakerMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="9.440" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest" name="testCircuitBreakerMetric" time="9.440" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="104" name="ClashingNameTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.458" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest" name="testClashingName" time="0.458" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="105" name="ClassLevelMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="3" time="1.150" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricUnsuccessful" time="0.607" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.501" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="106" name="FallbackMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.604" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricMethodTest" time="0.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricHandlerTest" time="0.534" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="107" name="MetricsDisabledTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.407" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest" name="testMetricsDisabled" time="0.407" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="108" name="RetryMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="8" time="16.331" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableImmediately" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDurationNoRetries" time="9.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDuration" time="6.454" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetries" time="0.234" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableAfterRetries" time="0.221" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetriesHitButNoRetry" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.218" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="109" name="TimeoutMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="21.174" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutMetric" time="6.692" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutHistogram" time="14.482" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs1604qmwhbfy-n.fyre.ibm.com" id="110" name="RetryVisibilityTest" package="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry" tests="17" time="4.635" timestamp="3 Jul 2021 08:23:21 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelMethodOverride" time="0.178" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMNoRedefinition" time="0.238" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride" time="0.247" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROM" time="0.221" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMNoRedefinition" time="0.185" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCM" time="0.355" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="baseRetryServiceUsesDefaults" time="0.731" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideMethodLevelUsesMethodLevelAnnotation" time="0.231" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceRetryRemovedAtMethodLevel" time="0.208" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelNoMethodOverride" time="0.300" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMRetryMissingOnMethod" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceDerivedClassNoRedefinition" time="0.268" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotation" time="0.372" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelMethodOverride" time="0.243" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedMethodLevel" time="0.202" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelNoMethodOverride" time="0.390" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMRetryMissingOnMethod" time="0.212" />
  </testsuite>
</testsuites>

Java 11 Test results:

<?xml version="1.0" encoding="UTF-8" ?>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="1" name="AsyncCancellationTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="21.967" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelWithoutInterrupt" time="6.285" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledDoesNotRetry" time="3.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancel" time="0.501" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledWhileQueued" time="6.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledButRemainsInBulkhead" time="6.061" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="2" name="AsyncFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="0.658" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackSuccess" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackMethodThrows" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackSuccess" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackFutureCompletesExceptionally" time="0.408" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackMethodThrows" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackFutureCompletesExceptionally" time="0.050" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="3" name="AsyncTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="27.504" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncNoTimeout" time="3.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncTimeout" time="12.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncClassLevelTimeout" time="12.411" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="4" name="AsynchronousCSTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="2.193" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsNotFinished" time="0.541" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsNotFinished" time="0.578" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsFinished" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenExceptionThrown" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCallbacksChained" time="0.884" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsFinished" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenCompletedExceptionally" time="0.059" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="5" name="AsynchronousTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="1.338" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsNotFinished" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsNotFinished" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithCompletionStage" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsFinished" time="0.167" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithFuture" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsFinished" time="0.941" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="6" name="CircuitBreakerBulkheadTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="6.575" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreaker" time="3.415" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadSync" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadAsync" time="3.076" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="7" name="CircuitBreakerExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.102" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsException" time="0.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0" time="0.427" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsError" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsException" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsError" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsError" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsException" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.050" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="8" name="CircuitBreakerInitialSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.467" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest" name="testCircuitInitialSuccessDefaultSuccessThreshold" time="2.467" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="9" name="CircuitBreakerLateSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.372" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest" name="testCircuitLateSuccessDefaultSuccessThreshold" time="2.372" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="10" name="CircuitBreakerRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="12" time="23.340" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfNotRetryOnAsync" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithMoreRetries" time="0.575" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitCloses" time="6.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeoutsAsync" time="3.773" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitClosesAsync" time="6.099" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetriesAsync" time="0.556" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetries" time="0.118" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetries" time="0.510" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeouts" time="5.240" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithFewRetries" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetriesAsync" time="0.110" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfAbortOnAsync" time="0.079" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="11" name="CircuitBreakerTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="5.939" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitClosedThenOpen" time="0.368" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen2" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitBase" time="0.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitHighSuccessThreshold" time="2.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverride" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitDefaultSuccessThreshold" time="2.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitReClose" time="0.556" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverrideNoDelay" time="0.569" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="12" name="CircuitBreakerTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="2" time="15.407" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeoutWithoutFailOn" time="9.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeout" time="6.353" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="13" name="ConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="3.697" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxDuration" time="1.470" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMethodOverrideMaxRetries" time="0.326" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxRetries" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxRetries" time="0.731" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxDuration" time="1.104" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="14" name="FallbackExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="1.668" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsException" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsError" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0" time="0.354" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsError" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsError" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsException" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsException" time="0.038" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="15" name="FallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="2.797" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbacktNoTimeout" time="0.173" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneHandlerFallback" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneMethodFallback" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackWithBeanSuccess" time="0.424" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackSuccess" time="0.235" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testClassLevelFallbackSuccess" time="0.637" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodSuccess" time="0.113" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackTimeout" time="1.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodWithArgsSuccess" time="0.059" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="16" name="RetryConditionTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="19" time="8.801" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrueThrowingAChildCustomException" time="0.357" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynRetryOnMethodException" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainSuccess" time="1.938" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnTrue" time="0.177" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalse" time="0.150" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryCompletionStageWithException" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnFalse" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainExceptionally" time="2.219" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testAsyncRetryExceptionally" time="0.455" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnTrue" time="0.164" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelExceptionally" time="0.992" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetrySuccess" time="0.210" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynWilNotRetryExceptionally" time="0.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnFalse" time="0.188" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnFalse" time="0.338" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrue" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelSuccess" time="1.012" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnTrue" time="0.179" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="17" name="RetryExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="1.941" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsException" time="0.177" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsException" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsError" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsException" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0" time="0.617" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsError" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsError" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2" time="0.047" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="18" name="RetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="8" time="29.409" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxRetries" time="0.424" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDuration" time="1.390" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithNoDelayAndJitter" time="3.336" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDuration" time="1.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithDelay" time="20.748" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxRetries" time="0.179" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDurationSeconds" time="1.179" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDurationSeconds" time="1.051" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="19" name="RetryTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="4" time="12.747" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryTimeout" time="6.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithAbortOn" time="3.113" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithoutRetryOn" time="3.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryNoTimeout" time="0.529" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="20" name="TimeoutGlobalConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.551" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest" name="testTimeout" time="0.551" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="21" name="TimeoutMethodConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.554" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest" name="testTimeout" time="0.554" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="22" name="TimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="16" time="18.274" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeoutClassLevel" time="0.542" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeoutClassLevel" time="1.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeoutClassLevel" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeoutOverride" time="1.547" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeout" time="2.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeout" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterNoTimeoutOverride" time="1.553" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterTimeoutOverride" time="2.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeoutOverride" time="2.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeout" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeout" time="0.555" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeoutClassLevel" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeout" time="1.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsNoTimeout" time="1.550" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsTimeout" time="2.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeout" time="1.942" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="23" name="TimeoutUninterruptableTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="39.227" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncRetry" time="9.110" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkheadQueueTimed" time="3.660" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncCS" time="3.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncFallback" time="3.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeout" time="6.374" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsync" time="3.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkhead" time="10.869" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="24" name="ZeroRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.518" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest" name="test" time="0.518" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="25" name="BulkheadAsynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="8" time="56.489" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithoutRetryOn" time="3.148" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedClassAsync" time="6.992" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownMethodAsync" time="6.294" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithAbortOn" time="3.114" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesReenterBulkhead" time="9.151" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedMethodAsync" time="6.161" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesJoinBackOfQueue" time="15.191" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownClassAsync" time="6.438" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="26" name="BulkheadAsynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="9" time="52.709" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousDefault" time="6.249" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous10" time="6.598" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousQueueing5" time="6.191" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous10" time="6.253" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous3" time="6.231" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousDefault" time="6.221" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousQueueing5" time="6.298" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadCompletionStage" time="2.458" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous3" time="6.210" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="27" name="BulkheadFutureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="4" time="0.942" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneAfterGet" time="0.466" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneWithoutGet" time="0.159" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneWithoutGet" time="0.245" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneAfterGet" time="0.072" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="28" name="BulkheadPressureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="2" time="31.722" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureAsync" time="16.111" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureSync" time="15.611" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="29" name="BulkheadSynchConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="1" time="0.949" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest" name="testBulkheadClassSemaphore3" time="0.949" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="30" name="BulkheadSynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="5" time="12.654" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithMaxRetriesZero" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionMethod" time="6.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithAbortOn" time="0.466" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithoutRetryOn" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionClass" time="6.041" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="31" name="BulkheadSynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="6" time="0.963" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore10" time="0.115" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphoreDefault" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphoreDefault" time="0.115" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore3" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore3" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore10" time="0.479" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="32" name="BulkheadLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle" tests="3" time="3.413" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClasses" time="2.546" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClassesWithCommonSuperclass" time="0.457" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.410" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="33" name="CircuitBreakerConfigGlobalTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.917" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest" name="testCircuitDefaultSuccessThreshold" time="0.917" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="34" name="CircuitBreakerConfigOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.889" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest" name="testCircuitDefaultSuccessThreshold" time="0.889" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="35" name="CircuitBreakerLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle" tests="20" time="2.525" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnMethod" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodNoRedefinition" time="0.111" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnMethod" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.129" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodNoRedefinition" time="0.129" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodMissingOnOverriddenMethod" time="0.187" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClassWithOverriddenMethod" time="0.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnMethod" time="0.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethod" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethod" time="0.125" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClassWithOverriddenMethod" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClass" time="0.396" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClass" time="0.092" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassMissingOnOverriddenMethod" time="0.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassNoRedefinition" time="0.167" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClass" time="0.156" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod" time="0.099" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenClasses" time="0.123" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodMissingOnOverriddenMethod" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClass" time="0.120" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="36" name="BulkheadConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="2" time="3.475" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testWaitingTaskQueue" time="3.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testConfigValue" time="0.417" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="37" name="CircuitBreakerConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="19.439" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSuccessThreshold" time="12.355" />
      <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.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureDelay" time="6.719" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureRequestVolumeThreshold" time="0.158" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSkipOn" time="0.063" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="38" name="CircuitBreakerSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.517" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest" name="testConfigureSkipOn" time="0.517" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="39" name="ConfigPropertyGlobalVsClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.978" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest" name="propertyPriorityTest" time="0.978" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="40" name="ConfigPropertyGlobalVsClassVsMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.749" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest" name="propertyPriorityTest" time="0.749" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="41" name="ConfigPropertyOnClassAndMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.828" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest" name="propertyPriorityTest" time="0.828" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="42" name="FallbackApplyOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.324" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest" name="testApplyOn" time="0.324" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="43" name="FallbackConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="4" time="0.592" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackMethod" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testSkipOn" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackHandler" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testApplyOn" time="0.450" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="44" name="FallbackSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.352" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest" name="testSkipOn" time="0.352" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="45" name="RetryConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="2.248" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigAbortOn" time="0.434" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxRetries" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigRetryOn" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigDelay" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxDuration" time="1.075" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigJitter" time="0.481" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="46" name="TimeoutConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="3" time="18.488" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigUnit" time="6.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigValue" time="6.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigBoth" time="6.383" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="47" name="DisableAnnotationGloballyEnableOnClassDisableOnMethod" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.569" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testFallbackDisabled" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testTimeout" time="12.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testBulkhead" time="0.028" />
      <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="testAsync" time="2.353" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testRetryDisabled" time="0.040" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="48" name="DisableAnnotationGloballyEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.474" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testCircuitBreaker" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testBulkhead" time="0.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testFallbackEnabled" time="0.225" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testTimeout" time="0.534" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testRetryEnabled" time="0.202" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testAsync" time="2.370" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="49" name="DisableAnnotationGloballyEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.147" timestamp="3 Jul 2021 08:58:57 GMT">
      <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="testTimeout" time="0.545" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testAsync" time="2.430" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testCircuitBreaker" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testFallbackDisabled" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testBulkhead" time="0.038" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="50" name="DisableAnnotationGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.535" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testCircuitClosedThenOpen" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testFallbackDisabled" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testAsync" time="2.368" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testRetryDisabled" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testTimeout" time="12.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testBulkhead" time="0.034" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="51" name="DisableAnnotationOnClassEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.205" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testRetryEnabled" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testTimeout" time="0.549" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testAsync" time="2.413" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testCircuitBreaker" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testBulkhead" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testFallbackDisabled" time="0.062" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="52" name="DisableAnnotationOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.551" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testBulkhead" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testAsync" time="2.366" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testCircuitClosedThenOpen" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testTimeout" time="12.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testFallbackDisabled" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testRetryDisabled" time="0.026" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="53" name="DisableAnnotationOnMethodsTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.710" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testTimeout" time="12.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testBulkhead" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testAsync" time="2.440" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testRetryDisabled" time="0.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testFallbackDisabled" time="0.153" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testCircuitClosedThenOpen" time="0.025" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="54" name="DisableFTEnableGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.276" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testTimeout" time="0.548" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testAsync" time="2.479" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testBulkhead" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testFallbackEnabled" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testCircuitBreaker" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testRetryEnabled" time="0.064" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="55" name="DisableFTEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.139" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testCircuitBreaker" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testBulkhead" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testFallbackEnabled" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testAsync" time="2.337" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testTimeout" time="0.559" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testRetryEnabled" time="0.066" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="56" name="DisableFTEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="5" time="3.101" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testBulkhead" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testCircuitBreaker" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testRetryEnabled" time="0.114" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testAsync" time="2.332" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testTimeout" time="0.544" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="57" name="DisableTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="4" time="3.547" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testFallbackSuccess" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testRetryDisabled" time="0.129" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testCircuitClosedThenOpen" time="0.345" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testTimeout" time="3.031" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="58" name="FallbackMethodAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.352" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest" name="fallbackMethodAbstract" time="0.352" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="59" name="FallbackMethodBasicTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.363" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest" name="fallbackMethodBasic" time="0.363" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="60" name="FallbackMethodDefaultMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.399" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest" name="fallbackMethodDefaultMethod" time="0.399" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="61" name="FallbackMethodGenericAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.445" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest" name="fallbackMethodGenericAbstract" time="0.445" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="62" name="FallbackMethodGenericArrayTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.418" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest" name="fallbackMethodGenericArray" time="0.418" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="63" name="FallbackMethodGenericComplexTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.440" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest" name="fallbackMethodGenericComplex" time="0.440" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="64" name="FallbackMethodGenericDeepTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.665" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest" name="fallbackMethodGenericDeep" time="0.665" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="65" name="FallbackMethodGenericTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.395" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest" name="fallbackMethodGeneric" time="0.395" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="66" name="FallbackMethodGenericWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.373" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest" name="fallbackMethodGenericWildcard" time="0.373" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="67" name="FallbackMethodInPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.387" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest" name="fallbackMethodInPackage" time="0.387" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="68" name="FallbackMethodInterfaceTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.349" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest" name="fallbackMethodInterface" time="0.349" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="69" name="FallbackMethodOutOfPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.001" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest" name="fallbackMethodOutOfPackage" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="70" name="FallbackMethodPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.378" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest" name="fallbackMethodPrivate" time="0.378" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="71" name="FallbackMethodSubclassOverrideTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.549" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest" name="fallbackMethodSubclassOverride" time="0.549" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="72" name="FallbackMethodSubclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest" name="fallbackMethodSubclass" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="73" name="FallbackMethodSuperclassPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest" name="fallbackMethodSuperclassPrivate" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="74" name="FallbackMethodSuperclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.378" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest" name="fallbackMethodSuperclass" time="0.378" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="75" name="FallbackMethodVarargsTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.347" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest" name="fallbackMethodVarargs" time="0.347" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="76" name="FallbackMethodWildcardNegativeTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest" name="fallbackMethodWildcardNegative" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="77" name="FallbackMethodWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.370" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest" name="fallbackMethodWildcard" time="0.370" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="78" name="IncompatibleFallbackMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="79" name="IncompatibleFallbackMethodWithArgsTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="80" name="IncompatibleFallbackPolicies" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="81" name="IncompatibleFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.005" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="82" name="FaultToleranceInterceptorTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor" tests="2" time="0.370" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testAsync" time="0.305" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testRetryInterceptors" time="0.065" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="83" name="FaultToleranceInterceptorPriorityChangeAnnotationConfTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange" tests="2" time="0.617" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testAsync" time="0.395" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testRetryInterceptors" time="0.222" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="84" name="FaultToleranceInterceptorEnableByXmlTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling" tests="2" time="0.515" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testAsync" time="0.459" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testRetryInterceptors" time="0.056" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="85" name="InvalidAsynchronousClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="86" name="InvalidAsynchronousMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="87" name="InvalidBulkheadAsynchQueueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="88" name="InvalidBulkheadValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="89" name="InvalidCircuitBreakerDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="90" name="InvalidCircuitBreakerFailureRatioNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.009" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest" name="test" time="0.009" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="91" name="InvalidCircuitBreakerFailureRatioPosTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="92" name="InvalidCircuitBreakerFailureReqVol0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="93" name="InvalidCircuitBreakerFailureReqVolNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="94" name="InvalidCircuitBreakerFailureSuccess0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="95" name="InvalidCircuitBreakerFailureSuccessNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.001" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="96" name="InvalidRetryDelayDurationTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.004" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="97" name="InvalidRetryDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.013" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest" name="test" time="0.013" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="98" name="InvalidRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="99" name="InvalidRetryMaxRetriesTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="100" name="InvalidTimeoutValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="101" name="AllMetricsTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.468" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testMetricUnits" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testAllMetrics" time="0.423" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="102" name="BulkheadMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="4" time="12.607" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricTest" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricRejectionTest" time="0.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricAsyncTest" time="6.392" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricHistogramTest" time="6.067" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="103" name="CircuitBreakerMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="9.449" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest" name="testCircuitBreakerMetric" time="9.449" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="104" name="ClashingNameTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.452" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest" name="testClashingName" time="0.452" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="105" name="ClassLevelMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="3" time="1.334" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.819" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricUnsuccessful" time="0.468" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.047" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="106" name="FallbackMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.512" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricHandlerTest" time="0.434" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricMethodTest" time="0.078" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="107" name="MetricsDisabledTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.383" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest" name="testMetricsDisabled" time="0.383" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="108" name="RetryMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="8" time="16.800" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableImmediately" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDurationNoRetries" time="9.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableAfterRetries" time="0.201" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetries" time="0.897" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetriesHitButNoRetry" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDuration" time="6.422" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="109" name="TimeoutMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="21.018" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutMetric" time="6.683" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutHistogram" time="14.335" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprh0971qmyctyk-n.fyre.ibm.com" id="110" name="RetryVisibilityTest" package="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry" tests="17" time="5.067" timestamp="3 Jul 2021 08:58:57 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedMethodLevel" time="0.280" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride" time="0.404" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="baseRetryServiceUsesDefaults" time="0.817" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceDerivedClassNoRedefinition" time="0.460" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelNoMethodOverride" time="0.191" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelNoMethodOverride" time="0.364" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMNoRedefinition" time="0.251" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelMethodOverride" time="0.262" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotation" time="0.162" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROM" time="0.499" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMNoRedefinition" time="0.286" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMRetryMissingOnMethod" time="0.139" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideMethodLevelUsesMethodLevelAnnotation" time="0.300" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMRetryMissingOnMethod" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelMethodOverride" time="0.174" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCM" time="0.153" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceRetryRemovedAtMethodLevel" time="0.236" />
  </testsuite>
</testsuites>