moonchen opened a new issue, #13311:
URL: https://github.com/apache/trafficserver/issues/13311
The `slice_prefetch` gold test
(`tests/gold_tests/pluginTest/slice/slice_prefetch.test.py`) is flaky on CI:
the slice plugin issues its prefetch requests in the background, and their
`Content-Range` / `X-Cache` results are logged to `cache.log`. Because those
prefetch requests are asynchronous, the contents and ordering of `cache.log`
are timing-dependent and intermittently do not match
`gold/slice_prefetch.gold`. It passes on re-run with no code change.
```
Test : Checking that ReturnCode == None - Failed
Process: ts: Failed
file .../ts/log/cache.log : Checking that .../cache.log matches
gold/slice_prefetch.gold - Failed
```
--
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]