The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/7197
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com>
From 1de210dd0d119a7904860a480141dfdfa9b5074e Mon Sep 17 00:00:00 2001 From: Free Ekanayaka <free.ekanay...@canonical.com> Date: Wed, 15 Apr 2020 16:48:43 +0100 Subject: [PATCH] test/clustering: increase timing to detect offline node Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com> --- test/suites/clustering.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/suites/clustering.sh b/test/suites/clustering.sh index 801cdc33a2..0f3f6293e9 100644 --- a/test/suites/clustering.sh +++ b/test/suites/clustering.sh @@ -121,10 +121,11 @@ test_clustering_membership() { # Shutdown a database node, and wait a few seconds so it will be # detected as down. - LXD_DIR="${LXD_ONE_DIR}" lxc config set cluster.offline_threshold 12 + LXD_DIR="${LXD_ONE_DIR}" lxc config set cluster.offline_threshold 11 LXD_DIR="${LXD_THREE_DIR}" lxd shutdown - sleep 15 - LXD_DIR="${LXD_TWO_DIR}" lxc cluster list | grep "node3" | grep -q "OFFLINE" + sleep 18 + LXD_DIR="${LXD_TWO_DIR}" lxc cluster list + LXD_DIR="${LXD_TWO_DIR}" lxc cluster show node3 | grep -q "status: Offline" # Gracefully remove a node. LXD_DIR="${LXD_TWO_DIR}" lxc cluster remove node4
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel