jp557198 commented on issue #8807:
URL: https://github.com/apache/trafficserver/issues/8807#issuecomment-1109086938
**Test case.**
Send requests that force a request back to origin.
Amount of requests should exceed failure threshold(10) and
should be sent in the amount of time not exceeding the retry window(300s)
The below sends 20 requests. Each request appended with a random query
string to bust cache and force a request upstream.
for x in {1..20}; do curl -H HOST:[edge.com](http://edge.com/) -o /dev/null
-v http://edge.com/?$RANDOM; done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]