]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/notification: fix threading issue in test 56069/head
authorYuval Lifshitz <ylifshit@ibm.com>
Tue, 9 Apr 2024 10:00:08 +0000 (10:00 +0000)
committerCasey Bodley <cbodley@redhat.com>
Wed, 10 Apr 2024 13:18:07 +0000 (09:18 -0400)
commitc531a773bfc2593fc249b23dc75da6f59802816a
tree542bade6574f9195297927fee685382f3c38f4a1
parentf1b2585db20d0ceeaf5aa7eaeff7689d78ed3240
test/rgw/notification: fix threading issue in test

test_ps_s3_persistent_topic_stats may delete boto client threads
before they are done.
also, no need to run the http server twice

Fixes: https://tracker.ceph.com/issues/63909
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit 51e365927361db19b2ae2b270bab7f30fe3e51ee)
src/test/rgw/bucket_notification/test_bn.py