Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-platform-dev] JPA Web Profile test status and new Web Profile section

I have added a new Web Profile priority to the Jakarta EE11 TCK Release project:
https://github.com/orgs/jakartaee/projects/12/views/1

We have a new blocker in the project for the use of EAR test artifacts
in Web Profile targetted tests:
https://github.com/jakartaee/platform-tck/issues/1738

I'm looking at converting those to WARs.

In terms of the current persistence tests targeting the Web Profile,
we are down to 9 failures across 4 test packages:

[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   ClientPmservletTest.cascadeAllMXMTest4 »  Test case throws
exception: cascadeAllMXMTest4 failed
[ERROR]   ClientPuservletTest.cascadeAllMXMTest4 »  Test case throws
exception: cascadeAllMXMTest4 failed
[ERROR]   ClientPmservletTest.cascadeAllMX1Test2 »  Test case throws
exception: cascadeAllMX1Test2 failed
[ERROR]   ClientPuservletTest.cascadeAllMX1Test2 »  Test case throws
exception: cascadeAllMX1Test2 failed
[ERROR]   ClientPmservletTest.persistMX1Test2 »  Test case throws
exception: persistMX1Test2 failed
[ERROR]   ClientPuservletTest.persistMX1Test2 »  Test case throws
exception: persistMX1Test2 failed
[ERROR]   ClientPmservletTest.testCreateUUIDType »  Test case throws
exception: Caught exception:
[ERROR]   ClientPuservletTest.testCreateUUIDType »  Test case throws
exception: Caught exception:
[ERROR]   ClientTest.test1 »  Test case throws exception:
[BaseUrlClient] test1 failed! Check output for cause of failure.
[INFO]
[ERROR] Tests run: 3818, Failures: 0, Errors: 9, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27:02 min
[INFO] Finished at: 2025-01-13T10:37:36-06:00
[INFO] ------------------------------------------------------------------------


Back to the top