Skip to content
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

Unquarantine background webserver test #28249

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Dec 9, 2022

The test was occasionally failing because gunicorn was not immediately launched as subprocess.

This change adds extra attempts to wait for gunicorn process and unquarantines it.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an 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 a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The test was occasionally failing because gunicorn was not
immediately launched as subprocess.

This change adds extra attempts to wait for gunicorn process and
unquarantines it.
@boring-cyborg boring-cyborg bot added area:CLI area:webserver Webserver related Issues labels Dec 9, 2022
@Taragolis Taragolis merged commit 5fad8a4 into apache:main Dec 9, 2022
@Taragolis
Copy link
Contributor

Hmm... Sometimes test might run longer than default execution timeout 🙄

@potiuk
Copy link
Member Author

potiuk commented Dec 9, 2022

Hmm. I think we neeed to go back with that one - it is still not stable.

potiuk added a commit to potiuk/airflow that referenced this pull request Dec 9, 2022
@potiuk potiuk deleted the unquarantine-webserver-cli-test branch April 4, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:CLI area:webserver Webserver related Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants