]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/crimson: implement different ways to wait in tests
authorYingxin Cheng <yingxin.cheng@intel.com>
Fri, 6 Sep 2019 02:46:47 +0000 (10:46 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 18 Sep 2019 04:24:05 +0000 (12:24 +0800)
commit2b83e185920908d67f64a4ea4e30e7a6964fe2e2
tree7a4c49e142cf7179d85efbd857addcc9379d152d
parent2e052cf973506b907cf31eb01412cf441adc3967
test/crimson: implement different ways to wait in tests

wait_replaced(count): wait for connection replaced;
wait_established(): wait for all pending messages sent and received;

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/test/crimson/test_messenger.cc