commit | f9ba5210f501b7fe05bb460e7954a0d4c6dcd70d | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Oct 02 15:56:08 2019 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Thu Oct 03 14:06:03 2019 +0000 |
tree | 26ad331864d20f94da40df486824b5b6cacd370c | |
parent | 40510ab49d6bb2bc65957aa72c00fbb371647f2d [diff] |
testrunner: Kill whole process group on timeout. This avoids occasional deadlocks of the python script. It seems that proc.communicate will not return until all children exit (possibly because it is waiting for end-of-file from the shared PIPE). Bug: 140933800 Bug: 141227454 Test: test.py -b -r --gcstress --jit --host --64 Change-Id: Ie230ab100a092a920bdbcb1c3bb50e493572562a