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

RGW tests are not skipped in certain post-upgrade AWS deployments #9445

Open
sagihirshfeld opened this issue Mar 10, 2024 · 4 comments
Open
Labels
RGW Issues related to the Ceph Object Gateway Squad/Red

Comments

@sagihirshfeld
Copy link
Contributor

The logic in rgw/conftest.py is supposed to skip any RGW tests if the platform is AWS, but it seems to fail in some cases. For example: https://url.corp.redhat.com/e54fa9b.
Perhaps the config.ENV_DATA["platform"] is changed as a side effect due to the upgrade?

When this happens, the creation attempt via the bucket factory fails with the following error:

 bucketname = rgw_bucket_factory(1, "rgw-oc")[0].name
E       TypeError: 'NoneType' object is not callable

In such scenarios this error is expected, because that in the context of OCS-CI, RGW buckets can only be created on on-prem clusters such as vSphere.

@sagihirshfeld sagihirshfeld added RGW Issues related to the Ceph Object Gateway Squad/Red labels Mar 10, 2024
Copy link

github-actions bot commented Jun 8, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the lifecycle/stale No recent activity label Jun 8, 2024
@sagihirshfeld sagihirshfeld removed the lifecycle/stale No recent activity label Jun 11, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the lifecycle/stale No recent activity label Sep 18, 2024
@sagihirshfeld sagihirshfeld removed the lifecycle/stale No recent activity label Sep 19, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the lifecycle/stale No recent activity label Dec 20, 2024
@sagihirshfeld sagihirshfeld removed the lifecycle/stale No recent activity label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RGW Issues related to the Ceph Object Gateway Squad/Red
Projects
None yet
Development

No branches or pull requests

2 participants