Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCK Challenge ContextPropagationTests#testContextualFunction, JNDI search in unchanged APPLICATION context #253

Open
aubi opened this issue Jul 8, 2022 · 1 comment
Assignees
Labels
accepted Accepted certification request challenge TCK challenge

Comments

@aubi
Copy link
Contributor

aubi commented Jul 8, 2022

Specification:

Jakarta Concurrency 3.0.0

Challenged test(s):

ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.ContextPropagationTests#testContextualFunction

TCK version:

3.0.1

Tested implementation:

Payara 6 (branch)

Description

Similar situation to #224, the test should set APPLICATION to be cleared, but it is in unchanged. It then tests JNDI lookup for java:module and expects, that it is not available. For some servers, the current thread can be created from a servlet thread and inherits its invocation, e.g. the JNDI context is available and the test fails.

I will prepare a fix for the test.

@aubi aubi added the challenge TCK challenge label Jul 8, 2022
aubi added a commit to aubi/concurrency-api that referenced this issue Jul 8, 2022
aubi added a commit to aubi/concurrency-api that referenced this issue Jul 8, 2022
@njr-11 njr-11 assigned smillidge and unassigned njr-11 Jul 8, 2022
@njr-11
Copy link
Contributor

njr-11 commented Jul 8, 2022

Reassigned to @smillidge per TCK process which says that challenges are to be resolved by the specification project lead. I added a thumbs up to the description to indicate that I'm in favor of accepting this challenge.

@smillidge smillidge added the accepted Accepted certification request label Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted certification request challenge TCK challenge
Projects
None yet
Development

No branches or pull requests

3 participants