Conversation
cdb8759 to
052aa43
Compare
|
jenkins test this please |
6733153 to
65e6a3e
Compare
|
jenkins test this please |
cbodley
left a comment
There was a problem hiding this comment.
looks good if it passes!
| connection = boto.s3.connection.S3Connection( | ||
| aws_access_key_id=access_key, | ||
| aws_secret_access_key=secret_key, | ||
| is_secure=False, |
There was a problem hiding this comment.
if we ever run this in the verify suite (or enable ssl in other suites) we'll need to enable this. in my wip branch for radosgw_admin_rest task, i'm using this line:
is_secure=True if endpoint.cert else False,There was a problem hiding this comment.
@cbodley , do you think it should run in verify suite?
There was a problem hiding this comment.
not really, no - at least not in the same job as s3/swift tests because of the ceph.conf overrides
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
6f19a02 to
98bc9f9
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
@cbodley anything blocking this? |
@mattbenjamin nope, it looks like a valuable test to catch regressions in stats. i hope it still passes |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
please don't kill this, friendly robot |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
This pull request has been automatically closed because there has been no activity for 90 days. Please feel free to reopen this pull request (or open a new one) if the proposed change is still appropriate. Thank you for your contribution! |
|
|
||
| # check bucket shards num | ||
| (err, out) = rgwadmin(ctx, client, ['reshard', 'list'], check_status=True) | ||
| assert len(out) == 1 |
There was a problem hiding this comment.
a test run is showing a failure here:
it may be due to:
2019-05-23T20:52:24.095 INFO:teuthology.orchestra.run.smithi084.stderr:parse error setting 'rgw_reshard_thread_interval' to '30' (Value '30' is below minimum 600)
|
This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days. |
|
This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days. |
|
This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days. |
|
This pull request has been automatically closed because there has been no activity for 90 days. Please feel free to reopen this pull request (or open a new one) if the proposed change is still appropriate. Thank you for your contribution! |
No description provided.