-
Notifications
You must be signed in to change notification settings - Fork 844
Cleanup: records.config cleanup for references and comments. #9408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e390759 to
5583424
Compare
ci/jenkins/bin/cache-tests.sh
Outdated
| ${PREFIX}/bin/trafficserver start | ||
| sleep 5 | ||
| ${PREFIX}/bin/traffic_ctl config set proxy.config.http.negative_caching_enabled 1 | ||
| sleep 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sleep here isn't very exciting. If we installed yq to the ci image you could do: yq -i '.ts.http.negative_caching_enabled=1' $RECORDS before starting traffic server. Or if traffic_ctl could do the out-of-band edit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True.
traffic_ctl will take care of that. I’ll link this PR the other(traffic_ctl --cold) PR.
thanks
plugins/experimental/url_sig/README
Outdated
| To enable the TSDebug verbose logging, change records.config to have: | ||
| To enable the TSDebug verbose logging, change records.yaml to have: | ||
|
|
||
| CONFIG proxy.config.diags.debug.enabled INT 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these lines be converted to yaml?
|
Are you going to address Chris' concerns, or that for another PR? Your comment isn't clear. :). |
Yes, different PR. #9404 |
Some more clean up around the records.config