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

Check for transition of Encrypted and Compressed objects #611

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

TejasC88
Copy link
Contributor

@TejasC88 TejasC88 commented Jul 5, 2024

Polarion : CEPH-83575497

Cloud transition of compressed and encrypted objects to AWS.
We have a known issue with this test https://bugzilla.redhat.com/show_bug.cgi?id=2294512

Fail log : http://magna002.ceph.redhat.com/cephci-jenkins/tchandra/cloud_transition_encrypt.txt

@TejasC88 TejasC88 requested a review from a team July 5, 2024 14:33
@anrao19 anrao19 added the RGW RGW label Jul 8, 2024
viduship
viduship previously approved these changes Jul 8, 2024
@@ -56,6 +59,20 @@ def test_exec(config, ssh_con):
)
log.info("creating bucket with name: %s" % bucket_name_to_create)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we include format string instead of %s

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

# get bucket encryption
log.info(f"get bucket encryption for bucket : {bucket_name_to_create}")
sse_s3.get_bucket_encryption(s3_client1, bucket_name_to_create)

if config.test_ops["create_object"] is True:
# uploading data
log.info("s3 objects to create: %s" % config.objects_count)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here about format string

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done , pls review

@@ -1,4 +1,4 @@
# script: test_cloud_transitions.py
# script:test_cloud_transitions.py
Copy link
Contributor

@anrao19 anrao19 Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update name as script: test_cloud_transition.py.
we do not have script with name : test_cloud_transitions.py

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done , pls review

Copy link
Contributor

@anrao19 anrao19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@openshift-ci openshift-ci bot added the lgtm Looks good to me label Jul 18, 2024
Copy link
Contributor

openshift-ci bot commented Jul 18, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: anrao19, ckulal, TejasC88

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mergify mergify bot merged commit 040ec84 into red-hat-storage:master Jul 18, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Looks good to me RGW RGW
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants