Jorey Bump wrote:
Jim Gallacher wrote:

Jorey,

This is possibly the same failure Nicolas is seeing on Windows. It could be I've made some incorrect assumptions on the default apache 2.2 configuration such that there is a problem with the test setup.

Could you send the output of
$ /usr/local/apache2/bin/httpd -l


$ /usr/local/apache2/bin/httpd -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c

I'm looking for mod_auth_basic.c. Either it's missing or you have it compiled as a dynamic module. Could you re-run again using httpd -M? I should have asked for that in the first place. :(

In the log you sent I see the same error Nicolas mentioned, ie:
[Wed Mar 22 09:05:49 2006] [crit] [client 127.0.0.1] configuration error: couldn't check access. No groups file?: /tests.py

Also dig around in test/logs/error_log and see if you can glean more information on the internal error, or just email me the log off list.


It's hard to determine which errors are intentionally caused by the tests, so I've sent you the error_log.

That's another reason to rewrite the unit tests. It's too hard to sort out the wheat from the chaff.

I don't think this is related to your failing test, but I noticed the following, repeated numerous times throughout your log:

[Wed Mar 22 09:09:30 2006] [info] [client 127.0.0.1] (32)Broken pipe: core_output_filter: writing data to the network

I think we need to investigate this one.

Jim

Jorey Bump wrote:

-1 Slackware 10.1, Apache 2.2.0 (mpm-prefork), Python 2.4

My applications are working, but make check produces these errors:

======================================================================
FAIL: test_req_auth_type (__main__.PerRequestTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test.py", line 673, in test_req_auth_type
    self.fail(`rsp`)
AssertionError: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator,\n [no address given] and inform them of the time the error occurred,\nand anything you might have done that may have\ncaused the error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n</body></html>\n'

Reply via email to