TODO.txt 914 B

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