Swift functional tests fails when Keystone is used

Bug #1176030 reported by Velimir Milev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Won't Fix
Undecided
Unassigned

Bug Description

When I tried to run Swift functional tests using Keystone for authentication I get 2 failed tests and 17 errors.

Traceback (most recent call last):
  File "/home/vmilev/development/swift/test/functional/tests.py", line 237, in testPUT
    self.assert_status([403, 405])
  File "/home/vmilev/development/swift/test/functional/tests.py", line 158, in assert_status
    (self.env.conn.response.status, status_or_statuses))
AssertionError: Status returned: 202 Expected: [403, 405]

Traceback (most recent call last):
  File "/home/vmilev/development/swift/test/functional/tests.py", line 213, in testInvalidUTF8Path
    self.assert_(not container.create(cfg={'no_path_quote': True}))
  File "/home/vmilev/development/swift/test/functional/swift_test_client.py", line 382, in create
    parms=parms, cfg=cfg) in (201, 202)
  File "/home/vmilev/development/swift/test/functional/swift_test_client.py", line 195, in make_request
    path = self.make_path(path, cfg=cfg)
  File "/home/vmilev/development/swift/test/functional/swift_test_client.py", line 179, in make_path
    '/'.join([quote(i) for i in path]))
  File "/home/vmilev/development/swift/.venv/lib/python2.7/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x84 in position 0: invalid start byte

Velimir Milev (vmmilev)
Changed in swift:
assignee: nobody → Velimir Milev (vmmilev)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to swift (master)

Fix proposed to branch: master
Review: https://review.openstack.org/28177

Revision history for this message
John Dickinson (notmyname) wrote :

closing due to age. If there is an issue against the current state of the code, please reopen another bug report

Changed in swift:
status: In Progress → Won't Fix
assignee: Velimir Milev (vmmilev) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.