From 5f41e8d25c2e27d558c6c2b3de3fa58c7b984073 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 12 Aug 2015 16:59:47 +0200 Subject: [PATCH] tests: do not test timeout mon add Strictly speaking it's not a feature, but an expected hahaviour. After discussion it does not seem useful to have that test. Signed-off-by: Kefu Chai Signed-off-by: Loic Dachary --- src/test/mon/misc.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/mon/misc.sh b/src/test/mon/misc.sh index 8f49f9e41255..c762029dfda1 100755 --- a/src/test/mon/misc.sh +++ b/src/test/mon/misc.sh @@ -100,8 +100,6 @@ function TEST_mon_add_to_single_mon() { run_mon $dir a --public-addr $MONA || return 1 # wait for the quorum timeout 120 ceph -s > /dev/null || return 1 - # strictly speaking it's not a feature, but an expected hahaviour. - timeout 3 ceph mon add b $MONB || [ $? = 124 ] || return 1 run_mon $dir b --public-addr $MONB || return 1 teardown $dir || return 1 -- 2.47.3