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

Enable fail fast behavior when building in CI #15536

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrross
Copy link
Member

Related Issues

Resolves #15505

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions github-actions bot added Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. discuss Issues intended to help drive brainstorming and decision making enhancement Enhancement or improvement to existing feature or request labels Aug 30, 2024
@andrross andrross changed the title Test fail fast Enable fail fast behavior when building in CI Aug 30, 2024
Copy link
Contributor

❌ Gradle check result for d4aefd6: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for ee45562: SUCCESS

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.28%. Comparing base (1d5082e) to head (ee45562).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15536      +/-   ##
============================================
+ Coverage     72.01%   72.28%   +0.26%     
- Complexity    63603    63933     +330     
============================================
  Files          5247     5247              
  Lines        297186   297308     +122     
  Branches      42939    42977      +38     
============================================
+ Hits         214023   214904     +881     
+ Misses        65610    65075     -535     
+ Partials      17553    17329     -224     

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

Copy link
Contributor

✅ Gradle check result for ee45562: SUCCESS

@dblock
Copy link
Member

dblock commented Sep 2, 2024

An idea: is it possible to fail fast in the first N - 1 (2) iterations and not in the last one to get all the errors?

Copy link
Contributor

github-actions bot commented Sep 3, 2024

❌ Gradle check result for a59dec3: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@opensearch-trigger-bot
Copy link
Contributor

This PR is stalled because it has been open for 30 days with no activity.

@opensearch-trigger-bot opensearch-trigger-bot bot added the stalled Issues that have stalled label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. discuss Issues intended to help drive brainstorming and decision making enhancement Enhancement or improvement to existing feature or request stalled Issues that have stalled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Make tests fail fast
2 participants