bneradt opened a new pull request #7468: URL: https://github.com/apache/trafficserver/pull/7468
The non-Proxy Verifier tests handle transactions more slowly than Proxy Verifier since they spin up a new AuTest curl process for each one. Proxy Verifier, on the other hand, runs all the transactions in a replay file in one process. It has been observed that certain tests that rely upon caching between transactions can get false negatives because a subsequent transaction occurs before the IO for caching completes. This can also result in false positives too where the inverse happens: the ATS process may be incorrectly trying to cache something it shouldn't, but the test misses it because the subsequent transaction happens too quickly. This makes use of Proxy Verifier's delay directive to slow down certain transactions to give enough time for any IO to complete. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
