ContinuumIO / ProtoCI

Prototype of CI for conda recipes
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

handle stdout and stderr on PopenWrapper #20

Closed PeterDSteinberg closed 8 years ago

PeterDSteinberg commented 8 years ago

Not reading stdout and stderr may be a cause of hanging builds, e.g:

https://anaconda.org/conda-team/conda-recipes/builds/27/0 ?

See build2.py

PeterDSteinberg commented 8 years ago

The hanging builds were the result of not using psutil.Process.poll properly, not stdout /stderr. Closing.