Skip to content

[v3-3-test] Make test_cli_run_time tolerant of slow/cold CI runners (#68968) - #69053

Merged
potiuk merged 1 commit into
v3-3-testfrom
backport-b24194f-v3-3-test
Jun 26, 2026
Merged

[v3-3-test] Make test_cli_run_time tolerant of slow/cold CI runners (#68968)#69053
potiuk merged 1 commit into
v3-3-testfrom
backport-b24194f-v3-3-test

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

The test asserted the best of 3 "airflow --help" startup samples was under a
tight 5s bound. On a loaded or cold runner (e.g. the Pendulum2 special-test job,
which runs in a freshly rebuilt env) the whole-provider-load startup consistently
sits just over it -- the best of 3 was 5.49s -- even though nothing regressed.

Take the min of more samples and loosen the threshold so the test still guards
against gross startup regressions without flaking on small fluctuations.
(cherry picked from commit b24194f)

Co-authored-by: Jarek Potiuk jarek@potiuk.com

…68968)
The test asserted the best of 3 "airflow --help" startup samples was under a
tight 5s bound. On a loaded or cold runner (e.g. the Pendulum2 special-test job,
which runs in a freshly rebuilt env) the whole-provider-load startup consistently
sits just over it -- the best of 3 was 5.49s -- even though nothing regressed.
Take the min of more samples and loosen the threshold so the test still guards
against gross startup regressions without flaking on small fluctuations.
(cherry picked from commit b24194f)
Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
@potiuk
potiuk marked this pull request as ready for review June 26, 2026 18:51
@potiuk
potiuk merged commit 226c447 into v3-3-testJun 26, 2026
95 of 104 checks passed
@potiuk
potiuk deleted the backport-b24194f-v3-3-test branch June 26, 2026 20:06
@github-actionsgithub-actionsBot added this to the Airflow 3.3.1 milestone Jun 26, 2026
@github-actions

Copy link
Copy Markdown
ContributorAuthor

Hi maintainer, this PR was merged without a milestone set.
We've automatically set the milestone to Airflow 3.3.1 based on: merged to version branch
If this milestone is not correct, please update it to the appropriate milestone.

This comment was generated by Milestone Tag Assistant.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@potiuk