-
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
Fix Flaky - testForceMergeWithSoftDeletesRetentionAndRecoverySource #5364 #13910
Fix Flaky - testForceMergeWithSoftDeletesRetentionAndRecoverySource #5364 #13910
Conversation
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13910 +/- ##
============================================
+ Coverage 71.42% 71.57% +0.15%
- Complexity 59978 61293 +1315
============================================
Files 4985 5064 +79
Lines 282275 288093 +5818
Branches 40946 41716 +770
============================================
+ Hits 201603 206214 +4611
- Misses 63999 64845 +846
- Partials 16673 17034 +361 ☔ View full report in Codecov by Sentry. |
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.
Thanks @sarthakaggarwal97 !
(cherry picked from commit f50121a) Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
…rch-project#13914) (cherry picked from commit f50121a) Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Description
Switching to a deterministic merge policy due to Lucene-8962
The tests are also passing with the failed seeds
Related Issues
Resolves #5364
Check List
New functionality has been documented.New functionality has javadoc addedAPI changes companion pull request created.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.