Closed brbzull0 closed 3 months ago
[approve ci autest 3of4] argh ... well would have been nice.
Should we change all 0*[1-9][0-9]*$
s? The format doesn't make sense. It looks like allowing 000123
, unless the regex has some special meaning.
Should we change all
0*[1-9][0-9]*$
s? The format doesn't make sense. It looks like allowing000123
, unless the regex has some special meaning.
IMO, yes we should. Done
The AuTest proxy_serve_stale_dns_fail failed.
Some default values weren't passing the validity check when ATS reads them from a
records.yaml
file This changes either the regex, or the check type to make sure the validity check don't fail when loading. This does show any error/warning unless you set them in therecords.yaml
file.Tested with the following records.yaml file
Error when loading from a file.
Docs:
proxy.config.diags.logfile.rolling_min_count proxy.config.log.rolling_min_count proxy.config.output.logfile.rolling_min_count
proxy.config.ssl.client.version.max proxy.config.ssl.client.version.min proxy.config.ssl.server.version.max proxy.config.ssl.server.version.min
This partially fixes https://github.com/apache/trafficserver/issues/11649