TODO.txt 856 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. - make sure pid file gets cleaned up when we quit
  20. - Collector issues 75, 76, 78, 79, 82, 84, 152.
  21. - Docs for collector 81.