[master] 1842a555f more stabilization

Nils Goroll nils.goroll at uplex.de
Wed Apr 10 11:52:07 UTC 2019


commit 1842a555f245fafbb5dce77afba6d12a52eb62d4
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Apr 10 13:50:01 2019 +0200

    more stabilization
    
    I had overlooked the fact that for a canceled request we might only read
    parts of the body.
    
    Interestingly, this is only exposed on the vtest ARMs.
    
    Ref #2964

diff --git a/bin/varnishtest/tests/r02964.vtc b/bin/varnishtest/tests/r02964.vtc
index 06f1c89c6..12cc4d603 100644
--- a/bin/varnishtest/tests/r02964.vtc
+++ b/bin/varnishtest/tests/r02964.vtc
@@ -49,5 +49,5 @@ client c1 {
 
 logexpect l1 -wait
 
-varnish v1 -expect SM?.Transient.c_bytes > 131072
+varnish v1 -expect SM?.Transient.c_bytes > 0
 varnish v1 -expect SM?.Transient.g_bytes < 2000


More information about the varnish-commit mailing list