Issue Details (XML | Word | Printable)

Key: MODPYTHON-95
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: David Fraser
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

Allow testing on Win32 without affecting main Apache service

Created: 06/Dec/05 04:23 PM   Updated: 05/Mar/06 02:53 PM
Return to search
Component/s: core
Affects Version/s: 3.2.7
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works test-setsvcname-1.patch 2005-12-06 04:29 PM David Fraser 4 kB
Environment: Windows

Resolution Date: 06/Dec/05 04:29 PM


 Description  « Hide
Currently the README for testing states:
- The only trick is that you'll have to stop your Apache server before launching
the test, as the start/stop command can only apply to one single Apache instance.

This only applies on Win32, and in that case it could be avoided by installing / uninstalling a separate service for the tests when they are run.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Fraser added a comment - 06/Dec/05 04:29 PM
Basically if you set a service name in testconf.py then it will use that instead of the standard service, and will install and uninstall the service each time its started / stopped
I've run the tests successfully with this while my main Apache is still running...

Nicolas Lehuen added a comment - 06/Dec/05 04:29 PM
I've corrected the documentation.