brbzull0 commented on code in PR #9408:
URL: https://github.com/apache/trafficserver/pull/9408#discussion_r1106310379
##########
ci/jenkins/bin/cache-tests.sh:
##########
@@ -58,9 +57,10 @@ ${PREFIX}/bin/trafficserver stop
# Now run it again, maybe, with the tweaked configs
if [ "" != "$TWEAK" ]; then
-# echo "CONFIG proxy.config.http.cache.required_headers INT 1" >> $RECORDS
- echo "CONFIG proxy.config.http.negative_caching_enabled INT 1" >> $RECORDS
${PREFIX}/bin/trafficserver start
+ sleep 5
+ ${PREFIX}/bin/traffic_ctl config set
proxy.config.http.negative_caching_enabled 1
+ sleep 5
Review Comment:
True.
traffic_ctl will take care of that. I’ll link this PR the other(`traffic_ctl
--cold`) PR.
thanks
--
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]