jakartaee / platform-tck

Jakartaee-tck
Other
129 stars 109 forks source link

Persistence test improvements Fix ee.jakarta.tck.persistence.ee.entityManagerFactory.ClientPmservletTest and partial changes for ee.pluggability.contracts.jta.ClientPmservletTest #1673

Closed scottmarlow closed 4 days ago

scottmarlow commented 4 days ago

The ee.pluggability.contracts.jta.ClientPmservletTest test is now failing with a ClassNotFoundException: ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider.

The ee.jakarta.tck.persistence.ee.entityManagerFactory.ClientPmservletTest test is passing.

scottmarlow commented 4 days ago

https://ci.eclipse.org/jakartaee-tck/job/11/job/platform-tck/job/persistence-javatest-platform-tck-run/35/artifact/glassfish-runner/persistence-platform-tck/target/test-reports/failsafe.html has a list of other non-app client Persistence test failures:

Tests count: 3783 Errors: 203 Failures: 0 Skipped: 0 Success rate: 94.6%

scottmarlow commented 4 days ago

Will run again with this pr merged and update stats here...