Expect missing component renders to fail
This commit is contained in:
parent
1df3becdb2
commit
f379480783
@ -71,7 +71,7 @@ collect_missing_workers() {
|
||||
sleep 0.1
|
||||
continue
|
||||
fi
|
||||
if [[ "$status" != "200" || "$body" != parent:* || "$body" != *"component not found: later"* ]]; then
|
||||
if [[ "$status" != "500" || "$body" != parent:* || "$body" != *"component not found: later"* ]]; then
|
||||
echo "missing component TTL probe failed: status=$status body=$body" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user