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

Mitigate redshift flakes by not dropping view in test #41876

Merged
merged 1 commit into from Apr 29, 2024

Conversation

calherries
Copy link
Contributor

@calherries calherries commented Apr 26, 2024

I just came across this redshift flake. This PR prevents it from happening again.

Similar to #41191

Dropping tables causes flakes in redshift. It's okay to not drop tables anymore in redshift tests with databases created with with-temp, because we have fake database isolation using the table name prefix.

@calherries calherries changed the title Mitigate redshift flakes by not dropping table Mitigate redshift flakes by not dropping view in test Apr 26, 2024
@metabase-bot metabase-bot bot added the .Team/BackendComponents also known as BEC label Apr 26, 2024
@calherries calherries requested a review from a team April 26, 2024 09:09
@calherries calherries added the backport Automatically create PR on current release branch on merge label Apr 26, 2024
@calherries calherries enabled auto-merge (squash) April 26, 2024 11:40
@calherries calherries merged commit 9a8ddfe into master Apr 29, 2024
135 of 151 checks passed
@calherries calherries deleted the mitigate-redshift-flakes-again branch April 29, 2024 09:13
Copy link

@calherries Did you forget to add a milestone to the issue for this PR? When and where should I add a milestone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Automatically create PR on current release branch on merge flaky-test-fix .Team/BackendComponents also known as BEC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants