RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t >>It's possible that you create a closure somewhere, but you don't show that>>somewhere. Otherwise why would you have defined all those globals. Try to>>get rid of those and pass things by value.I think I

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
cfaust-dougot wrote: You realize that this is not an a-few-lines-test-case. How can we analyze or run it if it requires a database connection and non-existing auth_incoming_user and other functions. Please reduce it to the case that has no external dependencies and so that it still fails. I bet whi

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t >>You realize that this is not an a-few-lines-test-case. How can we analyze>>or run it if it requires a database connection and non-existing>>auth_incoming_user and other functions. Please reduce it to the case tha

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
cfaust-dougot wrote: sorry, I have no idea. If you reduce your code to a simple few-lines script/handler and post it here, I'm sure someone will figure out what the problem is, and whether it's an issue with your code or a bug in mp2. Thanks Stas, I'll take all the help I can get... I've been tryi

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t >> sorry, I have no idea. If you reduce your code to a simple few-lines>> script/handler and post it here, I'm sure someone will figure out what the>> problem is, and whether it's an issue with your code

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
[please don't forget to trim unrelated stuff from your messages, and please start new questions in a new thread, rather than reply to an unrelated thing. thanks.] After building and installing MP2 and Apache with no problems at all, I'm running into that problem where if I refresh the page I may

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
cfaust-dougot wrote: Thanks Stas, that did the trick, test and install both ran without a problem!! Thanks Chris. Now committed. -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl G

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t Hey Stas,   Sorry, I have another question/problem.   After building and installing MP2 and Apache with no problems at all, I'm running into that problem where if I refresh the page I may get what I want or I may get a previous

RE: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread cfaust-dougot
Title: Re: MP2 - Make test Error - t/api/request_rec.t Thanks Stas, that did the trick, test and install both ran without a problem!!   Thanks Again! -Chris   From: Stas Bekman [mailto:[EMAIL PROTECTED]Sent: Mon 1/10/2005 11:17 AMTo: cfaust-dougotCc: modperl@perl.apache.orgSubject: Re

Re: MP2 - Make test Error - t/api/request_rec.t

2005-01-10 Thread Stas Bekman
Chris Faust wrote: Hi Stas, Moving to a new server and I'm rebuilding everything from scratch, I'm getting a single error during "make test" for "t/api/request_rec.t". Didn't find much info on it, saw a message from you to Ruslan Zakirov which had the error but the email was for a different problem

MP2 - Make test Error - t/api/request_rec.t

2005-01-09 Thread Chris Faust
Hi Stas,   Moving to a new server and I'm rebuilding everything from scratch, I'm getting a single error during "make test" for "t/api/request_rec.t". Didn't find much info on it, saw a message from you to Ruslan Zakirov which had the error but the email was for a different problem.   Any id