]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/test_messenger: remove usage of deprecated function at_exit()
authorAishwarya Mathuria <amathuri@redhat.com>
Fri, 20 Jun 2025 06:42:46 +0000 (12:12 +0530)
committerAishwarya Mathuria <amathuri@redhat.com>
Mon, 14 Jul 2025 07:45:22 +0000 (07:45 +0000)
commitf09d3a771ca657fe948f4d1938e79e17a66172aa
tree4c8dc8531b6cbdd7f2a1c1101e0f6c1c2bafb4cd
parent828f9fd42111386acaf969c98e741fb448204577
crimson/test_messenger: remove usage of deprecated function at_exit()

at_exit() is now deprecated, in place of that we will explicitly
call stop() for the sharded objects.

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/test/crimson/test_messenger.cc