-
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
BugFix - Extract snapshot UUID from pinned entity correctly #16398
Conversation
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
❌ Gradle check result for 346fc4f: 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 346fc4f: 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 346fc4f: 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 #16398 +/- ##
============================================
- Coverage 72.05% 71.98% -0.08%
+ Complexity 64874 64832 -42
============================================
Files 5308 5308
Lines 302727 302728 +1
Branches 43734 43734
============================================
- Hits 218137 217925 -212
- Misses 66737 66961 +224
+ Partials 17853 17842 -11 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com> (cherry picked from commit c4a9cc1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Snapshot UUID itself can have
__
. While extracting Snapshot UUID from pinned entity, we need to factor it in as well .Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.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.