Closed
Description
Specification:
Challenged test(s):
TCK version:
3.0.0
Tested implementation:
Payara 6 (PR) with Concurrent-RI 3.0.0-RC1
Description
All the tests expect, that the context save happens at the moment of JNDI lookup (witch causes a creation of such ManagedThreadFactory in some implementations). The referential implementation always did the save in newThread(), as well as WildFly for example (https://www.eclipse.org/lists/cu-dev/msg00283.html).
I suggest to remove this requirement and modify the test to store the values before lookup, remove setting between lookup and newThread().
The exact behavior should be agreed and clarified, preferably in 3.1.
PR for the first 4 methods is here: #212