-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Add support for randomizing Remote Store enabled testing #13845
Conversation
Signed-off-by: Rishikesh1159 <[email protected]>
❌ Gradle check result for fb8c0b1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13845 +/- ##
============================================
+ Coverage 71.55% 71.66% +0.10%
- Complexity 64312 64392 +80
============================================
Files 5262 5262
Lines 301279 301279
Branches 43861 43861
============================================
+ Hits 215574 215900 +326
+ Misses 67703 67319 -384
- Partials 18002 18060 +58 ☔ View full report in Codecov by Sentry. |
This PR is stalled because it has been open for 30 days with no activity. |
@Rishikesh1159 looks like this may have been missed, can you please rebase and make sure we do merge it to 2.x? |
This PR is stalled because it has been open for 30 days with no activity. |
Bumping @Rishikesh1159 and maybe @mch2 to finish this? |
Signed-off-by: Rishikesh <[email protected]>
❌ Gradle check result for 8bb17eb: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Rishikesh1159 <[email protected]>
…ng (opensearch-project#13845) * backport opensearch-project#12488 to 2.x branch. Signed-off-by: Rishikesh1159 <[email protected]> * Fix indentation. Signed-off-by: Rishikesh1159 <[email protected]> --------- Signed-off-by: Rishikesh1159 <[email protected]> Signed-off-by: Rishikesh <[email protected]>
Description
This PR baackports #12488
Related Issues
Resolves #12458 , #12488
Check List
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.