There was an error while loading. Please reload this page.
1 parent da44185 commit 73bfad6Copy full SHA for 73bfad6
1 file changed
dynamic-config-fs/verify.sh
@@ -12,9 +12,10 @@ chmod go+rx configs
12
. "$(dirname "${BASH_SOURCE[0]}")/../verify-common.sh"
13
14
run_log "Check for response comes from service1 upstream"
15
-curl -s "http://localhost:${PORT_PROXY}" \
16
- | jq -r '.hostname' \
17
- | grep service1
+wait_for 10 sh -c "\
+ curl -s \"http://localhost:${PORT_PROXY}\" \
+ | jq -r '.hostname' \
18
+ | grep service1"
19
20
run_log "Check config for active clusters pointing to service1"
21
curl -s "http://localhost:${PORT_ADMIN}/config_dump" \
0 commit comments