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

ci(github): disable fast failure for integration tests #466

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

mr-cal
Copy link
Collaborator

@mr-cal mr-cal commented Nov 28, 2023

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run tox?

Currently, we run 4 integration tests on Linux runners, each for a different version of python.

Often, 1 flaky test will fail and cause all 4 jobs to be canceled. This is time-consuming for the developer and uses a lot more runners than needed.

If one flaky linux integration test fails, do not automatically cancel the other
integration tests in the test matrix.

Signed-off-by: Callahan Kovacs <[email protected]>
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bc946f0) 99.00% compared to head (259da31) 99.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #466   +/-   ##
=======================================
  Coverage   99.00%   99.00%           
=======================================
  Files          57       57           
  Lines        4532     4532           
=======================================
  Hits         4487     4487           
  Misses         45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mr-cal mr-cal requested review from lengau and syu-w November 29, 2023 14:22
@syu-w
Copy link
Contributor

syu-w commented Nov 29, 2023

Maybe add macOS?

@mr-cal
Copy link
Collaborator Author

mr-cal commented Nov 29, 2023

Maybe add macOS?

There's only one macos test and it's a different job, so it shouldn't preemptively cancel other tests.

@mr-cal mr-cal merged commit d9c4465 into main Nov 30, 2023
13 checks passed
@mr-cal mr-cal deleted the ci-no-fast-failure branch November 30, 2023 01:01
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.

3 participants