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
We need to add an assertion while calling the compare_bucket_object_list and fail the test if the function returns False.
2024-10-14 14:31:29 05:01:27 - MainThread - ocs_ci.ocs.bucket_utils - ERROR - The compared buckets did not contain the same set of objects after 600 seconds
2024-10-14 14:31:29 05:01:27 - MainThread - system_test.test_mcg_replication_with_disruptions - INFO - Objects sync works even when the cluster is rebooted
2024-10-14 14:31:29 05:01:27 - MainThread - ocs_ci.framework.pytest_customization.reports - INFO - duration reported by tests/cross_functional/system_test/test_mcg_replication_with_disruptions.py::TestMCGReplicationWithDisruptions::test_replication_with_disruptions[AZUREtoAWS-NS-CLI] immediately after test execution: 3047.94
2024-10-14 14:31:29 PASSED
The text was updated successfully, but these errors were encountered:
There is a problem in test_mcg_replication_with_disruptions.py. We are not throwing any assertion when comparing the bucket obj due to which the test is PASSING even though the compared buckets do not contain the same set of objects.
We need to add an assertion while calling the compare_bucket_object_list and fail the test if the function returns False.
The text was updated successfully, but these errors were encountered: