-
Hi, is there a procedure I can use to run a full TCK test for my pull request? I already made sure it passes both:
Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, I think the TCK is only executed for a nightly build from the master branch, which is published as a ZIP file via a downloadable URL. I'll try to build the ZIP and run it. Maybe @dmatej can run the TCK locally? |
Beta Was this translation helpful? Give feedback.
-
For EE 10 we have Davids runner, but also that one only runs a portion of the available TCK tests. The full set is run via these two jobs:
For EE 11 there will only be a job like that last one. It's still being worked on daily, but it's this job: To run them locally in parallel like that job does, without people to set up a lokal jenkins with kubernetes and all those jobs, I guess we should look into some pom that starts each TCK runner pom in a docker container. With the docker-maven-plugin that should be quite doable. |
Beta Was this translation helpful? Give feedback.
-
I am on the PC now, so here are two links describing local testing: |
Beta Was this translation helpful? Give feedback.
I am on the PC now, so here are two links describing local testing:
https://github.com/eclipse-ee4j/glassfish/wiki/Jakarta-EE-10-TCK-Tests (for GF7, master)
https://github.com/eclipse-ee4j/glassfish/wiki/Jakarta-EE-11-TCK-Tests (for GF8, incomplete, in progress)