-
Notifications
You must be signed in to change notification settings - Fork 25
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 a library to handle integration test failure issues #516
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #516 +/- ##
============================================
+ Coverage 84.46% 84.72% +0.25%
- Complexity 87 105 +18
============================================
Files 109 115 +6
Lines 560 648 +88
Branches 64 71 +7
============================================
+ Hits 473 549 +76
- Misses 27 29 +2
- Partials 60 70 +10 ☔ View full report in Codecov by Sentry. |
…dFailureIssues library with new logic Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
47af6f1
to
6ba39fd
Compare
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
NIT: Coming from gaiksaya/index-management#1 (comment), we can have hyperlinks to the URL's, this way the issue description would be more cleaner. Example for https://ci.opensearch.org/ci/dbc/integ-test/2.18.0/10364/linux/x64/tar/test-results/8750/integ-test/test-report.yml, we can have 2.18.0/10364/linux/x64/tar or your choice for if you have any better short URL in mind. |
I can take that up in next iteration if that's okay? Let's see how it goes for as is. The URLs are not that large for now. Also easy to parse to make sure we have different URLs for each distribution. Let me know what you think. |
Description
opensearch-integration-test-results
alias to integration tests indices.Issues Resolved
Related opensearch-project/opensearch-build#5038
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.