-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 code coverage tests for New Index creation in PrimaryShardBatchAl… #13733
base: main
Are you sure you want to change the base?
Add code coverage tests for New Index creation in PrimaryShardBatchAl… #13733
Conversation
…locator Signed-off-by: Pranshu Shukla <[email protected]>
❌ Gradle check result for 8139e64: 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? |
❕ Gradle check result for 5e636dc: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13733 +/- ##
============================================
+ Coverage 71.42% 71.56% +0.14%
- Complexity 59978 61264 +1286
============================================
Files 4985 5060 +75
Lines 282275 287854 +5579
Branches 40946 41689 +743
============================================
+ Hits 201603 205994 +4391
- Misses 63999 64832 +833
- Partials 16673 17028 +355 ☔ View full report in Codecov by Sentry. |
Hey, If the Gradle check fails with error |
This PR is stalled because it has been open for 30 days with no activity. |
This PR is stalled because it has been open for 30 days with no activity. |
This PR is stalled because it has been open for 30 days with no activity. |
…locator
Description
Adds Coverage tests for new Index Creation scenarios for PrimaryShardBatchAllocator
Check List
[ ] New functionality includes testing.[ ] New functionality has been documented.[ ] New functionality has javadoc added[ ] API changes companion pull request created.[ ] Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)[ ] Commit changes are listed out in CHANGELOG.md file (See: Changelog)[ ] Public documentation issue/PR createdBy 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.