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

test(async-migrations): Change timestamp upper bound to account for it being 2024 #19544

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

tkaemming
Copy link
Contributor

@tkaemming tkaemming commented Jan 1, 2024

Problem

Noticed this when working on #19347.

This hardcoded date started causing async migration tests to fail:

"TIMESTAMP_UPPER_BOUND": (
"2024-01-01",
"Timestamp upper bound for events to backfill",
str,
),

There's probably a better fix for this (anchor it to the current date or similar) but this at least makes things go green again.

How did you test this code?

Ran 'em.

@tkaemming tkaemming changed the title test(async-migrations): Change upper bound of async migration checks to account for 2024 test(async-migrations): Change timestamp upper bound to account for it being 2024 Jan 1, 2024
@tkaemming tkaemming marked this pull request as ready for review January 1, 2024 20:47
@tkaemming tkaemming requested a review from a team January 1, 2024 20:47
@xvello xvello merged commit 90d744a into master Jan 2, 2024
78 checks passed
@xvello xvello deleted the async-migrations-2024 branch January 2, 2024 09:27
fuziontech pushed a commit that referenced this pull request Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants