This helps finding out which tests fail to finish.
tests: Print remaining jobs in test_runner.py #15466
pull stevenroose wants to merge 1 commits into bitcoin:master from stevenroose:remaining-jobs changing 1 files +5 −0-
stevenroose commented at 6:05 PM on February 22, 2019: contributor
- laanwj added the label Tests on Feb 22, 2019
- fanquake requested review from MarcoFalke on Feb 23, 2019
-
in test/functional/test_runner.py:483 in 885cdd2e9e outdated
476 | @@ -477,6 +477,11 @@ def get_next(self): 477 | log_stderr)) 478 | if not self.jobs: 479 | raise IndexError('pop from empty list') 480 | + 481 | + # Print remaining jobs when the backlog is empty. 482 | + if not self.test_list: 483 | + print('Remaining jobs: [' + ", ".join(j[0] for j in self.jobs) + ']')
promag commented at 10:08 PM on March 3, 2019:nit:
print('Remaining jobs: [{}]'.format(', '.join(j[0] for j in self.jobs))
stevenroose commented at 4:15 PM on March 5, 2019:done
in test/functional/test_runner.py:481 in 885cdd2e9e outdated
476 | @@ -477,6 +477,11 @@ def get_next(self): 477 | log_stderr)) 478 | if not self.jobs: 479 | raise IndexError('pop from empty list') 480 | + 481 | + # Print remaining jobs when the backlog is empty.
promag commented at 10:09 PM on March 3, 2019:Could be more clear - first usage of "backlog".
stevenroose commented at 4:15 PM on March 5, 2019:better?
stevenroose force-pushed on Mar 5, 20192e5d482659tests: Print remaining jobs in test_runner.py
This helps finding out which tests fail to finish.
MarcoFalke commented at 1:49 AM on March 13, 2019: memberutACK 2e5d482659371082e34ee3aba42b3c5a301b8168
instagibbs commented at 3:04 PM on March 18, 2019: memberMarcoFalke merged this on Mar 18, 2019MarcoFalke closed this on Mar 18, 2019MarcoFalke referenced this in commit 27781b6530 on Mar 18, 2019Fuzzbawls referenced this in commit 918852cb90 on Jul 11, 2019linuxsh2 referenced this in commit 1935ab79b7 on Aug 11, 2021DrahtBot locked this on Dec 16, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-02 03:14 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-02 03:14 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me