Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1908

Show
Ignore:
Timestamp:
03/07/08 13:06:52
Author:
fumanchu
Message:

Print PID in test suite.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/benchmark.py

    r1903 r1908  
    208208        assert self.concurrency > 0 
    209209        assert self.requests > 0 
     210        # Don't use "localhost". 
     211        # Cf http://mail.python.org/pipermail/python-win32/2008-March/007050.html 
    210212        return ("-k -n %s -c %s http://127.0.0.1:%s%s" % 
    211213                (self.requests, self.concurrency, port, self.path)) 
  • trunk/cherrypy/test/test.py

    r1897 r1908  
    4747            ssl = "" 
    4848        print "HTTP server version", self.protocol, ssl 
     49        print "PID:", os.getpid() 
    4950        print 
    5051         

Hosted by WebFaction

Log in as guest/cpguest to create tickets