-
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] Snapshot _status API to return correct status for partial snapshots (#12812) #13260
Conversation
Signed-off-by: aggarwalShivani <[email protected]>
…ackport-12812-to-2.x
Signed-off-by: aggarwalShivani <[email protected]>
❌ Gradle check result for 20a9a5b: 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 a1323f3: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13260 +/- ##
============================================
- Coverage 71.28% 71.15% -0.13%
- Complexity 60145 60615 +470
============================================
Files 4957 5004 +47
Lines 282799 285411 +2612
Branches 41409 41729 +320
============================================
+ Hits 201591 203083 +1492
- Misses 64189 65210 +1021
- Partials 17019 17118 +99 ☔ View full report in Codecov by Sentry. |
Existing flaky issue -> |
Description
Backporting #12812 to 2.x branch.
Related Issues
Resolves #7952
Check List
[ ] New functionality has javadoc added[ ] 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.