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
The
slice_prefetchgold 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 theirContent-Range/X-Cacheresults are logged tocache.log. Because those prefetch requests are asynchronous, the contents and ordering ofcache.logare timing-dependent and intermittently do not matchgold/slice_prefetch.gold. It passes on re-run with no code change.