luci / recipes-py

A testable, cross-platform, workflow description language (in python).
Apache License 2.0
24 stars 17 forks source link

Indicate when a step exited without closing stdout/stderr #4

Open riannucci opened 8 years ago

riannucci commented 8 years ago

As a followup to https://bugs.chromium.org/p/chromium/issues/detail?id=522396, it would be good to know when the recipe engine runs a step which quits, but doesn't close its std* handles (e.g. it's leaking).

Communicating this to the UI would also be important: being able to see that a step potentially leaked processes/handles would be an important warning to have.