Project

General

Profile

Actions

Bug #41300

closed

AssertionError in radosgw-admin-rest task

Added by Casey Bodley over 4 years ago. Updated over 4 years ago.

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

0%

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

Description

There's a failure in the radosgw-admin-rest when listing users:

2019-08-14T18:31:55.882 INFO:tasks.radosgw_admin_rest:radosgw-admin-rest: ['user', 'list'] {'marker': u'6:a00000ee:users.uid::bar.buckets:head', 'list': '', 'max-entries': 1}
2019-08-14T18:31:55.887 INFO:tasks.radosgw_admin_rest: json result: {u'keys': [u'bar.buckets'], u'count': 1, u'marker': u'6:e1d59a8c:users.uid::ada:head', u'truncated': True}
...
  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-cbodley-testing/qa/tasks/radosgw_admin_rest.py", line 226, in task
    assert out['truncated'] == False
AssertionError

The 'bar' user is from the radosgw-admin task for user rename, and somehow the bar.buckets object shows up in the list results.


Related issues 1 (0 open1 closed)

Has duplicate Dashboard - Bug #41305: mgr/dashboard: dashboard tests fail on e2e testsDuplicate

Actions
Actions #1

Updated by Casey Bodley over 4 years ago

the user service appears to no longer filter the .buckets objects out of its listings

Actions #2

Updated by Casey Bodley over 4 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 29695
Actions #3

Updated by Casey Bodley over 4 years ago

  • Assignee set to Casey Bodley
Actions #4

Updated by Lenz Grimmer over 4 years ago

  • Has duplicate Bug #41305: mgr/dashboard: dashboard tests fail on e2e tests added
Actions #5

Updated by Casey Bodley over 4 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF