]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/lsan.supp: suppress seastore reactor-teardown leaks 69621/head
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Mon, 22 Jun 2026 06:52:57 +0000 (14:52 +0800)
committerSun Yuechi <sunyuechi@iscas.ac.cn>
Mon, 22 Jun 2026 06:52:57 +0000 (14:52 +0800)
commit51a82211edc43c2612b75e84eea7cdeee978e777
tree8b1fff6aa8bb62ff3da1889a91307d6f6fddda45
parente35cdb71232c69d20ddb5e2f0104f48c20fa5d86
qa/lsan.supp: suppress seastore reactor-teardown leaks

unittest-seastore runs the seastar reactor on a separate thread
(SeastarRunner) and stops it at exit without draining its pending
tasks, so a few cached extents those tasks still held are leaked at
shutdown. Suppress them by the three seastore subsystems they come from.

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
qa/lsan.supp