bryancall commented on issue #10648: URL: https://github.com/apache/trafficserver/issues/10648#issuecomment-4828154612
The run-mode this issue is about no longer exists. This was the old in-binary regression test invoked with `traffic_server -R -r Cache_vol`, and the intermittent failure only showed up when running it against a large, user-supplied `storage.config` (1G). In [PR #10649](https://github.com/apache/trafficserver/pull/10649) (merged for the 10.0.0 milestone, the first release containing it) the CacheVol regression test was converted into a self-contained Catch2 unit test. On current master there is no longer a `Cache_vol` regression test to run that way, and the cache hosting line this issue pointed at no longer holds any regression-test code. The unit test now runs against a fixed 256M storage span defined in its own [storage.yaml](https://github.com/apache/trafficserver/blob/master/src/iocore/cache/unit_tests/etc/storage.yaml) rather than whatever storage configuration a developer happens to have, which removes the variable-sized-disk input that caused the intermittent mismatch. Sinc e the failing run-mode and trigger are gone, I am closing this as obsolete. If anyone still sees the converted unit test fail intermittently, please open a fresh issue against that unit test with the details. -- 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]
