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 integration tests for remote store restore flow (#8484) #8810

Conversation

BhumikaSaini-Amazon
Copy link
Contributor

@BhumikaSaini-Amazon BhumikaSaini-Amazon commented Jul 21, 2023


Description

Manual backport for #8484

Related Issues

#8483

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #8810 (70b5e86) into 2.x (d83147f) will decrease coverage by 0.14%.
The diff coverage is 64.03%.

@@             Coverage Diff              @@
##                2.x    #8810      +/-   ##
============================================
- Coverage     70.80%   70.66%   -0.14%     
+ Complexity    57405    57314      -91     
============================================
  Files          4759     4758       -1     
  Lines        271578   271479      -99     
  Branches      40034    40018      -16     
============================================
- Hits         192283   191847     -436     
- Misses        62795    63164     +369     
+ Partials      16500    16468      -32     
Impacted Files Coverage Δ
...cluster/reroute/TransportClusterRerouteAction.java 46.05% <0.00%> (+1.31%) ⬆️
...ices/shards/TransportIndicesShardStoresAction.java 4.90% <0.00%> (ø)
...a/org/opensearch/cluster/routing/RoutingTable.java 94.37% <ø> (ø)
...on/lucene/search/function/RandomScoreFunction.java 68.96% <ø> (ø)
...java/org/opensearch/common/recycler/Recyclers.java 91.42% <ø> (ø)
...g/opensearch/common/util/AbstractPagedHashMap.java 71.05% <ø> (ø)
.../java/org/opensearch/common/util/BytesRefHash.java 87.87% <ø> (ø)
.../java/org/opensearch/common/util/LongLongHash.java 92.59% <ø> (ø)
...g/opensearch/common/util/ReorganizingLongHash.java 95.31% <ø> (ø)
.../src/main/java/org/opensearch/gateway/Gateway.java 8.33% <0.00%> (ø)
... and 47 more

... and 440 files with indirect coverage changes

@sachinpkale
Copy link
Member

Mostly integ tests were changed in this PR. Bypassing codecov/patch failure.

@sachinpkale sachinpkale merged commit b60de59 into opensearch-project:2.x Jul 21, 2023
9 of 35 checks passed
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.

2 participants