- Notifications
You must be signed in to change notification settings - Fork914
chore: fix windows postgres tests#15593
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
7925384
toa5304dc
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'm fine with it being non-required, but it needs to become required before we remove in-memory tests IMO
@deansheather that's for sure. |
6ed7692
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Patches tests that caused Windows Postgres CI in#15520 to consistently fail.
I tested this by temporarily adding Postgres Windows CI to this PR. However, I reverted those changes to merge them with#15520. For reference, here'sa passing CI run from an earlier commit.
Note: Although Windows tests now pass, they remain quite flaky. I recommend running Postgres Windows CI to gather data on these flakes, but I don’t think it should be a required job just yet.