From: Loic Dachary Date: Wed, 12 Aug 2015 14:59:47 +0000 (+0200) Subject: tests: do not test timeout mon add X-Git-Tag: v9.1.0~371^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5555%2Fhead;p=ceph.git 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 --- 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