[ 
http://issues.apache.org/jira/browse/MODPYTHON-78?page=comments#action_12364741 
] 

Jim Gallacher commented on MODPYTHON-78:
----------------------------------------

Unit Test Issue: KeepAliveTimeout

In htdocs/tests.py, test_server_members tests the value of KeepAliveTimeout. 
The default value for KeepAliveTimeout changed in Apache 2.2 from 15 seconds to 
5 seconds, so the test as written fails.

It would likely be better if  KeepAliveTimeout configuration directive was used 
to set an explicit value rather than relying on the default.

The offending test in tests.py starts at line 448::

        log("    server.keep_alive_timeout: %s" % `server.keep_alive_timeout`)
        if server.keep_alive_timeout != 15.0:
            self.fail("server.keep_alive_timeout should be 15.0")

> No support for Apache 2.2 yet
> -----------------------------
>
>          Key: MODPYTHON-78
>          URL: http://issues.apache.org/jira/browse/MODPYTHON-78
>      Project: mod_python
>         Type: Bug
>   Components: core
>     Versions: 3.2
>     Reporter: Nicolas Lehuen
>      Fix For: 3.3

>
> See http://article.gmane.org/gmane.comp.apache.mod-python.devel/1425 for some 
> remarks by Jorey Bump, raised during the 3.2.1-BETA tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to