Geoffrey Young wrote:
>>This seems to make the problem go away, but I am not sure if that's where it
>>belongs:
>>
>>sub handler {
>>
>>my $r = shift;
>>
>># make it ok to call ok() here while plan()ing elsewhere
>>Apache::Test::init_test_pm($r);
>>
>>+ Test::_reset_globals() if Test-
On Fri, 17 Mar 2006, Philippe M. Chiasson wrote:
I've been looking at the failure Randy reported with t/api/add_config failing
when run multiple times.
Took a while, but I finally got my eyes open today. It's an issue of
thread-safety
that was completely overlooked.
[ ... ]
It's been fixed/i
I've been looking at the failure Randy reported with t/api/add_config failing
when run multiple times.
Took a while, but I finally got my eyes open today. It's an issue of
thread-safety
that was completely overlooked.
Trying to do something like:
$r->add_config(['',[...],'']);
Is not, and cann