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

Add failfast to integration tests #5474

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

zhangchiqing
Copy link
Member

@zhangchiqing zhangchiqing commented Feb 28, 2024

The integration tests might have multiple tests in it, if one fails, it continue to run other tests, and this not only makes the integration tests to run for much longer, but also make it hard to find the original error message.

This PR adds the flag to fail the integration tests on the first failure, so that error message can be found at the end of the CI log.

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.05%. Comparing base (3c40651) to head (a008530).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5474      +/-   ##
==========================================
+ Coverage   56.03%   56.05%   +0.01%     
==========================================
  Files        1026     1026              
  Lines      100134   100134              
==========================================
+ Hits        56114    56129      +15     
+ Misses      39718    39705      -13     
+ Partials     4302     4300       -2     
Flag Coverage Δ
unittests 56.05% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Member

@jordanschalm jordanschalm left a comment

Choose a reason for hiding this comment

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

🎸

@zhangchiqing zhangchiqing added this pull request to the merge queue Feb 28, 2024
Merged via the queue into master with commit 915d8e1 Feb 28, 2024
51 checks passed
@zhangchiqing zhangchiqing deleted the leo/add-failfast-to-integration-tests branch February 28, 2024 20:41
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.

4 participants