-
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
Test overriding the noobaa-default backingstore + add support for RGW backingstore creation #8193
Test overriding the noobaa-default backingstore + add support for RGW backingstore creation #8193
Conversation
39b5748
to
27abb0b
Compare
8f72ab5
to
fed5b70
Compare
fed5b70
to
5226821
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.
neat PR!
LGTM.
6d77f7c
to
af9ff7e
Compare
bb66eb9
to
30430bb
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: shirshfe-415vs01
Cluster Configuration:
PR Test Suite: tier1 or tier2
PR Test Path: tests/manage/mcg/test_default_backingstore_override.py
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
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: shirshfe-415aws01
Cluster Configuration: conf/deployment/aws/ipi_3az_rhcos_3m_3w_3i.yaml
PR Test Suite:
PR Test Path: ;;tests/manage/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_default_buckets_backingstore tests/manage/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job FAILED (installation failed, tests not executed).
Signed-off-by: Sagi Hirshfeld <[email protected]>
Signed-off-by: Sagi Hirshfeld <[email protected]>
Signed-off-by: Sagi Hirshfeld <[email protected]>
4e60518
to
64169be
Compare
tests/functional/object/mcg/test_default_backingstore_override.py
Outdated
Show resolved
Hide resolved
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.
Unknown PR validation
Cluster Name:
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/object/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job state: ABORTED.
17c912c
to
8e21649
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: shirshfe-415vs03
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/manage/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_default_buckets_backingstore tests/manage/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job FAILED (installation failed, tests not executed).
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: shirshfe-415vs03
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/object/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
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: shirshfe-415vs03
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/object/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
9bb7023
to
02fd4e1
Compare
Signed-off-by: Sagi Hirshfeld <[email protected]>
02fd4e1
to
7318575
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.
LGTM, this may need validation of both MCG tier1, tier2 tests. please run it.
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: shirshfe-415i01
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/object/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
Signed-off-by: Sagi Hirshfeld <[email protected]>
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: shirshfe-415i01
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/object/mcg/test_default_backingstore_override.py::TestDefaultBackingstoreOverride::test_bucketclass_replication_after_default_backingstore_override
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
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.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: keesturam, mashetty330, sagihirshfeld, udaysk23 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 |
Coverage for https://url.corp.redhat.com/140509f
The implementation of the upgrade TC required to override the default backingstore with a backingstore of the same type, in order to limit the affect on other tests. To handle the cases where the default backingstore is using RGW (like in our vSphere deployments) support for RGW backingstore creation has been added, and two basic test cases has been added to validate this support while extending our coverage:
Requires a backport to release-4.14