Re: Release date for Privoxy 3.0.23 stable
Ian Silvester <[email protected]> Mon, 26 Jan 2015 12:37:39 -0500
| Newsgroups | gmane.comp.web.privoxy.devel |
|---|---|
| Message-ID | <[email protected]> |
On 15-01-26 11:39 AM, Fabian Keil wrote: > 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 Bingo! Latest file in place, no errors at all now: ./privoxy-regression-test.pl --privoxy-address 127.0.0.1:8118 2015-01-26 12:36:34: Asking Privoxy for the number of action files available ... 2015-01-26 12:36:34: Gathering regression tests from 4 action file(s) delivered by Privoxy 3.0.23. 2015-01-26 12:36:34: Executing regression tests ... 2015-01-26 12:36:44: Executed 663 regression tests. Skipped 52. 663 successes, 0 failures. Ian > > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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