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

[AIRFLOW-6661] Fail after 50 failing tests #7277

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jan 28, 2020

When we have a lot of failed tests due to environment problems the log of
failure is too long and gets truncated so that we do not see the root cause. We
should fail pytest after X failures (will try with x=50)


Issue link: AIRFLOW-6661

Make sure to mark the boxes below before creating PR: [x]

  • Description above provides context of the change
  • Commit message/PR title starts with [AIRFLOW-NNNN]. AIRFLOW-NNNN = JIRA ID*
  • Unit tests coverage for changes (not needed for documentation changes)
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions.
  • I will engage committers as explained in Contribution Workflow Example.

* For document-only changes commit message can start with [AIRFLOW-XXXX].


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.
Read the Pull Request Guidelines for more information.

When we have a lot of failed tests due to environment problems the log of
failure is too long and gets truncated so that we do not see the root cause. We
should fail pytest after X failures (will try with x=50)
@mik-laj mik-laj self-assigned this Jan 28, 2020
@potiuk potiuk merged commit 912b39d into apache:master Jan 28, 2020
potiuk added a commit that referenced this pull request Jan 28, 2020
When we have a lot of failed tests due to environment problems the log of
failure is too long and gets truncated so that we do not see the root cause. We
should fail pytest after X failures (will try with x=50)

(cherry picked from commit 912b39d)
kaxil pushed a commit that referenced this pull request Feb 3, 2020
When we have a lot of failed tests due to environment problems the log of
failure is too long and gets truncated so that we do not see the root cause. We
should fail pytest after X failures (will try with x=50)

(cherry picked from commit 912b39d)
galuszkak pushed a commit to FlyrInc/apache-airflow that referenced this pull request Mar 5, 2020
When we have a lot of failed tests due to environment problems the log of
failure is too long and gets truncated so that we do not see the root cause. We
should fail pytest after X failures (will try with x=50)
kaxil pushed a commit to astronomer/airflow that referenced this pull request Mar 30, 2020
When we have a lot of failed tests due to environment problems the log of
failure is too long and gets truncated so that we do not see the root cause. We
should fail pytest after X failures (will try with x=50)

(cherry picked from commit 912b39d)
(cherry picked from commit a898b4c)
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.

4 participants