Skip to content

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

Merged
Lms24 merged 1 commit intodevelopfrom
lms/ci-adjust-detectFlakyTests-avg-test-time
Apr 18, 2024
Merged

test(ci): Reduce flaky test detector assumed average test runtime#11676
Lms24 merged 1 commit intodevelopfrom
lms/ci-adjust-detectFlakyTests-avg-test-time

Conversation

@Lms24
Copy link
Copy Markdown
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
@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