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

[Backport 2.x] Configure test-retry plugin filter properly #8939

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 5495c64 from #8933.

The intent of #8825 was to retry only specified tests. The wrong
parameter was configured though: ['filter' should be set][1], not
'classRetry'.

[1]: https://github.com/gradle/test-retry-gradle-plugin/blob/main/README.adoc#filtering

Signed-off-by: Andrew Ross <andrross@amazon.com>
(cherry picked from commit 5495c64)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #8939 (3057cc2) into 2.x (212dba4) will increase coverage by 0.08%.
Report is 1 commits behind head on 2.x.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                2.x    #8939      +/-   ##
============================================
+ Coverage     70.74%   70.83%   +0.08%     
- Complexity    57284    57430     +146     
============================================
  Files          4745     4745              
  Lines        271064   271064              
  Branches      39981    39981              
============================================
+ Hits         191768   192004     +236     
+ Misses        62873    62658     -215     
+ Partials      16423    16402      -21     

see 487 files with indirect coverage changes

@kotwanikunal kotwanikunal merged commit 044ea25 into 2.x Jul 28, 2023
@github-actions github-actions bot deleted the backport/backport-8933-to-2.x branch July 28, 2023 16:31
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