]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: add a test case for cephfs SingletonClient
authorwangshaohui.0512 <wangshaohui.0512@bytedance.com>
Fri, 8 Aug 2025 10:03:05 +0000 (18:03 +0800)
committerVenky Shankar <vshankar@redhat.com>
Mon, 17 Nov 2025 09:15:54 +0000 (09:15 +0000)
commit8cce3277edcb819e5e61a67948f35e5c5358379d
tree69dcb1780fe0e52ac6c10c3b581b617568963f20
parentb5ebfaf3add6737ea3b3b0efe2ad15cceb78bb56
tests: add a test case for cephfs SingletonClient

In SingletonClient::init(), objecter->start() called before
monc->authenticate(), it makes conns of monc authencated before
monc->authenticate() called if mons reply faster, in this case,
monc will not subsribe monmap/config.

Signed-off-by: Shaohui Wang <wangshaohui.0512@bytedance.com>
src/test/client/CMakeLists.txt
src/test/client/TestPlodClient.h [new file with mode: 0644]
src/test/client/subs.cc [new file with mode: 0644]