You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for logging this issue is to ensure we won't miss important workflow:
Create Non-Admin Backup that is improper (for example wrong s3 creds)
Create Restore object that points to the improper Non-Admin Backup
In the above scenario the Non-Admin Restore object should reconcile with some error condition.
It was observed in the console that the reconcile for such cases got the Error within logs in the test run, but I did not check the Restore object itself if it's correctly handled, that's why logging this bug to not miss it:
2025-01-09T13:02:22+01:00 ERROR Reconciler error {"controller": "nonadminrestore", "controllerGroup": "oadp.openshift.io", "controllerKind": "NonAdminRestore", "NonAdminRestore": {"name":"non-admin-restore-object-1","namespace":"test-non-admin-restore-reconcile-full-1"}, "namespace": "test-non-admin-restore-reconcile-full-1", "name": "non-admin-restore-object-1", "reconcileID": "11164cf6-f4f8-40df-8bea-13dce5d01763", "error": "terminal error: NonAdminRestore spec.restoreSpec.backupName is invalid: NonAdminBackup is not ready to be restored"}
The text was updated successfully, but these errors were encountered:
The reason for logging this issue is to ensure we won't miss important workflow:
In the above scenario the Non-Admin Restore object should reconcile with some error condition.
It was observed in the console that the reconcile for such cases got the Error within logs in the test run, but I did not check the Restore object itself if it's correctly handled, that's why logging this bug to not miss it:
The text was updated successfully, but these errors were encountered: