Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Sep 24, 2021

For some unknown reason recently some tests started to fail
on setup timout exceeding 20 seconds. Those tests have NO setup
so it likely a side-effect of other tests (for example with some
process cleanup that takes more time/CPU.

This change attempts to fix it by simply increasing the timeout
to 60 seconds. If it works - fine, but if not, it will be indication
that we have a deeper problem to fix.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

For some unknown reason recently some tests started to fail
on setup timout exceeding 20 seconds. Those tests have NO setup
so it likely a side-effect of other tests (for example with some
process cleanup that takes more time/CPU.

This change attempts to fix it by simply increasing the timeout
to 60 seconds. If it works - fine, but if not, it will be indication
that we have a deeper problem to fix.
@ashb ashb merged commit ac4acf9 into apache:main Sep 24, 2021
"--timeouts-order"
"moi"
"--setup-timeout=20"
"--setup-timeout=60"
Copy link
Member

Choose a reason for hiding this comment

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

Indeed, setup-timeout of more than 20-30s seems very odd

@potiuk potiuk deleted the attempt-to-fix-timeout-on-setup branch July 29, 2022 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants