Re: Apache-Test subdirectory has moved

2005-02-08 Thread Stas Bekman
Stas Bekman wrote: Also Geoff please don't forget to update the documentation. Both inside the module and at perl.apache.org docs. Thanks. (both the svn info and the lists) and now we no longer have the archives. So if you could contact http://marc.theaimsgroup.com and ask them to add these two n

Re: Apache-Test subdirectory has moved

2005-02-08 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Geoffrey Young wrote: the Apache-Test/ subdirectory of the perl-framework has migrated to a new location: https://svn.apache.org/repos/asf/perl/Apache-Test what this means for you is that you need to manually adjust your checkout $ rm -rf Apache-Test/ $

Re: ithreads.t again

2005-02-08 Thread Stas Bekman
Steve Hay wrote: Attached. It won't apply for me, but I've tweaked it manually and committed. The test sequence that original patch was meant to fix (modules/reload perl/api perl/ithreads) currently passes OK with the attached patch applied (i.e. the original patch reverted), as do the two more r

Re: Apache-Test subdirectory has moved

2005-02-08 Thread Geoffrey Young
Stas Bekman wrote: > Geoffrey Young wrote: > >> the Apache-Test/ subdirectory of the perl-framework has migrated to a new >> location: >> >> https://svn.apache.org/repos/asf/perl/Apache-Test >> >> what this means for you is that you need to manually adjust your checkout >> >> $ rm -rf Apache

Re: New ModPerl-Registry/t/ithreads.t test fails on Win32

2005-02-08 Thread Stas Bekman
Steve Hay wrote: [...] Yes - adding the sleep 2 before print 'parent' does indeed fix it. (Your changed version still didn't work without that sleep, though.) Yes, I know. And if you uncomment out the 3 join calls? It should work I believe (with the scalar leaked reports though). If I uncom

Re: Apache-Test subdirectory has moved

2005-02-08 Thread Stas Bekman
Geoffrey Young wrote: the Apache-Test/ subdirectory of the perl-framework has migrated to a new location: https://svn.apache.org/repos/asf/perl/Apache-Test what this means for you is that you need to manually adjust your checkout $ rm -rf Apache-Test/ $ svn update ugh, rm is not a good idea i

Apache-Test subdirectory has moved

2005-02-08 Thread Geoffrey Young
the Apache-Test/ subdirectory of the perl-framework has migrated to a new location: https://svn.apache.org/repos/asf/perl/Apache-Test what this means for you is that you need to manually adjust your checkout $ rm -rf Apache-Test/ $ svn update to get the perl-framework running smoothly aga

Apache-Test has moved

2005-02-08 Thread Geoffrey Young
hi all... the Apache-Test subdirectory has been migrated from httpd-land to perl-land, so you will need to update your svn sources accordingly. $ rm -rf Apache-Test/ $ svn update should be sufficient, though justin tells me that you might need to 'svn update' twice. everything looks ok on my sy

Re: New ModPerl-Registry/t/ithreads.t test fails on Win32

2005-02-08 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >>Stas Bekman wrote: >> >> >> >> >>>Steve Hay wrote: >>> >>> >>> >>> >>> # expected: thread 1 # thread 2 # thread 3 # thread 4 # parent # received: thread 1 # thread 2 # thread 3 # parent not ok 1 FAIL

Re: New ModPerl-Registry/t/ithreads.t test fails on Win32

2005-02-08 Thread Stas Bekman
Steve Hay wrote: Stas Bekman wrote: Steve Hay wrote: # expected: thread 1 # thread 2 # thread 3 # thread 4 # parent # received: thread 1 # thread 2 # thread 3 # parent not ok 1 FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed

Re: ithreads.t again

2005-02-08 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >>In fact, I think an earlier change that was made to APR::Error::str() to >>have it sprintf() into a lexical $str and return that, rather than just >>doing "return sprintf ...", looks like it was unnecessary. Both of the >>above test sequences still

Re: New ModPerl-Registry/t/ithreads.t test fails on Win32

2005-02-08 Thread Steve Hay
Stas Bekman wrote: >Stas Bekman wrote: > > >>Steve Hay wrote: >> >> >> >>>What is it with tests called "ithreads.t"? >>> >>> >>it's a forbidden word :) >> >> > >BTW, have you tried renaming that test name :) > If only it were that simple!

Re: New ModPerl-Registry/t/ithreads.t test fails on Win32

2005-02-08 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >># expected: thread 1 >># thread 2 >># thread 3 >># thread 4 >># parent >># received: thread 1 >># thread 2 >># thread 3 >># parent >>not ok 1 >>FAILED test 1 >>Failed 1/1 tests, 0.00% okay >>Failed Test Stat Wstat Total Fail Failed List of Fa