You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2004/04/03 04:35:09 UTC

[mp2] failing t/modperl/merge2.t

t/TEST -v t/modperl/merge2.t
t/modperl/merge2....# connecting to http://localhost:8532/merge2/
request has failed (the response code was: 404)
see t/logs/error_log for more details

[Fri Apr 02 18:33:22 2004] [error] [client 127.0.0.1] File does not exist: 
/home/stas/apache.org/mp2-cvs/t/htdocs/merge2

Geoff, have you forgotten to add/commit some files by chance?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] failing t/modperl/merge2.t

Posted by Stas Bekman <st...@stason.org>.
Geoffrey Young wrote:
>>$ ll -d t/htdocs/merge*
>>drwxrwxr-x    3 geoff    geoff        4096 Apr  3 00:25 t/htdocs/merge2
>>drwxrwxr-x    3 geoff    geoff        4096 Apr  3 00:25 t/htdocs/merge3
> 
> 
> oh, wait - you probably cvs update -dP, which removed the empty directory.
> I guess I ought to put something in it then.

That's right. Empty dirs can't exist in cvs. Do you have to use Directory and 
not Location?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] failing t/modperl/merge2.t

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
> $ ll -d t/htdocs/merge*
> drwxrwxr-x    3 geoff    geoff        4096 Apr  3 00:25 t/htdocs/merge2
> drwxrwxr-x    3 geoff    geoff        4096 Apr  3 00:25 t/htdocs/merge3

oh, wait - you probably cvs update -dP, which removed the empty directory.
I guess I ought to put something in it then.

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] failing t/modperl/merge2.t

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
> Yes, I have mod_dir.
> 
> But that directory:
> <Directory /home/stas/apache.org/mp2-cvs/t/htdocs/merge2>
> doesn't exist. That's why I was asking you whether you haven't committed
> something. If not, why would you configure a directory which doesn't
> exist? Shouldn't that be a Location then?

$ cvs checkout -d mod_perl-2.0 modperl-2.0
...
cvs server: Updating mod_perl-2.0/t/htdocs/merge2
cvs server: Updating mod_perl-2.0/t/htdocs/merge3

$ ll -d t/htdocs/merge*
drwxrwxr-x    3 geoff    geoff        4096 Apr  3 00:25 t/htdocs/merge2
drwxrwxr-x    3 geoff    geoff        4096 Apr  3 00:25 t/htdocs/merge3

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] failing t/modperl/merge2.t

Posted by Stas Bekman <st...@stason.org>.
Geoffrey Young wrote:
> 
> Stas Bekman wrote:
> 
>>t/TEST -v t/modperl/merge2.t
>>t/modperl/merge2....# connecting to http://localhost:8532/merge2/
>>request has failed (the response code was: 404)
>>see t/logs/error_log for more details
>>
>>[Fri Apr 02 18:33:22 2004] [error] [client 127.0.0.1] File does not
>>exist: /home/stas/apache.org/mp2-cvs/t/htdocs/merge2
>>
>>Geoff, have you forgotten to add/commit some files by chance?
> 
> 
> nope.  a fresh checkout passes fine for me:
> 
> t/modperl/merge2....# connecting to http://localhost.localdomain:8530/merge2/
> 1..10
> # Running under perl version 5.008003 for linux
> # Current time local: Sat Apr  3 00:03:09 2004
> # Current time GMT:   Sat Apr  3 05:03:09 2004
> # Using Test.pm version 1.24
> # testing against results in merge2
> ...
> ok 10
> ok
> All tests successful.
> 
> maybe it's a mod_dir thing?  do you have it available?  it shouldn't matter,
> though, since the merge2/ directory is handled by the modperl handler, but
> maybe the translation handler is getting confused.

Yes, I have mod_dir.

But that directory:
<Directory /home/stas/apache.org/mp2-cvs/t/htdocs/merge2>
doesn't exist. That's why I was asking you whether you haven't committed 
something. If not, why would you configure a directory which doesn't exist? 
Shouldn't that be a Location then?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] failing t/modperl/merge2.t

Posted by Geoffrey Young <ge...@modperlcookbook.org>.

Stas Bekman wrote:
> t/TEST -v t/modperl/merge2.t
> t/modperl/merge2....# connecting to http://localhost:8532/merge2/
> request has failed (the response code was: 404)
> see t/logs/error_log for more details
> 
> [Fri Apr 02 18:33:22 2004] [error] [client 127.0.0.1] File does not
> exist: /home/stas/apache.org/mp2-cvs/t/htdocs/merge2
> 
> Geoff, have you forgotten to add/commit some files by chance?

nope.  a fresh checkout passes fine for me:

t/modperl/merge2....# connecting to http://localhost.localdomain:8530/merge2/
1..10
# Running under perl version 5.008003 for linux
# Current time local: Sat Apr  3 00:03:09 2004
# Current time GMT:   Sat Apr  3 05:03:09 2004
# Using Test.pm version 1.24
# testing against results in merge2
...
ok 10
ok
All tests successful.

maybe it's a mod_dir thing?  do you have it available?  it shouldn't matter,
though, since the merge2/ directory is handled by the modperl handler, but
maybe the translation handler is getting confused.

--Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org