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
  1. stevenroose commented at 6:05 PM on February 22, 2019: contributor

    This helps finding out which tests fail to finish.

  2. laanwj added the label Tests on Feb 22, 2019
  3. fanquake requested review from MarcoFalke on Feb 23, 2019
  4. 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

  5. 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?

  6. stevenroose force-pushed on Mar 5, 2019
  7. tests: Print remaining jobs in test_runner.py
    This helps finding out which tests fail to finish.
    2e5d482659
  8. MarcoFalke commented at 1:49 AM on March 13, 2019: member

    utACK 2e5d482659371082e34ee3aba42b3c5a301b8168

  9. MarcoFalke merged this on Mar 18, 2019
  10. MarcoFalke closed this on Mar 18, 2019

  11. MarcoFalke referenced this in commit 27781b6530 on Mar 18, 2019
  12. Fuzzbawls referenced this in commit 918852cb90 on Jul 11, 2019
  13. linuxsh2 referenced this in commit 1935ab79b7 on Aug 11, 2021
  14. DrahtBot locked this on Dec 16, 2021


MarcoFalke

Labels

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 site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me