Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor jpa (EE mode) tests. #1371

Open
starksm64 opened this issue Jul 15, 2024 · 2 comments
Open

Refactor jpa (EE mode) tests. #1371

starksm64 opened this issue Jul 15, 2024 · 2 comments
Assignees
Labels
11.0 Issues related to the Jakarta EE 11 Platform TCK release

Comments

@starksm64
Copy link
Contributor

No description provided.

@scottmarlow
Copy link
Contributor

Current status on September 6, 2024:

Test vehicle:

pmservlet - a number of tests are running with some passing (227 test source files)
puservlet - a number of tests are running with some passing (220 test source files)
appmanaged - zero tests are running (210 test source files)
appmanagedNoTx - zero tests are running (220 test source files)
stateful3 - zero tests are running (222 test source files)
stateless3 - zero tests are running (233 test source files)

Current Totals:
Tests run: 3807, Failures: 0, Errors: 1969, Skipped: 0

We expect that with all vehicles working we should run around 10936 tests but possibly less.

@scottmarlow
Copy link
Contributor

scottmarlow commented Sep 7, 2024

I updated the base JPA classes to be more like EE 10 (e.g. each now has a main and no longer includes junit class references which was causing class not found issues). We still have test bugs to sort out that lead to the failures (need mapping.xml support changes + to address other issues). Need to also look at our test runner to see why we aren't running all of the jpa tests.

@gurunrao gurunrao added the 11.0 Issues related to the Jakarta EE 11 Platform TCK release label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11.0 Issues related to the Jakarta EE 11 Platform TCK release
Projects
Status: In progress
Development

No branches or pull requests

3 participants