-
Notifications
You must be signed in to change notification settings - Fork 113
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
Successful deletes of an index still adds history document #160
Conversation
Codecov Report
@@ Coverage Diff @@
## main #160 +/- ##
============================================
+ Coverage 75.83% 75.96% +0.13%
- Complexity 1924 1933 +9
============================================
Files 260 260
Lines 11002 11096 +94
Branches 1723 1746 +23
============================================
+ Hits 8343 8429 +86
- Misses 1707 1711 +4
- Partials 952 956 +4
Continue to review full report at Codecov.
|
src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/DeleteActionIT.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Drew Baugher <[email protected]>
7cafc6a
to
bb5b2ed
Compare
…h-project#160) Signed-off-by: Drew Baugher <[email protected]>
…h-project#160) Signed-off-by: Drew Baugher <[email protected]> Signed-off-by: Robert Downs <[email protected]>
Signed-off-by: Drew Baugher <[email protected]> Signed-off-by: Robert Downs <[email protected]>
…h-project#160) Signed-off-by: Drew Baugher <[email protected]>
Signed-off-by: Drew Baugher [email protected]
Issue #, if available:
#159
Description of changes:
Previously when an index was successfully deleted by ISM it would just return early without adding a history document. This fixes that so we can see the successful delete in the history indices.
CheckList:
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.