Re: Connection pnotes

2006-03-17 Thread Philippe M. Chiasson
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-

Re: add_config() and thread-safety

2006-03-17 Thread Randy Kobes
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

add_config() and thread-safety

2006-03-17 Thread Philippe M. Chiasson
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