]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds/quiesce-agt: add test for a rapid async ack
authorLeonid Usov <leonid.usov@ibm.com>
Sat, 25 May 2024 13:35:31 +0000 (16:35 +0300)
committerLeonid Usov <leonid.usov@ibm.com>
Sun, 26 May 2024 08:33:52 +0000 (11:33 +0300)
commit4ab40ea0d3a366e3e2cb7bd7da8da9463b27eb25
treeba713bacfd1c643fdb182cedf316336b990b533f
parentf24c0dca62590ddaf553ecae9405a52aa27ed613
mds/quiesce-agt: add test for a rapid async ack

In this scenario, the agent thread is able to run and generate an ack
before the db_update call returns to the caller.

Fixes: https://tracker.ceph.com/issues/66219
Signed-off-by: Leonid Usov <leonid.usov@ibm.com>
src/mds/QuiesceAgent.h
src/test/mds/TestQuiesceAgent.cc