You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/03/10 00:02:00 UTC

[trafficserver] branch 9.2.x updated: cache-request-method autest: Extending IO delay (#8707)

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 4bdc0f8  cache-request-method autest: Extending IO delay (#8707)
4bdc0f8 is described below

commit 4bdc0f87c6c7b8693eadf45829620cd729e6b982
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Mar 2 13:08:01 2022 -0600

    cache-request-method autest: Extending IO delay (#8707)
    
    This tweaks a delay that waits upon IO to finish in the
    cache-request-method autest which has frequently failed because the item
    is not yet cached.
    
    (cherry picked from commit daabdfcd2df0eecdf015955e4bcead43d6aa4291)
---
 .../gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml b/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml
index 7af8297..5f102d2 100644
--- a/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml
+++ b/tests/gold_tests/cache/replay/post_with_post_caching_enabled.replay.yaml
@@ -128,7 +128,7 @@ sessions:
 
       # Add a delay so ATS has time to finish any caching IO for the previous
       # transaction.
-      delay: 100ms
+      delay: 500ms
 
     # The request should be served out of cache, so this 403 should not be
     # received.