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

HHH-13580 HHH-13582 MySQL test failures (5.3) #3038

Merged
merged 6 commits into from Sep 12, 2019

Conversation

gbadner
Copy link
Contributor

@gbadner gbadner commented Sep 12, 2019

yrodiere and others added 6 commits September 11, 2019 17:51
ConnectorJ 8 is the version used in WildFly integration tests.
ConnectorJ 5 is apparently no longer tested.

Note this solves most timezone-related issues we've been having.

(cherry picked from commit be7cc76)
MySQL ConnectorJ 8.x returns the wrong date
when the JVM default timezone is different from the server timezone:
https://bugs.mysql.com/bug.php?id=91112

(cherry picked from commit a580227)
…TypeTest

We were testing GMT instead of UTC-8 without even knowing it...

(cherry picked from commit 8fce51c)
…ead' test for MySQL

The returned time is right (otherwise #writeThenRead would fail), it's
just that a different day is returned, but it won't affect the LocalTime
representation manipulated by the user.

(cherry picked from commit 74d35b2)
@gbadner gbadner self-assigned this Sep 12, 2019
@gbadner gbadner changed the title HHH-13580 HHH-13582 (5.3) HHH-13580 HHH-13582 MySQL test failures (5.3) Sep 12, 2019
@gbadner gbadner merged commit a3c894e into hibernate:5.3 Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants