-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Conditionally disable tests based on Hibernate 6.1 or 6.2. #2927
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
Labels
Milestone
Comments
Certain tests have been disabled due to issues running on Hibernate 6.2. Other tests fail on Hibernate 6.1. Introduce the means to conditionally activate them based on which version of Hibernate is on the classpath and include CI jobs to run them both ways. |
gregturn
added a commit
that referenced
this issue
Apr 26, 2023
Certain test cases only work with Hibernate 6.1 or 6.2. This introduces the means to run them contextually. We also will run additional CI jobs to verify everything works on both Hibernate 6.1 as well as Hibernate 6.2. Resolves #2927.
gregturn
added a commit
that referenced
this issue
Apr 26, 2023
Certain test cases should be disabled based on the version of Hibernate. We should also run the entire test suite against both Hibernate 6.1 and 6.2, to ensure maxiumum support. Resolves #2927.
gregturn
added a commit
that referenced
this issue
Apr 26, 2023
Certain test cases should be disabled based on the version of Hibernate. We should also run the entire test suite against both Hibernate 6.1 and 6.2, to ensure maxiumum support. Resolves #2927.
gregturn
added a commit
that referenced
this issue
Apr 27, 2023
Certain test cases should be disabled based on the version of Hibernate. We should also run the entire test suite against both Hibernate 6.1 and 6.2, to ensure maxiumum support. Resolves #2927.
gregturn
added a commit
that referenced
this issue
Apr 28, 2023
Certain test cases should be disabled based on the version of Hibernate. We should also run the entire test suite against both Hibernate 6.1 and 6.2, to ensure maxiumum support. Resolves #2927.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: