Re: Release date for Privoxy 3.0.23 stable
Fabian Keil <[email protected]> Mon, 26 Jan 2015 17:39:57 +0100
| Newsgroups | gmane.comp.web.privoxy.devel |
|---|---|
| Message-ID | <[email protected]> |
Ian Silvester <[email protected]> wrote: > > On 15-01-26 6:06 AM, Fabian Keil wrote: > > Ian Silvester <[email protected]> wrote: > >> So then, I have one failure: > > [...] > >> 2015-01-25 22:49:04: Ooops. Got: 'REMOVAL' while expecting: 'NO CHANGE' > >> 2015-01-25 22:49:04: Failure for test 515. Header 'Keep-Alive: 20' and > >> tag 'Pass Keep-Alive header' > > [...] > >> Fabian - care to comment? > > It's probably a false positive. What's the keep-alive-timeout specified > > in the config file? > The default for the distribution: > > keep-alive-timeout 5 Are you using the latest regression-test.action? Looking at your test output again, the number of tests available (664 + 42 = 706) seems to suggest otherwise. If you are missing the following commit, it would explain the error: fk@r500 ~/git/privoxy $git show 8531411 commit 8531411aea9e4b490c376ecff79b4c2af370b3cb Author: fabiankeil <fabiankeil> Date: Tue Nov 18 14:21:56 2014 +0000 Skip test level 13 unless the keep-alive-timeout is above 20 The tests are expected to fail with lower values, for example the 5 seconds specified in the default config file. Reported by Lee. diff --git a/regression-tests.action b/regression-tests.action index 33c2936..6cb9eb1 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.56 2014/11/14 12:59:11 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.57 2014/11/18 14:21:56 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -34,7 +34,7 @@ for-privoxy-version=3.0.22 # Level 9 needs = config line user-manual\s+(\.?\.?/|[A-Za-z]:) # Level 12 needs = config line enable-edit-actions\s+1 # Level 13 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes -# Level 13 needs = config line keep-alive-timeout\s+[1-9]+ +# Level 13 needs = config line keep-alive-timeout\s+(2[1-9]+|[3-9]\d+|1\d{2,}) # Level 14 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE No # Level 15 needs = config line connection-sharing\s+0 # Level 16 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes Fabian ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ijbswa-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
signature.asc
(application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJUxm3dAAoJEGkYIpGLojccF3oP/R5aHzxiFD0E+5LbFJ6yvsb9 XxnI3XgtCqImSnDclImS5J4woBHCru7ro2GKK57UQfDgHANQ2LhM3B1wB7Z49Wo+ dS1HSvJDP6zAoABrnfBd2JJ8rfnUptH1lMtYNjGU9GMV/s2FZNuj+K1bDbhjD+nQ q0gtOT1nVOu3FRQ6LQ8dUtFRkaVDPNc01EnE4mY8CqRnzVEeYDNJ4xPp9uHPetAJ GRiK4C6CT/rp8xEeG09VRATXAWpCjCLnNnVscl4DXbh6AvK/Xm4xzfWa8DoJWapN u+M/di/uxUI3goaw2dpZ7JSg9Qt8L4afR2VqMdub5RDVsyqeHX96vOdNRRDVhm+H b2qbsXQUXRlo2utHATf5U3lWTNTSyc80czZbNwBO66QP7YRJDxmUtEFa8lQ7BnqD 0IbnhhteQ3CWUzANWvTghTlxAenmLb0jBnSPxqVVV3xng7vqpVleSyvdejoQxFyZ qitXSsleZClpHtyjHCAUUXTbjLVtBJ06DwuSMIMURfrIKG2+F1L4DMBWF4VZONIK T+9r/Mc4imMalnhJstXtoJklD80TK34yHCzE08Yz12wWG0lThoimGy3onOiWky1s /kzTFEAF+qzhovUFKhglyBhNgus8Vjv01UfX6AZZGcjtHy2j6uMzER4M6lLBQPJ2 tuHA15fV0q1x/mMX7JW9 =t5S0 -----END PGP SIGNATURE-----