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 TestIssueLogging on flaky test - org.opensearch.repositories.url.RepositoryURLClientYamlTestSuiteIT.test #13779

Conversation

ltaragi
Copy link
Contributor

@ltaragi ltaragi commented May 22, 2024

Description

  • Flaky test org.opensearch.repositories.url.RepositoryURLClientYamlTestSuiteIT.test did not get reproduced in local environment even after 6K+ iterations
  • Adding TRACE level test logging to the test class RepositoryURLClientYamlTestSuiteIT to understand the root cause of failure in next gradle build failure for a PR

Related Issues

Relates to #9117

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • API changes companion pull request created.
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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.

Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
@ltaragi ltaragi self-assigned this May 22, 2024
Copy link
Contributor

✅ Gradle check result for 3028746: SUCCESS

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.52%. Comparing base (b15cb0c) to head (3028746).
Report is 299 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13779      +/-   ##
============================================
+ Coverage     71.42%   71.52%   +0.10%     
- Complexity    59978    61214    +1236     
============================================
  Files          4985     5062      +77     
  Lines        282275   287907    +5632     
  Branches      40946    41692     +746     
============================================
+ Hits         201603   205918    +4315     
- Misses        63999    65016    +1017     
- Partials      16673    16973     +300     

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

@sachinpkale sachinpkale merged commit 8ac6806 into opensearch-project:main May 24, 2024
74 of 75 checks passed
parv0201 pushed a commit to parv0201/OpenSearch that referenced this pull request Jun 10, 2024
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.

3 participants