[Updated] D10394: run-test: make it clearer why we terminating process
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Apr 15 00:41:09 UTC 2021
Closed by commit rHG248cbe173203: run-test: make it clearer why we terminating process (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10394?vs=26850&id=26903
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10394/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10394
AFFECTED FILES
tests/run-tests.py
CHANGE DETAILS
diff --git a/tests/run-tests.py b/tests/run-tests.py
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -301,6 +301,7 @@
while time.time() - start < timeout and p.returncode is None:
time.sleep(0.1)
p.timeout = True
+ vlog('# Timout reached for process %d' % p.pid)
if p.returncode is None:
terminate(p)
To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210415/aaa756e2/attachment-0002.html>
More information about the Mercurial-patches
mailing list