Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-21 Thread Stefano Lattarini
On Wednesday 20 July 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Jul 20, 2011 at 10:05:14PM CEST: > > Hi Ralf, thanks for the tips. > > Rather, 5 minutes of searching the web. But sure, anytime. ;-) > > > On Tuesday 19 July 2011, Ralf Wildenhues wrote: > > > Test suite envi

Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-20 Thread Stefano Lattarini
Hi Ralf, thanks for the tips. On Tuesday 19 July 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Tue, Jul 19, 2011 at 11:54:09AM CEST: > > > Please, this is really important: we need to research the other test > > > protocols, what they do to be robust here. Don't NIH here, because th

Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-20 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Jul 20, 2011 at 10:05:14PM CEST: > Hi Ralf, thanks for the tips. Rather, 5 minutes of searching the web. But sure, anytime. ;-) > On Tuesday 19 July 2011, Ralf Wildenhues wrote: > > Test suite environments: > > any that use the above > > > I see now that prove(

Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-19 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jul 19, 2011 at 11:54:09AM CEST: > > Please, this is really important: we need to research the other test > > protocols, what they do to be robust here. Don't NIH here, because the > > experience we have is not enough to not mess up this. Consider this > > resear

Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-19 Thread Stefano Lattarini
Hi Ralf, thanks for the reviews. On Monday 18 July 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Jul 15, 2011 at 12:36:17AM CEST: > > The new code for parsing the testsuite-generated `.log' files, > > as introduced in commit `v1.11-872-gc96b881', considers each > > `:test-result

Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-18 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Jul 15, 2011 at 12:36:17AM CEST: > The new code for parsing the testsuite-generated `.log' files, > as introduced in commit `v1.11-872-gc96b881', considers each > `:test-result:' field anywhere in a `.log' file as a declaration > of a test result, and accounts for

[PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-14 Thread Stefano Lattarini
The new code for parsing the testsuite-generated `.log' files, as introduced in commit `v1.11-872-gc96b881', considers each `:test-result:' field anywhere in a `.log' file as a declaration of a test result, and accounts for it as such in the testsuite summary. Unfortunately this could easily cause