-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
HHH-19228 upgrade mysql testing version to 9.2 #9837
base: main
Are you sure you want to change the base?
HHH-19228 upgrade mysql testing version to 9.2 #9837
Conversation
Are you going to look into the failure? It seems MySQL is starting very slowly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the nulls
clause from tests is not an acceptable change for a database upgrade. Can you elaborate why you had to do that?
Comment update@beikov I think I did not explain well my answer. Explanation :The 2 tests are failing instead of returning 5,13,7,6,5 we had from the Mysql 5,6,7,13,5 But In some infected version in mySql it is transformed incorrectly (using explain....) : Look at the text in Bold hibernate_orm_test I agree with you, updating a test while upgrading mySQl Version seems not to be logical, but this is the cause , there is a bug in MySql ( I spend the week trying to switch off every option in the optimizer but in vain). I got the courage to change it , why ? |
The changes is about upgrading mysal testing version to 9.2
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19228