Skip to content

test(ci): Reduce flaky test detector assumed average test runtime #11676

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

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Apr 18, 2024

I checked in the last couple of PRs where added integration tests how long our flaky test detector usually runs. Seems like we average somewhere around 18 minutes. Which is generally fine but our target is 30mins runtime. The reason for the "short" runs is that we assume an average runtime of 3s per test. Which apparently is a bit too long (this actually surprised me). Let's try reduce it to 2s and see if we get closer. We can always revert if we overshoot the time budget in the future.

More runs => less ❄️ 🤞

@Lms24 Lms24 requested review from a team, AbhiPrasad and s1gr1d and removed request for a team April 18, 2024 08:50
@Lms24 Lms24 merged commit cf2d945 into develop Apr 18, 2024
78 checks passed
@Lms24 Lms24 deleted the lms/ci-adjust-detectFlakyTests-avg-test-time branch April 18, 2024 11:20
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