mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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 <kchai@redhat.com> Signed-off-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
parent
b78883b188
commit
5f41e8d25c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user