]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson/test_messenger: enable multi-core messenger in FailoverSuite
authorYingxin Cheng <yingxin.cheng@intel.com>
Thu, 3 Aug 2023 07:43:37 +0000 (15:43 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 19 Oct 2023 07:15:14 +0000 (07:15 +0000)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
(cherry picked from commit 290dd2d68df8289352438ca9167ed1d18ddcdd9a)

src/test/crimson/test_messenger.cc

index 3c6616cbd6a16aa00478207111899d9553aa94c9..f4278760b22be52d6253f137e65e8f6b9e79306c 100644 (file)
@@ -1225,7 +1225,7 @@ class FailoverSuite : public Dispatcher {
           entity_name_t::OSD(TEST_OSD),
           "Test",
           TEST_NONCE,
-          true),
+          false),
         test_peer_addr,
         interceptor,
         gates);