]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/notification: cleanup leftover topics
authorYuval Lifshitz <ylifshit@ibm.com>
Thu, 4 Apr 2024 16:25:33 +0000 (16:25 +0000)
committerCasey Bodley <cbodley@redhat.com>
Wed, 10 Apr 2024 13:18:07 +0000 (09:18 -0400)
commit3aed84efa8e48f43d2d4cd59e7531acf08e9d267
treeb67bda5d522608dbda1e92d7bc1436e8ff91d426
parent951585f0b7a80ce0f5b6dd097be6bbfa8518c45c
test/rgw/notification: cleanup leftover topics

this may happen when a test fails, and does not cleanup topics
it created. other tests that verify the number of topics may fail
because of that.
all tests that verify number of topics, should delete all topics at the
start of the test.

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit 9ae0de17e1a8c3a0527b04981eeb7e632da985ac)
src/test/rgw/bucket_notification/api.py
src/test/rgw/bucket_notification/test_bn.py