Skip to content

Commit

Permalink
Tilt: Reenable query tests (#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley authored Jul 29, 2024
1 parent 6622d75 commit 984a4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/hack/query/test/test_query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ num=${NUM_GUARDIANS:-1} # default value for NUM_GUARDIANS = 1
for ((i=0; i<num; i++)); do
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' guardian-$i.guardian:6060/readyz)" != "200" ]]; do sleep 5; done
done
INTEGRATION=true go test -v .

0 comments on commit 984a4e7

Please sign in to comment.