-
Notifications
You must be signed in to change notification settings - Fork 38
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 Tests with Duplicated Classes #227
Comments
As per TCK Process challenges can take up to 10 days to determine if they should be accepted or denied, so 5 more days left. Having said that, the challenge could be addressed before 10 days. Also worth quoting what happens if consensus is not reached: If the challenge is accepted then the challenged test(s) can be excluded and released via a new TCK. |
From discussion in referenced #218 + #221 issues, it sounds like we have identified the test correction. Also of reference is jakartaee/batch-tck#49 (comment) which discusses how we could make a test change if the Concurrency team thinks the change is safe (e.g. passes any compatible implementations that are possible to run, passing Open Liberty would be enough but other implementation following this conversation could also run independently). If we later discover via subsequent TCK challenges that said |
I'm convinced, that the fixes are |
I've accepted the challenge and will disable the test in the 3.0.1 service release of the TCK |
Specification:
Jakarta Concurrency 3.0.0
Challenged test(s):
ee.jakarta.tck.concurrent.spec.ManagedExecutorService.security.SecurityTests#managedExecutorServiceAPISecurityTest
ee.jakarta.tck.concurrent.spec.ManagedExecutorService.security.SecurityTests#managedScheduledExecutorServiceAPISecurityTest
TCK version:
3.0.0
Tested implementation:
Payara 6 (branch) with Concurrent-RI (branch)
Description
The test have classes SecurityTestRemote and SecurityTestEjb in both jar and war in the same ear, causing deployment issues.
Fixes are available: #218, #221
The text was updated successfully, but these errors were encountered: