]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/notifications: prevent client retries to avoid duplicates
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 18 Jun 2025 12:11:46 +0000 (12:11 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Wed, 25 Jun 2025 15:09:20 +0000 (15:09 +0000)
commitdd6d4f0bbc9f0dcbb09ee0230e2f56d7c0e05439
tree878a9d1fa92430c94a770128af29e65da1a2021b
parentd732db6e2b66ff115722d8b05a3a878a4cbb645a
test/rgw/notifications: prevent client retries to avoid duplicates

if the RGW is slow, and the client retry, it may cause test to fail
since the number of notifications would be off.
in addition, in slow RGW, we need to verify that the expiry time did
not pass before checking the queue, so we see the expected number of
entries in the queue before they expire.

Fixes: https://tracker.ceph.com/issues/70756
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/test/rgw/bucket_notification/test_bn.py