Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: reduce Windows PG tests flakiness#16090

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

Merged
hugodutka merged 4 commits intomainfromhugodutka/windows-test-wait-durations
Jan 10, 2025

Conversation

hugodutka
Copy link
Contributor

@hugodutkahugodutka commentedJan 10, 2025
edited
Loading

This PR:

  • Reduces test parallelism on Windows in CI
  • Unifies wait intervals on Windows with Linux and macOS. Previously we had custom intervals for Windows to reduce test flakiness on smaller CI workers, but we don't run tests on small CI workers anymore. Due to how our CI file is defined, forks run tests on small CI machines, but I'm not sure if the different intervals actually help or whether that's a heuristic that happened to fix issues on a particular day and was it ever reevaluated. I propose we make the change and if someone complains, revert it.

In particular, reduced test parallelism seems to actually help: I was able to run Windows tests 5 times in a row without flakes. Not sure if that's going to fix the problem long term, but it seems worth trying.

@hugodutkahugodutka changed the titlechore: remove custom wait durations for windows testschore: reduce Windows PG tests flakinessJan 10, 2025
@hugodutkahugodutka marked this pull request as ready for reviewJanuary 10, 2025 13:37
@@ -1,5 +1,3 @@
//go:build !windows
Copy link
Member

Choose a reason for hiding this comment

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

This change has me worried due to previously not only Windows runners being underpowered but disk I/O was always slower on Windows too. Feel free to have a go at this but I'd advice to be prepared to revert it 😄

hugodutka reacted with eyes emoji
Copy link
Member

@johnstcnjohnstcn left a comment

Choose a reason for hiding this comment

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

Let's give it a shot 👍

@hugodutkahugodutka merged commit899836d intomainJan 10, 2025
42 checks passed
@hugodutkahugodutka deleted the hugodutka/windows-test-wait-durations branchJanuary 10, 2025 14:21
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 10, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mafredrimafredrimafredri approved these changes

@johnstcnjohnstcnjohnstcn approved these changes

@dannykoppingdannykoppingAwaiting requested review from dannykopping

Assignees

@hugodutkahugodutka

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@hugodutka@mafredri@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp