jakartaee / interceptors

Jakarta Interceptors
https://eclipse.org/ee4j/interceptors
Other
11 stars 24 forks source link

Jakarta EE 8 TCK job #32

Closed m0mus closed 8 months ago

m0mus commented 5 years ago

To test Jakarta EE 8 compatibility we need to create a Jenkins job on project's Cloud Jenkins instance formally testing the API against the relevant TCK and as needed, relevant CTS subset tests.

For projects that do not already have automated testing, there is provided parameterized Jenkins job that can be invoked to perform these tests. User provides a link to an Eclipse GlassFish test build and sets the test sub-set parameters:

Additional instructions and guidance for using and directly running TCKs is available on this wiki. Also in the jakartaee-tck project repository.

m0mus commented 5 years ago

There are no stand-alone TCK tests for Interceptors. We need full CTS run here.

arjantijms commented 5 years ago

There are no stand-alone TCK tests for Interceptors. We need full CTS run here.

Indeed, I'll be looking at how to do this exactly.