Project

General

Profile

Actions

Bug #7083

closed

rgw: public-read acl test failing on master

Added by Josh Durgin over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

This test fails:

    # add another grantee by making the object public read
    key.set_acl('public-read')

    (err, out) = rgwadmin(ctx, client,
        ['policy', '--bucket', bucket.name, '--object', key.key],
        check_status=True)

    acl = key.get_xml_acl()
    assert acl == out.strip('\n')

Logs:
http://qa-proxy.ceph.com/teuthology/teuthology-2014-01-01_23:01:32-rgw-master-testing-basic-plana/21754/
http://qa-proxy.ceph.com/teuthology/teuthology-2014-01-01_23:01:32-rgw-master-testing-basic-plana/21753/

Actions #1

Updated by Yehuda Sadeh over 10 years ago

  • Status changed from New to Fix Under Review
Actions #2

Updated by Ian Colle over 10 years ago

  • Status changed from Fix Under Review to Resolved

Landed to master 6fac2acc5e6f77651ffcd7dc7aa833713517d8a6

Actions

Also available in: Atom PDF