]> 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)
committerYuval Lifshitz <ylifshit@ibm.com>
Tue, 9 Apr 2024 08:48:22 +0000 (08:48 +0000)
commit9ae0de17e1a8c3a0527b04981eeb7e632da985ac
tree82180830c77b36cf946e8cc38e6666eb7e76430c
parent673adcbdbd01e64c8b76c3176e062571fb8710ac
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>
src/test/rgw/bucket_notification/api.py
src/test/rgw/bucket_notification/test_bn.py