[Buildbot-devel] Recommendations for client / server testing

Tim Hatch tim at timhatch.com
Wed Jun 2 17:57:13 UTC 2010


> We're about to move into testing of the server side of openchange. Essentially 
> I want to build the source, configure the server, start the server, wait a 
> little while (or for a certain debug output line) and then run my client 
> tests. When all the tests are done, kill the server and wait for the next 
> checkin.

The way we run a local server for Trac is from the test script itself
(since some of the tests have to reconfigure it and bounce the webserver).

If your server and client are on different machines, I wonder if you
could use dependent schedulers to make the client fire off after the
server step starts and daemonizes...

Tim




More information about the devel mailing list