]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/rgw: fix ops log tests to handle non-bucket ops (which are now valid) 43442/head
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 5 Oct 2021 12:17:59 +0000 (08:17 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 6 Oct 2021 20:08:06 +0000 (16:08 -0400)
commit788da98cdedf9caaa7ce09b5792351473ce034c2
tree6c147bb6f87302e4d24a4988076b4b39998f3233
parente4db160015f502c9488b1c8146e79be0f3c1e537
qa/rgw: fix ops log tests to handle non-bucket ops (which are now valid)

After 3863eb89512f1698b8e56f1f1ffc78a6ca8d5826--rgw: permit logging of
list-bucket (and any other no-bucket op-- the radosgw ops-log
contains entries for ops with no associated buckets--e.g., list_buckets.
When examining such a log object in the radosgw_admin task, don't assert
that it has any bucket name.

Fixes: https://tracker.ceph.com/issues/52647
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
qa/tasks/radosgw_admin.py