From 42d4067d55074fd407e8b42080c0cb1707c0918b Mon Sep 17 00:00:00 2001 From: Juana De La Cuesta Date: Tue, 6 May 2025 16:57:44 +0200 Subject: [PATCH] Nojira upgrade3 (#25815) * fix: typo * fix: correct the script for unbound var --- enos/modules/upgrade_client/scripts/verify_allocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/upgrade_client/scripts/verify_allocs.sh b/enos/modules/upgrade_client/scripts/verify_allocs.sh index ad5dacf13..6f58d5843 100755 --- a/enos/modules/upgrade_client/scripts/verify_allocs.sh +++ b/enos/modules/upgrade_client/scripts/verify_allocs.sh @@ -48,8 +48,8 @@ done echo "Client $client_id at $CLIENT_IP is ready" -echo "$allocs_count allocs found before upgrade $ALLOCS" allocs_count=$(echo $ALLOCS |jq '[ .[] | select(.ClientStatus == "running")] | length') +echo "$allocs_count allocs found before upgrade $ALLOCS" # Quality: "nomad_alloc_reconnect: A GET call to /v1/allocs will return the same IDs for running allocs before and after a client upgrade on each client"