mitogen/.travis
David Wilson 46a311165e issue #148: parent: prevent race in iter_read()
There is no guarantee on the ordering select() returns file descriptors.
So if, e.g. in the case of sudo_nonexistent.yml, sudo prints an error
to a single FD before exitting, there was previously no gurantee
iter_read() would read off the error before failing due to detecting
disconnect on any FD.

Now instead we keep reading while any non-disconnected FD exists.
2018-04-18 21:58:31 +01:00
..
ansible_tests.sh issue #148: parent: prevent race in iter_read() 2018-04-18 21:58:31 +01:00
debops_common_tests.sh tests: rename debops mode, add extra centos/version targets 2018-04-17 17:30:51 +01:00
mitogen_tests.sh tests: rename debops mode, add extra centos/version targets 2018-04-17 17:30:51 +01:00