+1

Linux 2.6.9-gentoo-r9
Apache/2.0.54
Python 2.3.5


Dominic Wong

Jim Gallacher wrote:

A new mod_python 3.2.2 beta tarball is now available for testing. Hopefully this will be the last beta before the official 3.2 release.

Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher




* Testing LoadModule
  Creating config....
    listen port: 33653
  Starting Apache....
     /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
  Stopping Apache...
     /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
* Testing server.register_cleanup()...
  Creating config....
    listen port: 33655
  Starting Apache....
     /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
  Stopping Apache...
     /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
* Testing apache.register_cleanup()...
  Creating config....
    listen port: 33657
  Starting Apache....
     /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
  Stopping Apache...
     /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
* Running the per-request test suite...
  Creating config....
    listen port: 33660
  Starting Apache....
     /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf

  * Testing req.document_root()
.
  * Testing req.add_handler()
.
  * Testing req.allow_methods()
.
  * Testing req.get_basic_auth_pw()
.
  * Testing req.requires()
.
  * Testing req.internal_redirect()
.
  * Testing req.read()
    writing 100000 bytes...
    response size: 100000

    read/write ok, now lets try causing a timeout (should be 5 secs)
.
  * Testing req.readline()
    writing 120004 bytes...
    response size: 120004

.
  * Testing req.readlines()
    writing 120004 bytes...
    response size: 120004

.
  * Testing req.register_cleanup()
.
  * Testing req.headers_out
.
  * Testing req.sendfile()
.
  * Testing PythonOption
.
  * Testing PythonOption override
.
  * Testing PythonOption remove
.
  * Testing PythonOption remove2
.
  * Testing util_fieldstorage()
.
  * Testing PostReadRequestHandler
.
  * Testing TransHandler
.
  * Testing PythonOutputFilter
.
  * Testing PythonConnectionHandler
.
  * Testing PythonImport
.
  * Testing | .ext syntax
.
  * Testing mod_python.cgihandler
.
  * Testing mod_python.psp
.
  * Testing Cookie.Cookie
.
  * Testing Cookie.MarshalCookie
.
  * Testing Session.Session
.
  * Testing interpreter per directive
.
  * Testing interpreter per directory
.
  * Testing mod_python.publisher
.
  * Testing mod_python.publisher old-style instance publishing
.
  * Testing mod_python.publisher instance publishing
.
  * Testing mod_python.publisher security
.
  * Testing mod_python.publisher iterators
.
  * Testing mod_python.publisher hierarchy
.
----------------------------------------------------------------------
Ran 36 tests in 8.575s

OK
  Stopping Apache...
     /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
----------------------------------------------------------------------
Ran 4 tests in 25.090s

OK

Reply via email to