]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/crimson/test_messenger: drop test_concurrent_dispatch()
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 10 Jul 2023 07:47:58 +0000 (15:47 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 19 Oct 2023 07:15:14 +0000 (07:15 +0000)
commit4dbe4b0811435d28f3fa4b7d6ab85f8a85fc9f4d
treec37fd351f3f9aad548572fd3fbe7f9f78d3727a2
parent96b3a622c44d61b8c86a82c3f8fdaf75f3b070e6
test/crimson/test_messenger: drop test_concurrent_dispatch()

The only purpose of test_concurrent_dispatch() is to verify that 2
messages are all received. Revise test_echo() for the same purpose, and
drop test_concurrent_dispatch().

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
(cherry picked from commit a4f6c82a9a0897aa1cc5ff02c10b660fcbd6eba0)
src/test/crimson/test_messenger.cc