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

Fix MySQL test breakage caused by daylight savings change #2117

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. Fix MySQL test breakage caused by daylight savings change

    Seriously, it broke due to the DST change because it just *happen* to match the -5 hours window used for the test.
    
    The fix is to move the test that changes the instance's timezone to its own, isolated, MySQL so it doesn't interfere with the other tests
    josephschorr committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    13e08a9 View commit details
    Browse the repository at this point in the history