-
Notifications
You must be signed in to change notification settings - Fork 170
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
Fix log based replication deletion #9660
Fix log based replication deletion #9660
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: mashetty-ibm8
Cluster Configuration: conf/deployment/ibmcloud/ipi_3az_rhcos_3m_6w.yaml
PR Test Suite:
PR Test Path: tests/cross_functional/system_test/test_mcg_replication_with_disruptions.py::TestLogBasedReplicationWithDisruptions
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
b25c1a6
to
d1a7a08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: mashetty-ibm8
Cluster Configuration: conf/deployment/ibmcloud/ipi_3az_rhcos_3m_6w.yaml
PR Test Suite:
PR Test Path: tests/cross_functional/system_test/test_mcg_replication_with_disruptions.py::TestLogBasedReplicationWithDisruptions
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: mashetty-ibm8
Cluster Configuration: conf/deployment/ibmcloud/ipi_3az_rhcos_3m_6w.yaml
PR Test Suite:
PR Test Path: tests/cross_functional/system_test/test_mcg_replication_with_disruptions.py::TestLogBasedReplicationWithDisruptions
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
Signed-off-by: Mahesh Shetty <[email protected]>
c1f9987
to
752909c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mashetty330, OdedViner, PrasadDesala The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: mashetty-ibm8
Cluster Configuration: conf/deployment/ibmcloud/ipi_3az_rhcos_3m_6w.yaml
PR Test Suite:
PR Test Path: tests/cross_functional/system_test/test_mcg_replication_with_disruptions.py::TestLogBasedReplicationWithDisruptions
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
The fix for this bug https://bugzilla.redhat.com/show_bug.cgi?id=2266805 requires us to remove the replication policy by setting replicationPolicy: "". And also some other minor fixes