-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactor Snapshot Checkpoint in E2E Tests #9083
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
Refactor Snapshot Checkpoint in E2E Tests #9083
Conversation
|
/kind changelog-not-required |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9083 +/- ##
=======================================
Coverage 60.05% 60.05%
=======================================
Files 379 379
Lines 43153 43153
=======================================
Hits 25917 25917
Misses 15691 15691
Partials 1545 1545 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
dco |
c6c6825 to
dd96d82
Compare
|
@blackpiglet can you review this one |
…g in e2e tests Signed-off-by: Priyansh Choudhary <[email protected]> log backup volume info retrieval and snapshot checkpoint building Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]>
Signed-off-by: Priyansh Choudhary <[email protected]>
e271be9 to
cdedf81
Compare
* Refactor backup volume info retrieval and snapshot checkpoint building in e2e tests Signed-off-by: Priyansh Choudhary <[email protected]> log backup volume info retrieval and snapshot checkpoint building Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> * Update snapshot checkpoint building to use DefaultKibishiiWorkerCounts Signed-off-by: Priyansh Choudhary <[email protected]> --------- Signed-off-by: Priyansh Choudhary <[email protected]> Signed-off-by: Tiger Kaovilai <[email protected]>
* Refactor backup volume info retrieval and snapshot checkpoint building in e2e tests Signed-off-by: Priyansh Choudhary <[email protected]> log backup volume info retrieval and snapshot checkpoint building Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> Add error handling for volume info retrieval in backup tests Signed-off-by: Priyansh Choudhary <[email protected]> * Update snapshot checkpoint building to use DefaultKibishiiWorkerCounts Signed-off-by: Priyansh Choudhary <[email protected]> --------- Signed-off-by: Priyansh Choudhary <[email protected]>
Summary
Post the Changes done in Clean artifacts generated by CSI backup and restore by blackpiglet · Pull Request #8684 · vmware-tanzu/velero we no longer preserve VSC.
Does your change fix a particular issue?
We were relying on VSC CR to check for Checkpoint, in this update method I have revised it to use Backup VolumeInfo json we create in object storage.
Fixes #(issue)
None
Please indicate you've done the following: