]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: do not test timeout mon add 5555/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 12 Aug 2015 14:59:47 +0000 (16:59 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 13 Aug 2015 12:14:02 +0000 (14:14 +0200)
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 <kchai@redhat.com>
Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/mon/misc.sh

index 8f49f9e41255daaab47a524c7c6bd897803beb58..c762029dfda10937b91a7c692599f3daac9312e8 100755 (executable)
@@ -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