TODO.txt 891 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. - Unix socket server.
  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. - AUTO alias for child log if one needs to be specified.
  12. - Command-line arg tests.
  13. - supervisorctl one-shot tests.
  14. - packaging.
  15. - track down all config file options.
  16. - test under py 2.3 to make setup.py assertions true
  17. - supervisorctl command history
  18. - test startup as root
  19. - stop logging all RPC requests
  20. - reopen child logs when we get a logreopen signal
  21. - make sure pid file gets cleaned up when we quit
  22. - Collector issues 75, 76, 78, 79, 82, 84, 152.
  23. - Docs for collector 81.