Skip to content
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

[release-4.17] Check for Kube Object Sync time before running failover for Discovered Apps #11054

Open
wants to merge 7 commits into
base: release-4.17
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Check for lastKubeObjectProtectionTime post relocate
Signed-off-by: prsurve <prsurve@redhat.com>
  • Loading branch information
prsurve authored and openshift-cherrypick-robot committed Dec 16, 2024
commit 6869fd22982bbbf94ff8c0f611d2a6454cb2b8e1
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,9 @@ def test_failover_and_relocate_discovered_apps(self, discovered_apps_dr_workload
workload_instance=rdr_workload,
)

logger.info("Checking for lastKubeObjectProtectionTime post Relocate Operation")
dr_helpers.verify_last_kubeobject_protection_time(
drpc_obj, rdr_workload.kubeobject_capture_interval_int
)

# TODO: Add data integrity checks