TCK Results
As required by the Eclipse Foundation Technology Compatibility Kit License, following is a summary of the TCK results for releases of MicroProfile Context Propagation 1.2.
Open Liberty 21.0.0.3-beta (wlp-1.0.49.cl210220210209-1100) MicroProfile Context Propagation 1.2 RC1 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, …:
java.version = 1.8.0_282 java.runtime = OpenJDK Runtime Environment (1.8.0_282-b08) os = Mac OS X (10.15.7; x86_64) (en_US) java.version = 11.0.2 java.runtime = OpenJDK Runtime Environment (11.0.2+9) os = Mac OS X (10.15.7; amd64) (en_US)
Test results:
Java 8
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="1" name="ContextManagerTest" package="org.eclipse.microprofile.context.tck" tests="1" time="0.268" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ContextManagerTest" name="builderForContextManagerIsProvided" time="0.268" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="2" name="MPConfigTest" package="org.eclipse.microprofile.context.tck" tests="7" time="0.454" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForManagedExecutorViaMPConfig" time="0.029" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifiedPropagatedTakesPrecedenceOverDefaults" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="beanInjected" time="0.305" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultMaxAsyncAndMaxQueuedForManagedExecutorViaMPConfig" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyAllAttributesOfThreadContext" time="0.022" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForThreadContextViaMPConfig" time="0.019" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyMaxQueued5" time="0.027" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="3" name="ManagedExecutorTest" package="org.eclipse.microprofile.context.tck" tests="35" time="7.101" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="reuseManagedExecutorBuilder" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownNowPreventsAdditionalSubmitsAndCancelsTasks" time="0.042" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueuedInvalidValues" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedStageDependentStagesRunWithContext" time="0.031" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedFutureDependentStagesRunWithContext" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAnyRunsTasksWithContext" time="0.030" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateApplicationContext" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedStageDependentStagesRunWithContext" time="0.069" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedFutureDependentStagesRunWithContext" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAllRunsTasksWithContext" time="0.033" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="withDefaultExecutorServiceIsUsedDirectlyAndViaGetThreadContext" time="0.066" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateTransactionContextJTA" time="0.074" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAnyRunsTaskWithContext" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueued3" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsync2" time="5.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualRunnableOverridesContextOfManagedExecutor" time="0.036" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="clearUnspecifiedContexts" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualConsumerAndBiFunctionOverrideContextOfManagedExecutor" time="0.043" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="submittedTasksRunWithContext" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualFunctionOverridesContextOfManagedExecutor" time="0.036" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualCallableOverridesContextOfManagedExecutor" time="0.029" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletionStage" time="0.025" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="builderForManagedExecutorIsProvided" time="0.052" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithContext" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="supplyAsyncStageAndDependentStagesRunWithContext" time="0.038" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="newIncompleteFutureDependentStagesRunWithContext" time="0.026" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="runAsyncStageAndDependentStagesRunWithContext" time="0.055" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAllRunsTasksWithContext" time="0.036" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsyncInvalidValues" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownPreventsAdditionalSubmits" time="0.535" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletableFuture" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextControlsForManagedExecutorBuilder" time="0.026" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithClearedContext" time="0.029" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="threadContextHasSamePropagationSettings" time="0.027" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualSuppplierAndBiConsumerOverrideContextOfManagedExecutor" time="0.379" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="4" name="TckTest" package="org.eclipse.microprofile.context.tck" tests="1" time="0.350" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.TckTest" name="providerSet" time="0.350" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="5" name="ThreadContextTest" package="org.eclipse.microprofile.context.tck" tests="22" time="1.952" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiConsumerRunsWithContext" time="0.030" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="reuseThreadContextBuilder" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletionStagesRunWithContext" time="0.057" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextControlsForThreadContextBuilder" time="0.029" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureSwitchThreadContext" time="0.049" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withDefaultExecutorServiceContextCanInvokeAsyncActions" time="0.102" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="currentContextExecutorRunsWithContext" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="thirdPartyContextProvidersAreIncludedInThreadContext" time="0.043" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualCallableRunsWithContext" time="0.025" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiFunctionRunsWithContext" time="0.037" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearUnspecifiedContexts" time="0.814" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureMultipleThreadContexts" time="0.042" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="builderForThreadContextIsProvided" time="0.031" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearTransactionContextJTA" time="0.297" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletableFuturesRunWithContext" time="0.030" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentStageForcedCompletion" time="0.089" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualSupplierRunsWithContext" time="0.040" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualConsumerRunsWithContext" time="0.041" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withoutDefaultExecutorServiceContextCannotInvokeAsyncActions" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="unchangedContextListDefaultsToEmpty" time="0.043" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualFunctionRunsWithContext" time="0.027" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualRunnableRunsWithContext" time="0.028" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="6" name="BasicCDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="4" time="0.387" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerOfThreadContext" time="0.321" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testBasicExecutorUsable" time="0.021" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testVerifyInjection" time="0.020" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerUsingInjectedThreadContext" time="0.025" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="7" name="CDIContextTest" package="org.eclipse.microprofile.context.tck.cdi" tests="8" time="0.534" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxPropagate" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesRequestScopedBean" time="0.025" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsConversationScopedBeans" time="0.039" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxClear" time="0.342" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsRequestScopedBean" time="0.022" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesSessionScopedBean" time="0.030" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesConversationScopedBean" time="0.029" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsSessionScopedBeans" time="0.023" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="8" name="JTACDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="6" time="0.625" timestamp="19 Feb 2021 19:44:44 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testConcurrentTransactionPropagation" time="0.050" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionPropagation" time="0.055" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testAsyncTransaction" time="0.400" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testRunWithTxnOfExecutingThread" time="0.023" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionWithUT" time="0.056" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransaction" time="0.041" />
</testsuite>
</testsuites>
Java 11
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="1" name="ContextManagerTest" package="org.eclipse.microprofile.context.tck" tests="1" time="0.298" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ContextManagerTest" name="builderForContextManagerIsProvided" time="0.298" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="2" name="MPConfigTest" package="org.eclipse.microprofile.context.tck" tests="7" time="0.448" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifiedPropagatedTakesPrecedenceOverDefaults" time="0.020" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyMaxQueued5" time="0.027" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="beanInjected" time="0.313" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForManagedExecutorViaMPConfig" time="0.026" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultMaxAsyncAndMaxQueuedForManagedExecutorViaMPConfig" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForThreadContextViaMPConfig" time="0.017" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyAllAttributesOfThreadContext" time="0.017" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="3" name="ManagedExecutorTest" package="org.eclipse.microprofile.context.tck" tests="35" time="7.287" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletionStage" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="supplyAsyncStageAndDependentStagesRunWithContext" time="0.044" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="builderForManagedExecutorIsProvided" time="0.027" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletableFuture" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="withDefaultExecutorServiceIsUsedDirectlyAndViaGetThreadContext" time="0.062" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualRunnableOverridesContextOfManagedExecutor" time="0.040" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="runAsyncStageAndDependentStagesRunWithContext" time="0.068" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueued3" time="0.040" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateTransactionContextJTA" time="0.070" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedFutureDependentStagesRunWithContext" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAllRunsTasksWithContext" time="0.040" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithContext" time="0.031" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualCallableOverridesContextOfManagedExecutor" time="0.037" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="reuseManagedExecutorBuilder" time="0.036" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAnyRunsTaskWithContext" time="0.027" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="newIncompleteFutureDependentStagesRunWithContext" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithClearedContext" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="submittedTasksRunWithContext" time="0.030" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownPreventsAdditionalSubmits" time="0.542" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateApplicationContext" time="0.039" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualConsumerAndBiFunctionOverrideContextOfManagedExecutor" time="0.037" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedFutureDependentStagesRunWithContext" time="0.030" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsync2" time="5.051" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedStageDependentStagesRunWithContext" time="0.069" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="threadContextHasSamePropagationSettings" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAllRunsTasksWithContext" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueuedInvalidValues" time="0.041" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownNowPreventsAdditionalSubmitsAndCancelsTasks" time="0.040" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedStageDependentStagesRunWithContext" time="0.041" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsyncInvalidValues" time="0.050" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualFunctionOverridesContextOfManagedExecutor" time="0.039" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualSuppplierAndBiConsumerOverrideContextOfManagedExecutor" time="0.424" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAnyRunsTasksWithContext" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextControlsForManagedExecutorBuilder" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="clearUnspecifiedContexts" time="0.030" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="4" name="TckTest" package="org.eclipse.microprofile.context.tck" tests="1" time="0.324" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.TckTest" name="providerSet" time="0.324" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="5" name="ThreadContextTest" package="org.eclipse.microprofile.context.tck" tests="22" time="2.141" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualSupplierRunsWithContext" time="0.053" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="currentContextExecutorRunsWithContext" time="0.043" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletionStagesRunWithContext" time="0.072" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualCallableRunsWithContext" time="0.027" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="builderForThreadContextIsProvided" time="0.039" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearUnspecifiedContexts" time="0.886" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualConsumerRunsWithContext" time="0.054" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextControlsForThreadContextBuilder" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withDefaultExecutorServiceContextCanInvokeAsyncActions" time="0.134" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureMultipleThreadContexts" time="0.051" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualRunnableRunsWithContext" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withoutDefaultExecutorServiceContextCannotInvokeAsyncActions" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="reuseThreadContextBuilder" time="0.040" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentStageForcedCompletion" time="0.134" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiConsumerRunsWithContext" time="0.033" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiFunctionRunsWithContext" time="0.041" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualFunctionRunsWithContext" time="0.032" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletableFuturesRunWithContext" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="thirdPartyContextProvidersAreIncludedInThreadContext" time="0.046" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="unchangedContextListDefaultsToEmpty" time="0.052" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearTransactionContextJTA" time="0.206" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureSwitchThreadContext" time="0.061" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="6" name="BasicCDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="4" time="0.380" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testBasicExecutorUsable" time="0.020" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerOfThreadContext" time="0.317" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testVerifyInjection" time="0.017" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerUsingInjectedThreadContext" time="0.026" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="7" name="CDIContextTest" package="org.eclipse.microprofile.context.tck.cdi" tests="8" time="0.490" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsSessionScopedBeans" time="0.017" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesRequestScopedBean" time="0.019" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsRequestScopedBean" time="0.017" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesConversationScopedBean" time="0.021" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxPropagate" time="0.019" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesSessionScopedBean" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsConversationScopedBeans" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxClear" time="0.338" />
</testsuite>
<testsuite errors="0" failures="0" hostname="Nathans-MacBook-Pro.local" id="8" name="JTACDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="6" time="0.643" timestamp="19 Feb 2021 19:48:46 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionWithUT" time="0.056" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransaction" time="0.055" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionPropagation" time="0.058" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testRunWithTxnOfExecutingThread" time="0.024" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testAsyncTransaction" time="0.396" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testConcurrentTransactionPropagation" time="0.054" />
</testsuite>
</testsuites>
Open Liberty TCK build - 202102051432-1214 MicroProfile Context Propagation 1.2 Certification Summary
-
Product Name, Version and download URL (if applicable):
-
Specification Name, Version and download URL:
MicroProfile Context Propagation 1.2
-
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, …:
java.version = 1.8.0_252 java.runtime = OpenJDK Runtime Environment (1.8.0_252-b09) os = Linux (4.18.0-147.8.1.el8_1.x86_64; amd64) (en_US) java.version = 11.0.7 java.runtime = OpenJDK Runtime Environment (11.0.7+10) os = Linux (4.15.0-20-generic; amd64) (en_US)
Test results:
Java 8
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="1" name="ContextManagerTest" package="org.eclipse.microprofile.context.tck" tests="1" time="1.363" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ContextManagerTest" name="builderForContextManagerIsProvided" time="1.363" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="2" name="MPConfigTest" package="org.eclipse.microprofile.context.tck" tests="7" time="2.212" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifiedPropagatedTakesPrecedenceOverDefaults" time="0.095" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForThreadContextViaMPConfig" time="0.144" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyAllAttributesOfThreadContext" time="0.050" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyMaxQueued5" time="0.076" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="beanInjected" time="1.199" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultMaxAsyncAndMaxQueuedForManagedExecutorViaMPConfig" time="0.120" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForManagedExecutorViaMPConfig" time="0.528" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="3" name="ManagedExecutorTest" package="org.eclipse.microprofile.context.tck" tests="35" time="11.530" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="supplyAsyncStageAndDependentStagesRunWithContext" time="0.079" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="builderForManagedExecutorIsProvided" time="1.065" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsync2" time="5.107" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="runAsyncStageAndDependentStagesRunWithContext" time="0.144" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="reuseManagedExecutorBuilder" time="0.079" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualSuppplierAndBiConsumerOverrideContextOfManagedExecutor" time="0.186" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="threadContextHasSamePropagationSettings" time="0.078" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueued3" time="0.116" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithContext" time="0.093" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAllRunsTasksWithContext" time="0.084" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualFunctionOverridesContextOfManagedExecutor" time="0.319" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAnyRunsTasksWithContext" time="0.088" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextControlsForManagedExecutorBuilder" time="0.104" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownNowPreventsAdditionalSubmitsAndCancelsTasks" time="0.113" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="clearUnspecifiedContexts" time="0.169" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsyncInvalidValues" time="0.072" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedStageDependentStagesRunWithContext" time="0.189" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedFutureDependentStagesRunWithContext" time="0.211" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletableFuture" time="0.122" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateApplicationContext" time="0.092" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualCallableOverridesContextOfManagedExecutor" time="0.152" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedStageDependentStagesRunWithContext" time="0.304" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="newIncompleteFutureDependentStagesRunWithContext" time="0.093" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletionStage" time="0.109" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="submittedTasksRunWithContext" time="0.090" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAnyRunsTaskWithContext" time="0.081" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualConsumerAndBiFunctionOverrideContextOfManagedExecutor" time="0.148" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="withDefaultExecutorServiceIsUsedDirectlyAndViaGetThreadContext" time="0.238" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithClearedContext" time="0.089" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateTransactionContextJTA" time="1.150" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedFutureDependentStagesRunWithContext" time="0.115" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualRunnableOverridesContextOfManagedExecutor" time="0.167" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueuedInvalidValues" time="0.079" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownPreventsAdditionalSubmits" time="0.093" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAllRunsTasksWithContext" time="0.112" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="4" name="TckTest" package="org.eclipse.microprofile.context.tck" tests="1" time="0.771" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.TckTest" name="providerSet" time="0.771" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="5" name="ThreadContextTest" package="org.eclipse.microprofile.context.tck" tests="22" time="2.541" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualRunnableRunsWithContext" time="0.064" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualSupplierRunsWithContext" time="0.055" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualFunctionRunsWithContext" time="0.067" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureMultipleThreadContexts" time="0.093" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextControlsForThreadContextBuilder" time="0.084" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiConsumerRunsWithContext" time="0.067" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="builderForThreadContextIsProvided" time="0.894" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentStageForcedCompletion" time="0.045" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearUnspecifiedContexts" time="0.082" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="unchangedContextListDefaultsToEmpty" time="0.061" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualConsumerRunsWithContext" time="0.069" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withDefaultExecutorServiceContextCanInvokeAsyncActions" time="0.146" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletableFuturesRunWithContext" time="0.160" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="thirdPartyContextProvidersAreIncludedInThreadContext" time="0.043" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualCallableRunsWithContext" time="0.058" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiFunctionRunsWithContext" time="0.063" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureSwitchThreadContext" time="0.098" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withoutDefaultExecutorServiceContextCannotInvokeAsyncActions" time="0.045" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="currentContextExecutorRunsWithContext" time="0.075" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletionStagesRunWithContext" time="0.102" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearTransactionContextJTA" time="0.116" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="reuseThreadContextBuilder" time="0.054" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="6" name="BasicCDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="4" time="0.954" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testBasicExecutorUsable" time="0.054" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testVerifyInjection" time="0.054" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerUsingInjectedThreadContext" time="0.108" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerOfThreadContext" time="0.738" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="7" name="CDIContextTest" package="org.eclipse.microprofile.context.tck.cdi" tests="8" time="1.135" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesConversationScopedBean" time="0.057" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesSessionScopedBean" time="0.060" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsConversationScopedBeans" time="0.680" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxPropagate" time="0.054" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesRequestScopedBean" time="0.060" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxClear" time="0.052" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsRequestScopedBean" time="0.082" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsSessionScopedBeans" time="0.090" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ebcprh0667kt57ff5-n.fyre.ibm.com" id="8" name="JTACDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="6" time="1.144" timestamp="6 Feb 2021 03:33:52 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testConcurrentTransactionPropagation" time="0.145" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionWithUT" time="0.077" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionPropagation" time="0.082" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testRunWithTxnOfExecutingThread" time="0.053" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransaction" time="0.075" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testAsyncTransaction" time="0.712" />
</testsuite>
</testsuites>
Java 11
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="1" name="ContextManagerTest" package="org.eclipse.microprofile.context.tck" tests="1" time="1.113" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ContextManagerTest" name="builderForContextManagerIsProvided" time="1.113" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="2" name="MPConfigTest" package="org.eclipse.microprofile.context.tck" tests="7" time="1.436" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForThreadContextViaMPConfig" time="0.067" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="beanInjected" time="0.747" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyAllAttributesOfThreadContext" time="0.058" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifyMaxQueued5" time="0.066" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultContextPropagationForManagedExecutorViaMPConfig" time="0.356" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="explicitlySpecifiedPropagatedTakesPrecedenceOverDefaults" time="0.049" />
<testcase classname="org.eclipse.microprofile.context.tck.MPConfigTest" name="defaultMaxAsyncAndMaxQueuedForManagedExecutorViaMPConfig" time="0.093" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="3" name="ManagedExecutorTest" package="org.eclipse.microprofile.context.tck" tests="35" time="10.090" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedFutureDependentStagesRunWithContext" time="0.093" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithClearedContext" time="0.056" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualCallableOverridesContextOfManagedExecutor" time="0.102" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueued3" time="0.087" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="supplyAsyncStageAndDependentStagesRunWithContext" time="0.074" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownPreventsAdditionalSubmits" time="0.577" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="failedStageDependentStagesRunWithContext" time="0.111" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletableFuture" time="0.061" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAllRunsTasksWithContext" time="0.062" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="withDefaultExecutorServiceIsUsedDirectlyAndViaGetThreadContext" time="0.179" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="executedTaskRunsWithContext" time="0.076" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="submittedTasksRunWithContext" time="0.065" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="timedInvokeAnyRunsTaskWithContext" time="0.071" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsyncInvalidValues" time="0.068" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateApplicationContext" time="0.078" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="propagateTransactionContextJTA" time="0.920" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="reuseManagedExecutorBuilder" time="0.075" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="copyCompletionStage" time="0.059" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextControlsForManagedExecutorBuilder" time="0.109" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualRunnableOverridesContextOfManagedExecutor" time="0.097" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="runAsyncStageAndDependentStagesRunWithContext" time="0.114" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="clearUnspecifiedContexts" time="0.086" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualSuppplierAndBiConsumerOverrideContextOfManagedExecutor" time="0.101" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualConsumerAndBiFunctionOverrideContextOfManagedExecutor" time="0.094" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="shutdownNowPreventsAdditionalSubmitsAndCancelsTasks" time="0.078" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedFutureDependentStagesRunWithContext" time="0.154" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxQueuedInvalidValues" time="0.069" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAnyRunsTasksWithContext" time="0.068" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="builderForManagedExecutorIsProvided" time="0.712" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="threadContextHasSamePropagationSettings" time="0.089" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="untimedInvokeAllRunsTasksWithContext" time="0.079" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="contextOfContextualFunctionOverridesContextOfManagedExecutor" time="0.178" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="maxAsync2" time="5.069" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="newIncompleteFutureDependentStagesRunWithContext" time="0.066" />
<testcase classname="org.eclipse.microprofile.context.tck.ManagedExecutorTest" name="completedStageDependentStagesRunWithContext" time="0.113" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="4" name="TckTest" package="org.eclipse.microprofile.context.tck" tests="1" time="0.661" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.TckTest" name="providerSet" time="0.661" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="5" name="ThreadContextTest" package="org.eclipse.microprofile.context.tck" tests="22" time="1.869" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureMultipleThreadContexts" time="0.039" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualFunctionRunsWithContext" time="0.045" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletionStagesRunWithContext" time="0.059" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextControlsForThreadContextBuilder" time="0.111" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentStageForcedCompletion" time="0.028" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="reuseThreadContextBuilder" time="0.047" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureSwitchThreadContext" time="0.033" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withDefaultExecutorServiceContextCanInvokeAsyncActions" time="0.098" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearUnspecifiedContexts" time="0.048" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="currentContextExecutorRunsWithContext" time="0.079" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiConsumerRunsWithContext" time="0.101" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="clearTransactionContextJTA" time="0.049" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withContextCaptureDependentCompletableFuturesRunWithContext" time="0.140" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="withoutDefaultExecutorServiceContextCannotInvokeAsyncActions" time="0.036" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="builderForThreadContextIsProvided" time="0.580" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualConsumerRunsWithContext" time="0.055" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualBiFunctionRunsWithContext" time="0.068" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="unchangedContextListDefaultsToEmpty" time="0.037" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="thirdPartyContextProvidersAreIncludedInThreadContext" time="0.039" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualCallableRunsWithContext" time="0.081" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualSupplierRunsWithContext" time="0.044" />
<testcase classname="org.eclipse.microprofile.context.tck.ThreadContextTest" name="contextualRunnableRunsWithContext" time="0.052" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="6" name="BasicCDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="4" time="0.767" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerOfThreadContext" time="0.600" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testBasicExecutorUsable" time="0.047" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="applicationDefinesProducerUsingInjectedThreadContext" time="0.087" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.BasicCDITest" name="testVerifyInjection" time="0.033" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="7" name="CDIContextTest" package="org.eclipse.microprofile.context.tck.cdi" tests="8" time="0.878" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsRequestScopedBean" time="0.082" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxClear" time="0.035" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsSessionScopedBeans" time="0.081" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDITCCtxPropagate" time="0.033" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesRequestScopedBean" time="0.034" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesSessionScopedBean" time="0.037" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxPropagatesConversationScopedBean" time="0.050" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.CDIContextTest" name="testCDIMECtxClearsConversationScopedBeans" time="0.526" />
</testsuite>
<testsuite errors="0" failures="0" hostname="ne-80cde-9e5d-47e9-ac33-1eff4e1104fb-ebc-coqdmkcaifu5" id="8" name="JTACDITest" package="org.eclipse.microprofile.context.tck.cdi" tests="6" time="0.940" timestamp="6 Feb 2021 03:06:59 GMT">
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionPropagation" time="0.068" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransactionWithUT" time="0.065" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testRunWithTxnOfExecutingThread" time="0.041" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testTransaction" time="0.050" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testAsyncTransaction" time="0.597" />
<testcase classname="org.eclipse.microprofile.context.tck.cdi.JTACDITest" name="testConcurrentTransactionPropagation" time="0.119" />
</testsuite>
</testsuites>