notes.txt 890 B

123456789101112131415161718192021222324
  1. test specifically:
  2. failed accept error message -- similar to test_tcp_internals
  3. immediate success on accept/connect/recv, including Event.ignore
  4. parametrize iocpsupport somehow -- via reactor?
  5. do:
  6. break handling -- WaitForSingleObject on the IOCP handle?
  7. iovecs for write buffer
  8. do not wait for a mainloop iteration if resumeProducing (in _handleWrite) does startWriting
  9. don't addActiveHandle in every call to startWriting/startReading
  10. iocpified process support
  11. win32er-in-a-thread (or run GQCS in a thread -- it can't receive SIGBREAK)
  12. blocking in sendto() -- I think Windows can do that, especially with local UDP
  13. buildbot:
  14. run in vmware
  15. start from a persistent snapshot
  16. use a stub inside the vm to svnup/run tests/collect stdio
  17. lift logs through SMB? or ship them via tcp beams to the VM host
  18. have a timeout on the test run
  19. if we time out, take a screenshot, save it, kill the VM