12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- - Manually test UNIX domain socket setgid, setuid, chmod.
- - Figure out why supervisord sends SIGKILL to processes at shutdown time
- so quickly (and why they report they got SIGINT).
- - Clear process logs.
- - Tail main log.
- - Figure out how to test the actual supervisord class.
- - Ask for username and password in supervisorctl if it's not specified in
- log file and supervisord needs it.
- - "open" command.
- - Test log rotation.
- - Command-line arg tests.
- - supervisorctl one-shot tests.
- - packaging.
- - test under py 2.3 to make setup.py assertions true
- - supervisorctl command history
- - test startup as root
- - stop logging all RPC requests in info mode when we ship
- - reopen child logs when we get a logreopen signal
- - Collector issues 75, 76, 78, 79, 82, 84, 152.
- - Docs for collector 81.
- - Web interface
- - Option to include/disinclude stderr in child logs.
- - Unit test the http_client package.
|