Bug #11437
rgw: list_multipart_upload test fails
% Done:
0%
Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
regression post hammer.
Associated revisions
rgw: don't use end_marker for namespaced object listing
Fixes: #11437
Don't deal with end_marker if there's a namespace set for the object
listing. The cur_end_marker.empty() check is incorrect if no end_marker
is provided, but a namespace is set. Just avoid this issue entirely, as
it's not needed.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
History
#1 Updated by Yehuda Sadeh over 8 years ago
- Status changed from New to Fix Under Review
- Assignee changed from Yehuda Sadeh to Josh Durgin
#2 Updated by Yehuda Sadeh over 8 years ago
- Priority changed from Normal to High
#3 Updated by Yehuda Sadeh over 8 years ago
- Status changed from Fix Under Review to Resolved