]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: futex fail if more notification sent after destroy 51729/head
authorNitzan Mordechai <nmordech@redhat.com>
Wed, 24 May 2023 12:40:35 +0000 (12:40 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Sun, 28 May 2023 04:50:16 +0000 (04:50 +0000)
commit06411ce17c332c0b5310105d6cc3aeee204c7a71
tree5a4cb207e83ccf2c9c1daff6749bcfdc05c556ff
parentcd3502e0d5f63f81bb846a9c6bdf8b0025ac31be
test: futex fail if more notification sent after destroy
When testing with more then 1 completion, we may hit an issue
with semaphors been notify after destroy.
we should add wait for each completion and not destroy the sem.
before all notified.

Fixes: https://tracker.ceph.com/issues/57310
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
src/test/libradosstriper/aio.cc