From 57df9cb333fd2df3e11e015a176192096c9f25cd Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 29 Dec 2009 19:50:03 +0100 Subject: [PATCH] Update comments in live-test about clusters The live test needs a populated cluster, so let's write this down. --- live-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live-test.sh b/live-test.sh index ee0153746..b188d4d36 100755 --- a/live-test.sh +++ b/live-test.sh @@ -20,7 +20,8 @@ # This is a live-testing script for most/all of the htools # programs. It needs either to run on a live cluster or access to a # cluster via ssh and an exported LUXI interface (via socat, for -# example). +# example). The cluster must not be empty (otherwise the hail relocate +# test will fail). # Use: if running on a cluster master, just running it should be # enough. If running remotely, set env vars as follows: LUXI to the -- GitLab