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

hibernate-orm-compatibility-5.6 tests are failing on CompatibilityTest.offsetTime #36794

Closed
rsvoboda opened this issue Oct 31, 2023 · 1 comment · Fixed by #36802
Closed

hibernate-orm-compatibility-5.6 tests are failing on CompatibilityTest.offsetTime #36794

rsvoboda opened this issue Oct 31, 2023 · 1 comment · Fixed by #36802
Assignees
Labels
area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE kind/bug Something isn't working
Milestone

Comments

@rsvoboda
Copy link
Member

rsvoboda commented Oct 31, 2023

Describe the bug

hibernate-orm-compatibility-5.6 tests are failing on CompatibilityTest.offsetTime
Applies to both mariadb and postgresql module.

[ERROR] Failures:
[ERROR]   CompatibilityTest.offsetTime:122
expected: 11:58:30+01:00
 but was: 12:58:30+01:00

As it has issues with time shift from summer time to winter time.

Noticed on 3.2 branch too when checking #36697

Expected behavior

hibernate-orm-compatibility-5.6 tests pass on CompatibilityTest.offsetTime

Actual behavior

hibernate-orm-compatibility-5.6 tests are failing on CompatibilityTest.offsetTime

How to Reproduce?

  • Build Quarkus main
  • run mvn clean verify -Dtest-containers -Dstart-containers -f integration-tests/hibernate-orm-compatibility-5.6/postgresql
  • run mvn clean verify -Dtest-containers -Dstart-containers -f integration-tests/hibernate-orm-compatibility-5.6/mariadb

Output of uname -a or ver

macOS

Output of java -version

No response

Quarkus version or git rev

Quarkus main 3149ece

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@rsvoboda rsvoboda added the kind/bug Something isn't working label Oct 31, 2023
@quarkus-bot quarkus-bot bot added area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE labels Oct 31, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 31, 2023

/cc @Sanne (hibernate-orm), @gsmet (hibernate-orm), @yrodiere (hibernate-orm)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants