jakartaee / rest

Jakarta RESTful Web Services
Other
354 stars 114 forks source link

TCK Migration: Move jaxrs21/ tests from jakartaee-tck #1037

Closed alwin-joseph closed 2 years ago

alwin-joseph commented 2 years ago

This is to migrate the tests from jakartaee-tck jaxrs/jaxrs21 folder (not including jaxrs/jaxrs21/platform) Also the change includes correction to some tests in ee/rs/client/syncinvoker/JAXRSClientIT.java

To test the changes :

export JAVA_HOME= export M2_HOME= export PATH=$M2_HOME/bin:$JAVA_HOME/bin:$PATH export PATH=/glassfish6/glassfish/bin:$PATH

jaxrs-tck/ mvn clean install

jersey-tck/ mvn clean verify -Parq-glassfish-managed -Dit.test=jakarta.ws.rs.tck.jaxrs21.**

The tests migrated : jakartaee-tck/src/com/sun/ts/tests/jaxrs/jaxrs21

failing test (1) : will be tracked and fixed using https://github.com/eclipse-ee4j/jaxrs-api/issues/1020

Below are tests that needs to be disabled as per the ts.jtx file. They will be disabled along with other skipped tests.

Signed-off-by: alwin-joseph alwin.joseph@oracle.com