Fix VSR Rotation verification for failures#21837
Conversation
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit e2e0a77)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to e2e0a77 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit cea1871
Suggestions up to commit 2c1ea8c
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21837 +/- ##
============================================
- Coverage 73.42% 73.38% -0.04%
+ Complexity 75450 75433 -17
============================================
Files 6034 6034
Lines 342533 342533
Branches 49263 49263
============================================
- Hits 251508 251380 -128
- Misses 71048 71135 +87
- Partials 19977 20018 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Persistent review updated to latest commit cea1871 |
|
❌ Gradle check result for cea1871: 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: Mohit Godwani <mgodwan@amazon.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit e2e0a77.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
|
Persistent review updated to latest commit e2e0a77 |
|
❌ Gradle check result for e2e0a77: 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? |
Description
Fix VSR Rotation verification for failures
Related Issues
Resolves issue where for high doc ingestion, the vsr rotation fails due to exceptionNow returning an exception for even successfully completed future
Fixes past tests which didn't catch this due to moving the rotation on next doc rather than current doc
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.