Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] committers: The jakartaeetck-nightly-run-master job will now prompt for the tests to run

Hi,

The Jenkins jakartaeetck-nightly-run-master [1] job that runs the Full Platform TCK tests will now prompt for the list of tests to run.  I made this change so we would have a way to run a subset of tests.

For example, test run [2] was started with just "jpa_pmservlet jpa_puservlet jpa_stateful3 jpa_stateless3" tests.  

I am not sure exactly of the meaning of the use of "_pmservlet", but assume that indicates which test vehicles to run the JPA tests with.  The more obvious use is to specify the test folder path, as in "ejb30/bb" is the tests within the "src/com/sun/ts/tests/ejb30/bb" folder.  This may be useful when you need to run a smaller subset of tests.

Note that we are still seeing a lot of Jakarta Server Faces failures due to [3] that should be resolved by [4] when that lands in GlassFish 6.  

We need to better understand the other remaining test failures, perhaps we could try running only some of the failing tests to see if they still fail when run alone.

Scott

[1] https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-master/
[2] https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-master/48/console
[3] https://github.com/eclipse-ee4j/mojarra/issues/4725
[4] https://github.com/eclipse-ee4j/mojarra/pull/4726
[5] https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-master/49/
[6] https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/729/

Back to the top