jakartaee / platform-tck

Jakartaee-tck
Other
127 stars 108 forks source link

Extract EJB Lite tests in platform TCK into a standalone TCK #963

Open alwin-joseph opened 2 years ago

alwin-joseph commented 2 years ago

Is your feature request related to a problem? Please describe. Need to extract EJB lite tests (src/com/sun/ts/tests/ejb30/lite & src/com/sun/ts/tests/ejb32/lite) into a new standalone TCK so these tests can be executed easily.

Describe the solution you'd like Create a standalone TCK (named say ejblite-tck ) with only src/com/sun/ts/tests/ejb30/lite & src/com/sun/ts/tests/ejb32/lite .

Additional context Also create a new runner script that is similar to tck run scripts at https://github.com/eclipse-ee4j/glassfish/tree/master/appserver/tests/tck.

Also discussed at

https://github.com/eclipse-ee4j/jakartaee-tck/pull/962#issuecomment-1120244992

https://github.com/eclipse-ee4j/jakartaee-tck/pull/962#issuecomment-1121331951

@arjantijms @scottmarlow

alwin-joseph commented 2 years ago

For now having a bundle and run it like e.g. https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/docker/jacctck.sh would be a great start.

I have made some progress towards this. I will create a draft PR soon with the changes I have now.

scottmarlow commented 2 years ago

Removed EE10 label as the work is not planned to be included for EE 10

arjantijms commented 4 months ago

Maybe we can retarget this to EE 12?

scottmarlow commented 4 months ago

The task will likely be done during the EE 12 release but might use the EE 10 Platform TCK source.