-
Notifications
You must be signed in to change notification settings - Fork 62
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
Disabling docrep to remote store migration test for integTestRemote #1379
Disabling docrep to remote store migration test for integTestRemote #1379
Conversation
Signed-off-by: Shubh Sahu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks okay to me. How did we verify that integTestRemote
is excluding this test method?
While running the individual test : it fails with error :
Whereas we don't see this error, before the change. cc : @ankitkala |
We can also run the integTestRemote complete suite by creating 2 clusters using docker and by passing the appropriate parameter
|
…1379) Signed-off-by: Shubh Sahu <[email protected]> Co-authored-by: Shubh Sahu <[email protected]> (cherry picked from commit d287aa2)
…1379) Signed-off-by: Shubh Sahu <[email protected]> Co-authored-by: Shubh Sahu <[email protected]> (cherry picked from commit d287aa2)
…1379) (#1381) Signed-off-by: Shubh Sahu <[email protected]> Co-authored-by: Shubh Sahu <[email protected]> (cherry picked from commit d287aa2) Co-authored-by: Shubh Sahu <[email protected]>
…1379) (#1382) Signed-off-by: Shubh Sahu <[email protected]> Co-authored-by: Shubh Sahu <[email protected]> (cherry picked from commit d287aa2) Co-authored-by: Shubh Sahu <[email protected]>
…pensearch-project#1379) (opensearch-project#1381) Signed-off-by: Shubh Sahu <[email protected]> Co-authored-by: Shubh Sahu <[email protected]> (cherry picked from commit d287aa2) Co-authored-by: Shubh Sahu <[email protected]>
Description
Disabling docrep to remote store migration test for integTestRemote suite, since it's failing to pass
opensearch.experimental.feature.remote_store.migration.enabled
feature flag.Issues Resolved
[List any issues this PR will resolve]
Check List
New functionality includes testing.All tests passNew functionality has been documented.New functionality has javadoc addedBy 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.