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

Conversation

josephschorr
Copy link
Member

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 josephschorr requested review from vroldanbet and a team as code owners November 4, 2024 23:10
@github-actions github-actions bot added area/datastore Affects the storage system area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) labels Nov 4, 2024
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
Copy link
Contributor

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@alecmerdler alecmerdler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing

@josephschorr josephschorr added this pull request to the merge queue Nov 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 5, 2024
@josephschorr josephschorr added this pull request to the merge queue Nov 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 5, 2024
@josephschorr josephschorr added this pull request to the merge queue Nov 5, 2024
Merged via the queue into authzed:main with commit 0d5b21b Nov 5, 2024
22 checks passed
@josephschorr josephschorr deleted the fix-mysql-tests branch November 5, 2024 15:17
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/datastore Affects the storage system area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants