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.9 - MicroProfile Fault Tolerance 3.0 Certification Summary

  • Product Name, Version and download URL (if applicable):

  • Specification Name, Version and download URL:

  • Public URL of TCK Results Summary:

  • Java runtime used to run the implementation:

    Java 8 and 11

  • Summary of the information for the certification environment, operating system, cloud, …​:

    RHEL 8

Java 8 Test results:

<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="1" name="AsyncCancellationTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="21.879" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledWhileQueued" time="6.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelWithoutInterrupt" time="6.255" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledDoesNotRetry" time="3.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledButRemainsInBulkhead" time="6.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancel" time="0.512" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="2" name="AsyncFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="0.608" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackFutureCompletesExceptionally" time="0.373" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackFutureCompletesExceptionally" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackSuccess" time="0.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackMethodThrows" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackMethodThrows" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackSuccess" time="0.037" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="3" name="AsyncTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="27.451" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncNoTimeout" time="3.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncTimeout" time="12.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncClassLevelTimeout" time="12.364" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="4" name="AsynchronousCSTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="2.053" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsNotFinished" time="0.533" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsNotFinished" time="0.540" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCallbacksChained" time="0.834" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenCompletedExceptionally" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsFinished" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsFinished" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenExceptionThrown" time="0.033" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="5" name="AsynchronousTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="0.943" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithCompletionStage" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsNotFinished" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsNotFinished" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsFinished" time="0.586" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsFinished" time="0.162" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithFuture" time="0.056" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="6" name="CircuitBreakerBulkheadTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="6.594" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadAsync" time="3.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreaker" time="3.478" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadSync" time="0.058" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="7" name="CircuitBreakerExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="1.985" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsError" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsException" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0" time="0.425" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsError" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsError" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsException" time="0.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.093" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsException" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.075" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1" time="0.046" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="8" name="CircuitBreakerInitialSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.403" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest" name="testCircuitInitialSuccessDefaultSuccessThreshold" time="2.403" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="9" name="CircuitBreakerLateSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.401" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest" name="testCircuitLateSuccessDefaultSuccessThreshold" time="2.401" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="10" name="CircuitBreakerRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="12" time="20.503" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetries" time="0.525" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitClosesAsync" time="6.074" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfAbortOnAsync" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeoutsAsync" time="3.393" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfNotRetryOnAsync" time="0.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetries" time="0.331" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithMoreRetries" time="0.291" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeouts" time="3.184" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithFewRetries" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetriesAsync" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitCloses" time="6.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetriesAsync" time="0.290" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="11" name="CircuitBreakerTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="5.821" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitReClose" time="0.552" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen2" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverrideNoDelay" time="0.549" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitBase" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitClosedThenOpen" time="0.386" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitHighSuccessThreshold" time="2.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitDefaultSuccessThreshold" time="2.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverride" time="0.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen" time="0.047" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="12" name="CircuitBreakerTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="2" time="15.452" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeout" time="6.398" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeoutWithoutFailOn" time="9.054" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="13" name="ConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="3.834" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxDuration" time="1.174" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxRetries" time="0.488" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxDuration" time="1.494" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxRetries" time="0.270" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMethodOverrideMaxRetries" time="0.408" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="14" name="FallbackExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="1.922" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsError" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsError" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsException" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0" time="0.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsException" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0" time="0.362" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsException" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsError" time="0.128" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0S" 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="serviceCthrowsE2" time="0.103" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="15" name="FallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="2.553" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodSuccess" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbacktNoTimeout" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testClassLevelFallbackSuccess" time="0.899" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneMethodFallback" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackWithBeanSuccess" time="0.304" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodWithArgsSuccess" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackTimeout" time="1.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackSuccess" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneHandlerFallback" time="0.038" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="16" name="RetryConditionTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="19" time="9.949" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnTrue" time="0.154" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testAsyncRetryExceptionally" time="0.638" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryCompletionStageWithException" time="0.144" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynWilNotRetryExceptionally" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalse" time="0.159" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainSuccess" time="2.170" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrueThrowingAChildCustomException" time="0.458" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelExceptionally" time="1.378" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnTrue" time="0.182" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelSuccess" time="1.251" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnFalse" time="0.324" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnFalse" time="0.216" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnTrue" time="0.134" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnFalse" time="0.149" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetrySuccess" time="0.183" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrue" time="0.224" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynRetryOnMethodException" time="0.145" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainExceptionally" time="1.919" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException" time="0.054" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="17" name="RetryExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.007" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsException" time="0.208" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsError" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0" time="0.639" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1" time="0.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsError" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsException" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsException" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsError" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2" time="0.036" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="18" name="RetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="8" time="28.310" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDuration" time="1.544" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithDelay" time="19.489" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxRetries" time="0.295" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDuration" time="1.153" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDurationSeconds" time="1.147" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxRetries" time="0.245" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDurationSeconds" time="1.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithNoDelayAndJitter" time="3.359" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="19" name="RetryTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="4" time="12.784" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryNoTimeout" time="0.657" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithoutRetryOn" time="3.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithAbortOn" time="3.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryTimeout" time="6.039" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="20" name="TimeoutGlobalConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.525" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest" name="testTimeout" time="0.525" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="21" name="TimeoutMethodConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.548" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest" name="testTimeout" time="0.548" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="22" name="TimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="16" time="17.972" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterTimeoutOverride" time="2.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeout" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeout" time="1.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeoutOverride" time="1.532" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterNoTimeoutOverride" time="1.532" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsNoTimeout" time="1.546" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeout" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeoutClassLevel" time="0.530" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeoutClassLevel" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeoutClassLevel" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeoutOverride" time="2.029" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeoutClassLevel" time="1.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeout" time="0.529" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeout" time="1.891" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeout" time="2.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsTimeout" time="2.029" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="23" name="TimeoutUninterruptableTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="39.095" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncFallback" time="3.095" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncRetry" time="9.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkhead" time="10.837" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncCS" time="3.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkheadQueueTimed" time="3.637" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeout" time="6.379" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsync" time="3.031" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="24" name="ZeroRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.391" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest" name="test" time="0.391" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="25" name="BulkheadAsynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="8" time="55.965" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedMethodAsync" time="6.164" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownMethodAsync" time="6.253" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesJoinBackOfQueue" time="15.155" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithAbortOn" time="3.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedClassAsync" time="6.827" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownClassAsync" time="6.303" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesReenterBulkhead" time="9.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithoutRetryOn" time="3.087" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="26" name="BulkheadAsynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="9" time="52.284" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous10" time="6.193" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous3" time="6.172" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousQueueing5" time="6.177" />
      <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="testBulkheadMethodAsynchronousDefault" time="6.204" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous10" time="6.532" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous3" time="6.181" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousQueueing5" time="6.173" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousDefault" time="6.194" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="27" name="BulkheadFutureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="4" time="0.865" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneWithoutGet" time="0.143" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneWithoutGet" time="0.162" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneAfterGet" time="0.502" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneAfterGet" time="0.058" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="28" name="BulkheadPressureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="2" time="31.441" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureSync" time="15.466" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureAsync" time="15.975" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="29" name="BulkheadSynchConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="1" time="0.657" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest" name="testBulkheadClassSemaphore3" time="0.657" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="30" name="BulkheadSynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="5" time="12.595" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithAbortOn" time="0.396" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionMethod" time="6.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithoutRetryOn" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionClass" time="6.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithMaxRetriesZero" time="0.038" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="31" name="BulkheadSynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="6" time="0.867" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore3" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore10" time="0.415" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphoreDefault" time="0.081" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore3" time="0.115" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphoreDefault" time="0.092" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore10" time="0.091" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="32" name="BulkheadLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle" tests="3" time="2.787" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.272" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClasses" time="2.229" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClassesWithCommonSuperclass" time="0.286" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="33" name="CircuitBreakerConfigGlobalTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.906" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest" name="testCircuitDefaultSuccessThreshold" time="0.906" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="34" name="CircuitBreakerConfigOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.873" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest" name="testCircuitDefaultSuccessThreshold" time="0.873" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="35" name="CircuitBreakerLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle" tests="20" time="2.172" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnMethod" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClassWithOverriddenMethod" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassNoRedefinition" time="0.099" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClass" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodMissingOnOverriddenMethod" time="0.146" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenClasses" time="0.118" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodNoRedefinition" time="0.103" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethod" time="0.145" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassMissingOnOverriddenMethod" time="0.096" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodNoRedefinition" time="0.094" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnMethod" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodMissingOnOverriddenMethod" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClass" time="0.115" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClass" time="0.098" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClass" time="0.395" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClassWithOverriddenMethod" time="0.074" />
      <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="circuitBreakerOnMethodOverrideOnMethod" time="0.072" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="36" name="BulkheadConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="2" time="3.410" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testWaitingTaskQueue" time="3.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testConfigValue" time="0.357" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="37" name="CircuitBreakerConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="18.904" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailureRatio" time="0.100" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailOn" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSuccessThreshold" time="12.238" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureDelay" time="6.395" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureRequestVolumeThreshold" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSkipOn" time="0.070" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="38" name="CircuitBreakerSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.501" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest" name="testConfigureSkipOn" time="0.501" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="39" name="ConfigPropertyGlobalVsClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.976" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest" name="propertyPriorityTest" time="0.976" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="40" name="ConfigPropertyGlobalVsClassVsMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.634" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest" name="propertyPriorityTest" time="0.634" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="41" name="ConfigPropertyOnClassAndMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.583" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest" name="propertyPriorityTest" time="0.583" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="42" name="FallbackApplyOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.352" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest" name="testApplyOn" time="0.352" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="43" name="FallbackConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="4" time="0.479" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackHandler" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testApplyOn" time="0.337" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackMethod" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testSkipOn" time="0.040" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="44" name="FallbackSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.322" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest" name="testSkipOn" time="0.322" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="45" name="RetryConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="2.189" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigRetryOn" time="0.069" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigDelay" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigAbortOn" time="0.430" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxDuration" time="1.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxRetries" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigJitter" time="0.475" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="46" name="TimeoutConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="3" time="18.393" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigValue" time="6.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigUnit" time="6.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigBoth" time="6.327" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="47" name="DisableAnnotationGloballyEnableOnClassDisableOnMethod" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.778" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testTimeout" time="12.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testRetryDisabled" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testCircuitBreaker" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testFallbackDisabled" time="0.216" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testAsync" time="2.405" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testBulkhead" time="0.043" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="48" name="DisableAnnotationGloballyEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.363" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testTimeout" time="0.560" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testRetryEnabled" time="0.191" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testBulkhead" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testCircuitBreaker" time="0.042" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testAsync" time="2.343" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testFallbackEnabled" time="0.150" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="49" name="DisableAnnotationGloballyEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.053" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testBulkhead" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testRetryEnabled" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testAsync" time="2.379" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testTimeout" time="0.530" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testCircuitBreaker" time="0.031" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testFallbackDisabled" time="0.031" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="50" name="DisableAnnotationGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.490" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testRetryDisabled" time="0.018" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testCircuitClosedThenOpen" time="0.026" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testBulkhead" time="0.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testFallbackDisabled" time="0.025" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testTimeout" time="12.021" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testAsync" time="2.379" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="51" name="DisableAnnotationOnClassEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.136" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testBulkhead" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testCircuitBreaker" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testAsync" time="2.373" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testTimeout" time="0.533" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testRetryEnabled" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testFallbackDisabled" time="0.040" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="52" name="DisableAnnotationOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.560" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testRetryDisabled" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testFallbackDisabled" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testAsync" time="2.376" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testCircuitClosedThenOpen" time="0.036" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testBulkhead" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testTimeout" time="12.035" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="53" name="DisableAnnotationOnMethodsTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.635" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testCircuitClosedThenOpen" time="0.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testBulkhead" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testRetryDisabled" time="0.033" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testTimeout" time="12.020" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testAsync" time="2.375" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testFallbackDisabled" time="0.140" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="54" name="DisableFTEnableGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.199" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testAsync" time="2.389" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testFallbackEnabled" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testCircuitBreaker" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testTimeout" time="0.549" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testBulkhead" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testRetryEnabled" time="0.054" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="55" name="DisableFTEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.176" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testTimeout" time="0.545" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testAsync" time="2.349" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testBulkhead" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testCircuitBreaker" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testRetryEnabled" time="0.108" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testFallbackEnabled" time="0.066" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="56" name="DisableFTEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="5" time="3.196" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testBulkhead" time="0.052" />
      <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.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testRetryEnabled" time="0.234" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testAsync" time="2.325" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="57" name="DisableTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="4" time="3.580" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testCircuitClosedThenOpen" time="0.382" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testFallbackSuccess" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testTimeout" time="3.030" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testRetryDisabled" time="0.128" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="58" name="FallbackMethodAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.352" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest" name="fallbackMethodAbstract" time="0.352" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="59" name="FallbackMethodBasicTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.373" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest" name="fallbackMethodBasic" time="0.373" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="60" name="FallbackMethodDefaultMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.336" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest" name="fallbackMethodDefaultMethod" time="0.336" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="61" name="FallbackMethodGenericAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.391" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest" name="fallbackMethodGenericAbstract" time="0.391" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="62" name="FallbackMethodGenericArrayTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.358" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest" name="fallbackMethodGenericArray" time="0.358" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="63" name="FallbackMethodGenericComplexTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.386" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest" name="fallbackMethodGenericComplex" time="0.386" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="64" name="FallbackMethodGenericDeepTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.454" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest" name="fallbackMethodGenericDeep" time="0.454" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="65" name="FallbackMethodGenericTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.363" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest" name="fallbackMethodGeneric" time="0.363" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="66" name="FallbackMethodGenericWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.366" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest" name="fallbackMethodGenericWildcard" time="0.366" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="67" name="FallbackMethodInPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.356" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest" name="fallbackMethodInPackage" time="0.356" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="68" name="FallbackMethodInterfaceTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.394" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest" name="fallbackMethodInterface" time="0.394" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="69" name="FallbackMethodOutOfPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest" name="fallbackMethodOutOfPackage" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="70" name="FallbackMethodPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.387" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest" name="fallbackMethodPrivate" time="0.387" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="71" name="FallbackMethodSubclassOverrideTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.462" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest" name="fallbackMethodSubclassOverride" time="0.462" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="72" name="FallbackMethodSubclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.001" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest" name="fallbackMethodSubclass" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="73" name="FallbackMethodSuperclassPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest" name="fallbackMethodSuperclassPrivate" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="74" name="FallbackMethodSuperclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.517" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest" name="fallbackMethodSuperclass" time="0.517" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="75" name="FallbackMethodVarargsTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.354" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest" name="fallbackMethodVarargs" time="0.354" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="76" name="FallbackMethodWildcardNegativeTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest" name="fallbackMethodWildcardNegative" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="77" name="FallbackMethodWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.387" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest" name="fallbackMethodWildcard" time="0.387" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="78" name="IncompatibleFallbackMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.004" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="79" name="IncompatibleFallbackMethodWithArgsTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="80" name="IncompatibleFallbackPolicies" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.000" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies" name="test" time="0.000" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="81" name="IncompatibleFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.005" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="82" name="FaultToleranceInterceptorTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor" tests="2" time="0.504" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testRetryInterceptors" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testAsync" time="0.425" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="83" name="FaultToleranceInterceptorPriorityChangeAnnotationConfTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange" tests="2" time="0.442" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testRetryInterceptors" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testAsync" time="0.389" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="84" name="FaultToleranceInterceptorEnableByXmlTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling" tests="2" time="0.453" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testAsync" time="0.399" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testRetryInterceptors" time="0.054" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="85" name="InvalidAsynchronousClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="86" name="InvalidAsynchronousMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="87" name="InvalidBulkheadAsynchQueueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="88" name="InvalidBulkheadValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="89" name="InvalidCircuitBreakerDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="90" name="InvalidCircuitBreakerFailureRatioNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.008" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest" name="test" time="0.008" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="91" name="InvalidCircuitBreakerFailureRatioPosTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="92" name="InvalidCircuitBreakerFailureReqVol0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.001" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="93" name="InvalidCircuitBreakerFailureReqVolNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.001" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="94" name="InvalidCircuitBreakerFailureSuccess0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.001" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="95" name="InvalidCircuitBreakerFailureSuccessNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="96" name="InvalidRetryDelayDurationTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="97" name="InvalidRetryDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="98" name="InvalidRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.001" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest" name="test" time="0.001" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="99" name="InvalidRetryMaxRetriesTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="100" name="InvalidTimeoutValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="101" name="AllMetricsTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.444" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testMetricUnits" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testAllMetrics" time="0.405" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="102" name="BulkheadMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="4" time="12.544" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricRejectionTest" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricAsyncTest" time="6.398" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricTest" time="0.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricHistogramTest" time="6.058" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="103" name="CircuitBreakerMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="9.461" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest" name="testCircuitBreakerMetric" time="9.461" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="104" name="ClashingNameTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.530" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest" name="testClashingName" time="0.530" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="105" name="ClassLevelMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="3" time="1.168" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricUnsuccessful" time="0.550" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.552" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.066" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="106" name="FallbackMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.496" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricMethodTest" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest" name="fallbackMetricHandlerTest" time="0.429" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="107" name="MetricsDisabledTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.342" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest" name="testMetricsDisabled" time="0.342" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="108" name="RetryMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="8" time="16.421" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetries" time="0.345" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableAfterRetries" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableImmediately" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.346" />
      <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="testRetryMetricSuccessfulImmediately" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDurationNoRetries" time="9.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDuration" time="6.456" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="109" name="TimeoutMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="20.898" timestamp="28 Aug 2021 12:28:26 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutHistogram" time="14.240" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutMetric" time="6.658" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs21233851-n.fyre.ibm.com" id="110" name="RetryVisibilityTest" package="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry" tests="17" time="4.710" timestamp="28 Aug 2021 12:28:25 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMNoRedefinition" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMNoRedefinition" time="0.380" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedMethodLevel" time="0.075" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelNoMethodOverride" time="0.238" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotation" time="0.241" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="baseRetryServiceUsesDefaults" time="0.719" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelMethodOverride" time="0.234" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelNoMethodOverride" time="0.475" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMRetryMissingOnMethod" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideMethodLevelUsesMethodLevelAnnotation" time="0.551" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROM" time="0.181" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMRetryMissingOnMethod" time="0.213" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCM" time="0.222" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceRetryRemovedAtMethodLevel" time="0.180" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelMethodOverride" time="0.286" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceDerivedClassNoRedefinition" time="0.368" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride" time="0.245" />
  </testsuite>
</testsuites>

Java 11 Test results:

<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="1" name="AsyncCancellationTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="22.020" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledWhileQueued" time="6.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelWithoutInterrupt" time="6.279" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledButRemainsInBulkhead" time="6.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancelledDoesNotRetry" time="3.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest" name="testCancel" time="0.559" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="2" name="AsyncFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="0.790" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackMethodThrows" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackMethodThrows" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackSuccess" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackFutureCompletesExceptionally" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncFallbackSuccess" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest" name="testAsyncCSFallbackFutureCompletesExceptionally" time="0.465" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="3" name="AsyncTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="27.587" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncTimeout" time="12.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncNoTimeout" time="3.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest" name="testAsyncClassLevelTimeout" time="12.502" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="4" name="AsynchronousCSTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="2.604" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsFinished" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCallbacksChained" time="1.236" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenCompletedExceptionally" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsFinished" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncCompletesExceptionallyWhenExceptionThrown" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testClassLevelAsyncIsNotFinished" time="0.565" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest" name="testAsyncIsNotFinished" time="0.561" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="5" name="AsynchronousTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="6" time="1.667" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsFinished" time="0.166" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsNotFinished" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncIsFinished" time="1.257" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithCompletionStage" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testAsyncRequestContextWithFuture" time="0.064" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest" name="testClassLevelAsyncIsNotFinished" time="0.057" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="6" name="CircuitBreakerBulkheadTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="3" time="6.825" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreaker" time="3.608" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadSync" time="0.131" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest" name="testCircuitBreakerAroundBulkheadAsync" time="3.086" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="7" name="CircuitBreakerExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.810" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.100" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.079" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.093" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2" time="0.087" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0" time="0.590" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE0" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsException" time="0.078" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsError" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.090" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.096" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE1" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.088" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE1" time="0.094" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsError" time="0.161" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.076" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE1" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsException" time="0.097" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.080" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsError" time="0.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsException" time="0.072" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest" name="serviceCthrowsE2" time="0.077" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="8" name="CircuitBreakerInitialSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.519" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest" name="testCircuitInitialSuccessDefaultSuccessThreshold" time="2.519" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="9" name="CircuitBreakerLateSuccessTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="2.451" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest" name="testCircuitLateSuccessDefaultSuccessThreshold" time="2.451" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="10" name="CircuitBreakerRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="12" time="23.457" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithFewRetries" time="0.242" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfNotRetryOnAsync" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testClassLevelCircuitOpenWithMoreRetries" time="0.526" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetriesAsync" time="0.402" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitClosesAsync" time="6.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testNoRetriesIfAbortOnAsync" time="0.119" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeoutsAsync" time="2.835" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testRetriesSucceedWhenCircuitCloses" time="6.128" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetriesAsync" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMultiTimeouts" time="5.707" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithMoreRetries" time="0.561" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest" name="testCircuitOpenWithFewRetries" time="0.674" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="11" name="CircuitBreakerTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="6.343" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitReClose" time="0.583" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitDefaultSuccessThreshold" time="2.180" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverride" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitClosedThenOpen" time="0.470" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen2" time="0.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testRollingWindowCircuitOpen" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitBase" time="0.106" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testClassLevelCircuitOverrideNoDelay" time="0.581" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest" name="testCircuitHighSuccessThreshold" time="2.204" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="12" name="CircuitBreakerTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="2" time="15.490" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeoutWithoutFailOn" time="9.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest" name="testTimeout" time="6.431" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="13" name="ConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="5" time="3.938" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxDuration" time="1.637" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxRetries" time="0.260" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMethodOverrideMaxRetries" time="0.456" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testConfigMaxDuration" time="1.102" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ConfigTest" name="testClassLevelConfigMaxRetries" time="0.483" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="14" name="FallbackExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.051" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsError" time="0.112" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsException" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.061" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE0" time="0.434" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE2" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsError" time="0.161" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.034" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE1" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsError" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceCthrowsException" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsException" time="0.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest" name="serviceAthrowsE2" time="0.050" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="15" name="FallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="9" time="2.712" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneMethodFallback" time="0.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testClassLevelFallbackSuccess" time="0.660" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbacktNoTimeout" time="0.095" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testStandaloneHandlerFallback" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackWithBeanSuccess" time="0.233" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodWithArgsSuccess" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackTimeout" time="1.225" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackSuccess" time="0.247" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.FallbackTest" name="testFallbackMethodSuccess" time="0.065" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="16" name="RetryConditionTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="19" time="9.512" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnFalse" time="0.310" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelExceptionally" time="1.182" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryParallelSuccess" time="1.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryWithAbortOnTrue" time="0.225" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnTrue" time="0.151" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynWilNotRetryExceptionally" time="0.082" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryWithAbortOnFalse" time="0.103" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryCompletionStageWithException" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetrySuccess" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnFalse" time="0.162" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainExceptionally" time="2.145" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnTrue" time="0.423" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryChainSuccess" time="1.909" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testClassLevelRetryOnFalse" time="0.214" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrueThrowingAChildCustomException" time="0.173" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testAsyncRetryExceptionally" time="0.628" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testNoAsynRetryOnMethodException" time="0.211" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest" name="testRetryOnTrue" time="0.296" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="17" name="RetryExceptionHierarchyTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="27" time="2.175" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0S" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0" time="0.067" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsError" time="0.055" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2S" time="0.074" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2S" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsError" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1" time="0.053" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2" time="0.045" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsException" time="0.041" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1S" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1S" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsException" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE1" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0S" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsError" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE2S" time="0.111" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsE0" time="0.066" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE0" time="0.649" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsRuntimeException" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsException" time="0.070" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsRuntimeException" time="0.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE0S" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE1" time="0.046" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE2" time="0.089" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceCthrowsE2" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceAthrowsE1S" time="0.123" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest" name="serviceBthrowsRuntimeException" time="0.034" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="18" name="RetryTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="8" time="30.047" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxRetries" time="0.201" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDuration" time="1.333" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithDelay" time="20.813" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxDurationSeconds" time="1.266" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryWithNoDelayAndJitter" time="3.309" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testRetryMaxRetries" time="0.544" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDurationSeconds" time="1.120" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTest" name="testClassLevelRetryMaxDuration" time="1.461" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="19" name="RetryTimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="4" time="12.914" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithAbortOn" time="3.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryNoTimeout" time="0.751" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryWithoutRetryOn" time="3.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest" name="testRetryTimeout" time="6.047" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="20" name="TimeoutGlobalConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.688" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest" name="testTimeout" time="0.688" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="21" name="TimeoutMethodConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.639" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest" name="testTimeout" time="0.639" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="22" name="TimeoutTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="16" time="18.210" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterNoTimeoutOverride" time="1.550" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeoutClassLevel" time="1.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeoutOverride" time="1.563" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeoutClassLevel" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testTimeout" time="1.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testNoTimeout" time="0.062" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeout" time="0.536" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultTimeoutClassLevel" time="0.551" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsNoTimeout" time="1.559" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeout" time="2.043" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTShorterTimeoutOverride" time="2.032" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultTimeoutOverride" time="2.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testGTDefaultNoTimeout" time="1.958" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testSecondsTimeout" time="2.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeoutClassLevel" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest" name="testLTDefaultNoTimeout" time="0.053" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="23" name="TimeoutUninterruptableTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="7" time="39.407" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncFallback" time="3.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncCS" time="3.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkheadQueueTimed" time="3.657" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsync" time="3.048" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncRetry" time="9.227" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeoutAsyncBulkhead" time="10.869" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest" name="testTimeout" time="6.420" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="24" name="ZeroRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck" tests="1" time="0.551" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest" name="test" time="0.551" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="25" name="BulkheadAsynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="8" time="56.689" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownMethodAsync" time="6.347" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionThrownClassAsync" time="6.462" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithAbortOn" time="3.149" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesReenterBulkhead" time="9.107" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedMethodAsync" time="6.306" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testRetriesJoinBackOfQueue" time="15.150" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testBulkheadExceptionRetriedClassAsync" time="7.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest" name="testNoRetriesWithoutRetryOn" time="3.108" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="26" name="BulkheadAsynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="9" time="52.749" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousQueueing5" time="6.188" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousQueueing5" time="6.184" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous3" time="6.202" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous3" time="6.223" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronousDefault" time="6.264" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronous10" time="6.716" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadClassAsynchronousDefault" time="6.228" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadMethodAsynchronous10" time="6.256" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest" name="testBulkheadCompletionStage" time="2.488" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="27" name="BulkheadFutureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="4" time="1.117" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneWithoutGet" time="0.186" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneAfterGet" time="0.584" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadClassAsynchFutureDoneWithoutGet" time="0.210" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest" name="testBulkheadMethodAsynchFutureDoneAfterGet" time="0.137" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="28" name="BulkheadPressureTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="2" time="31.781" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureAsync" time="16.164" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest" name="testBulkheadPressureSync" time="15.617" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="29" name="BulkheadSynchConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="1" time="0.713" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest" name="testBulkheadClassSemaphore3" time="0.713" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="30" name="BulkheadSynchRetryTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="5" time="12.745" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithMaxRetriesZero" time="0.071" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionClass" time="6.040" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testRetryTestExceptionMethod" time="6.065" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithAbortOn" time="0.470" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest" name="testNoRetriesWithoutRetryOn" time="0.099" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="31" name="BulkheadSynchTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead" tests="6" time="1.150" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphoreDefault" time="0.117" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore10" time="0.147" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphoreDefault" time="0.120" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadMethodSemaphore3" time="0.097" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore3" time="0.096" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest" name="testBulkheadClassSemaphore10" time="0.573" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="32" name="BulkheadLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle" tests="3" time="3.575" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClasses" time="2.695" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.561" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest" name="noSharingBetweenClassesWithCommonSuperclass" time="0.319" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="33" name="CircuitBreakerConfigGlobalTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.937" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest" name="testCircuitDefaultSuccessThreshold" time="0.937" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="34" name="CircuitBreakerConfigOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker" tests="1" time="0.966" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest" name="testCircuitDefaultSuccessThreshold" time="0.966" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="35" name="CircuitBreakerLifecycleTest" package="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle" tests="20" time="2.920" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnMethod" time="0.131" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethod" time="0.198" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodNoRedefinition" time="0.097" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClassWithOverriddenMethod" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassNoRedefinition" time="0.143" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenMethodsOfOneClass" time="0.165" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClass" time="0.490" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnMethod" time="0.093" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnMethod" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassMissingOnOverriddenMethod" time="0.134" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodMissingOnOverriddenMethod" time="0.174" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClass" time="0.165" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethod" time="0.122" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodMissingOnOverriddenMethod" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodNoRedefinition" time="0.147" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod" time="0.144" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassOverrideOnClass" time="0.104" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnClassAndMethodOverrideOnClass" time="0.128" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="noSharingBetweenClasses" time="0.172" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest" name="circuitBreakerOnMethodOverrideOnClassWithOverriddenMethod" time="0.093" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="36" name="BulkheadConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="2" time="3.686" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testConfigValue" time="0.604" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest" name="testWaitingTaskQueue" time="3.082" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="37" name="CircuitBreakerConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="19.383" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailOn" time="0.088" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureDelay" time="6.639" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureFailureRatio" time="0.119" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSkipOn" time="0.094" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureRequestVolumeThreshold" time="0.112" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest" name="testConfigureSuccessThreshold" time="12.331" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="38" name="CircuitBreakerSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.961" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest" name="testConfigureSkipOn" time="0.961" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="39" name="ConfigPropertyGlobalVsClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="1.058" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest" name="propertyPriorityTest" time="1.058" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="40" name="ConfigPropertyGlobalVsClassVsMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.933" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest" name="propertyPriorityTest" time="0.933" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="41" name="ConfigPropertyOnClassAndMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.907" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest" name="propertyPriorityTest" time="0.907" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="42" name="FallbackApplyOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.398" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest" name="testApplyOn" time="0.398" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="43" name="FallbackConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="4" time="0.698" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackHandler" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testApplyOn" time="0.467" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testSkipOn" time="0.081" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest" name="testFallbackMethod" time="0.082" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="44" name="FallbackSkipOnConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="1" time="0.445" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest" name="testSkipOn" time="0.445" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="45" name="RetryConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="6" time="2.607" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxRetries" time="0.092" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigMaxDuration" time="1.085" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigJitter" time="0.666" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigRetryOn" time="0.121" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigDelay" time="0.096" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest" name="testConfigAbortOn" time="0.547" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="46" name="TimeoutConfigTest" package="org.eclipse.microprofile.fault.tolerance.tck.config" tests="3" time="18.658" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigBoth" time="6.506" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigValue" time="6.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest" name="testConfigUnit" time="6.100" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="47" name="DisableAnnotationGloballyEnableOnClassDisableOnMethod" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.885" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testRetryDisabled" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testFallbackDisabled" time="0.246" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testTimeout" time="12.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testCircuitBreaker" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testAsync" time="2.453" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod" name="testBulkhead" time="0.045" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="48" name="DisableAnnotationGloballyEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.285" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testAsync" time="2.442" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testFallbackEnabled" time="0.138" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testTimeout" time="0.538" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testRetryEnabled" time="0.060" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testCircuitBreaker" time="0.058" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest" name="testBulkhead" time="0.049" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="49" name="DisableAnnotationGloballyEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.202" timestamp="28 Aug 2021 13:08:41 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="testFallbackDisabled" time="0.039" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testTimeout" time="0.540" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testCircuitBreaker" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testAsync" time="2.482" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest" name="testBulkhead" time="0.039" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="50" name="DisableAnnotationGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.709" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testTimeout" time="12.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testCircuitClosedThenOpen" time="0.030" />
      <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="testRetryDisabled" time="0.038" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testBulkhead" time="0.101" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest" name="testAsync" time="2.469" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="51" name="DisableAnnotationOnClassEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.244" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testBulkhead" time="0.052" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testFallbackDisabled" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testCircuitBreaker" time="0.057" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testTimeout" time="0.545" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testRetryEnabled" time="0.050" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest" name="testAsync" time="2.484" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="52" name="DisableAnnotationOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.576" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testAsync" time="2.422" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testCircuitClosedThenOpen" time="0.026" />
      <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="testBulkhead" time="0.027" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testRetryDisabled" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest" name="testFallbackDisabled" time="0.035" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="53" name="DisableAnnotationOnMethodsTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="14.756" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testFallbackDisabled" time="0.151" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testBulkhead" time="0.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testTimeout" time="12.037" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testCircuitClosedThenOpen" time="0.035" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testAsync" time="2.464" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest" name="testRetryDisabled" time="0.032" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="54" name="DisableFTEnableGloballyTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.412" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testBulkhead" time="0.054" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testRetryEnabled" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testAsync" time="2.554" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testCircuitBreaker" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testTimeout" time="0.547" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest" name="testFallbackEnabled" time="0.121" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="55" name="DisableFTEnableOnClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="6" time="3.198" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testFallbackEnabled" time="0.077" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testAsync" time="2.382" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testCircuitBreaker" time="0.068" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testTimeout" time="0.546" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testBulkhead" time="0.056" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest" name="testRetryEnabled" time="0.069" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="56" name="DisableFTEnableOnMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="5" time="3.140" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testCircuitBreaker" time="0.059" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testRetryEnabled" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testBulkhead" time="0.049" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testAsync" time="2.401" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest" name="testTimeout" time="0.547" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="57" name="DisableTest" package="org.eclipse.microprofile.fault.tolerance.tck.disableEnv" tests="4" time="3.725" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testTimeout" time="3.028" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testFallbackSuccess" time="0.063" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testCircuitClosedThenOpen" time="0.498" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest" name="testRetryDisabled" time="0.136" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="58" name="FallbackMethodAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.407" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest" name="fallbackMethodAbstract" time="0.407" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="59" name="FallbackMethodBasicTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.437" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest" name="fallbackMethodBasic" time="0.437" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="60" name="FallbackMethodDefaultMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.407" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest" name="fallbackMethodDefaultMethod" time="0.407" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="61" name="FallbackMethodGenericAbstractTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.571" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest" name="fallbackMethodGenericAbstract" time="0.571" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="62" name="FallbackMethodGenericArrayTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.463" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest" name="fallbackMethodGenericArray" time="0.463" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="63" name="FallbackMethodGenericComplexTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.499" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest" name="fallbackMethodGenericComplex" time="0.499" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="64" name="FallbackMethodGenericDeepTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.798" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest" name="fallbackMethodGenericDeep" time="0.798" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="65" name="FallbackMethodGenericTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.466" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest" name="fallbackMethodGeneric" time="0.466" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="66" name="FallbackMethodGenericWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.480" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest" name="fallbackMethodGenericWildcard" time="0.480" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="67" name="FallbackMethodInPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.453" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest" name="fallbackMethodInPackage" time="0.453" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="68" name="FallbackMethodInterfaceTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.533" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest" name="fallbackMethodInterface" time="0.533" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="69" name="FallbackMethodOutOfPackageTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest" name="fallbackMethodOutOfPackage" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="70" name="FallbackMethodPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.391" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest" name="fallbackMethodPrivate" time="0.391" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="71" name="FallbackMethodSubclassOverrideTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.581" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest" name="fallbackMethodSubclassOverride" time="0.581" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="72" name="FallbackMethodSubclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest" name="fallbackMethodSubclass" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="73" name="FallbackMethodSuperclassPrivateTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.004" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest" name="fallbackMethodSuperclassPrivate" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="74" name="FallbackMethodSuperclassTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.455" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest" name="fallbackMethodSuperclass" time="0.455" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="75" name="FallbackMethodVarargsTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.439" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest" name="fallbackMethodVarargs" time="0.439" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="76" name="FallbackMethodWildcardNegativeTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest" name="fallbackMethodWildcardNegative" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="77" name="FallbackMethodWildcardTest" package="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod" tests="1" time="0.488" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest" name="fallbackMethodWildcard" time="0.488" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="78" name="IncompatibleFallbackMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.006" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="79" name="IncompatibleFallbackMethodWithArgsTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="80" name="IncompatibleFallbackPolicies" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.004" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies" name="test" time="0.004" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="81" name="IncompatibleFallbackTest" package="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig" tests="1" time="0.006" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="82" name="FaultToleranceInterceptorTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor" tests="2" time="0.695" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testAsync" time="0.422" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest" name="testRetryInterceptors" time="0.273" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="83" name="FaultToleranceInterceptorPriorityChangeAnnotationConfTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange" tests="2" time="0.707" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testRetryInterceptors" time="0.073" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest" name="testAsync" time="0.634" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="84" name="FaultToleranceInterceptorEnableByXmlTest" package="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling" tests="2" time="0.564" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testAsync" time="0.443" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.interceptor.xmlInterceptorEnabling.FaultToleranceInterceptorEnableByXmlTest" name="testRetryInterceptors" time="0.121" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="85" name="InvalidAsynchronousClassTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="86" name="InvalidAsynchronousMethodTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="87" name="InvalidBulkheadAsynchQueueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="88" name="InvalidBulkheadValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="89" name="InvalidCircuitBreakerDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="90" name="InvalidCircuitBreakerFailureRatioNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.113" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest" name="test" time="0.113" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="91" name="InvalidCircuitBreakerFailureRatioPosTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="92" name="InvalidCircuitBreakerFailureReqVol0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="93" name="InvalidCircuitBreakerFailureReqVolNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="94" name="InvalidCircuitBreakerFailureSuccess0Test" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.006" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test" name="test" time="0.006" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="95" name="InvalidCircuitBreakerFailureSuccessNegTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.014" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest" name="test" time="0.014" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="96" name="InvalidRetryDelayDurationTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="97" name="InvalidRetryDelayTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.005" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest" name="test" time="0.005" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="98" name="InvalidRetryJitterTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.003" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest" name="test" time="0.003" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="99" name="InvalidRetryMaxRetriesTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="100" name="InvalidTimeoutValueTest" package="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters" tests="1" time="0.002" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest" name="test" time="0.002" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="101" name="AllMetricsTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.604" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testAllMetrics" time="0.547" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest" name="testMetricUnits" time="0.057" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="102" name="BulkheadMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="4" time="12.786" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricRejectionTest" time="0.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricAsyncTest" time="6.536" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricHistogramTest" time="6.086" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest" name="bulkheadMetricTest" time="0.078" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="103" name="CircuitBreakerMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="9.507" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest" name="testCircuitBreakerMetric" time="9.507" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="104" name="ClashingNameTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.526" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest" name="testClashingName" time="0.526" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="105" name="ClassLevelMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="3" time="1.340" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.609" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricSuccessfulImmediately" time="0.044" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest" name="testRetryMetricUnsuccessful" time="0.687" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="106" name="FallbackMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="0.618" timestamp="28 Aug 2021 13:08:41 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.548" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="107" name="MetricsDisabledTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="1" time="0.443" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest" name="testMetricsDisabled" time="0.443" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="108" name="RetryMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="8" time="16.565" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetriesHitButNoRetry" time="0.066" />
      <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="testRetryMetricMaxDurationNoRetries" time="9.091" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableAfterRetries" time="0.373" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricSuccessfulAfterRetry" time="0.051" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxDuration" time="6.489" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricNonRetryableImmediately" time="0.047" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest" name="testRetryMetricMaxRetries" time="0.401" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="109" name="TimeoutMetricTest" package="org.eclipse.microprofile.fault.tolerance.tck.metrics" tests="2" time="21.066" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutHistogram" time="14.391" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest" name="testTimeoutMetric" time="6.675" />
  </testsuite>
  <testsuite errors="0" failures="0" hostname="ebcprs11164737-n.fyre.ibm.com" id="110" name="RetryVisibilityTest" package="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry" tests="17" time="6.241" timestamp="28 Aug 2021 13:08:41 GMT">
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROM" time="0.298" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceDerivedClassNoRedefinition" time="0.150" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride" time="0.106" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="baseRetryServiceUsesDefaults" time="0.941" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMNoRedefinition" time="0.439" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideClassLevelUsesClassLevelAnnotation" time="0.394" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelMethodOverride" time="0.634" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMRetryMissingOnMethod" time="0.084" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedMethodLevel" time="0.302" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelMethodOverride" time="0.461" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMOverridedClassLevelNoMethodOverride" time="0.212" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceOverrideMethodLevelUsesMethodLevelAnnotation" time="0.281" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceRetryRemovedAtMethodLevel" time="0.399" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCM" time="0.646" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMRetryMissingOnMethod" time="0.248" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROCMOverridedClassLevelNoMethodOverride" time="0.412" />
      <testcase classname="org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest" name="serviceBaseROMNoRedefinition" time="0.234" />
  </testsuite>
</testsuites>