[Checkins] [zopefoundation/zope.testrunner] 238486: Fixed: Using the -j option to run tests in multipl...

GitHub noreply at github.com
Tue Jun 21 02:19:17 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 2384860c9668f6cebb6f17837c71d8737ab85f1e
      https://github.com/zopefoundation/zope.testrunner/commit/2384860c9668f6cebb6f17837c71d8737ab85f1e
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-20 (Mon, 20 Jun 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/test_runner.py
    M src/zope/testrunner/tests/testrunner-errors.txt

  Log Message:
  -----------
  Fixed: Using the -j option to run tests in multiple processes
  caused tests that used the multiprocessing package to hang
  (because the testrunner replaced sys.stdin with an unclosable
  object).


  Commit: c45b3dc8a21cb77a289b63da36d14544fe298a63
      https://github.com/zopefoundation/zope.testrunner/commit/c45b3dc8a21cb77a289b63da36d14544fe298a63
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-20 (Mon, 20 Jun 2016)

  Changed paths:
    M src/zope/testrunner/tests/testrunner-errors.txt

  Log Message:
  -----------
  Undid pointless change


  Commit: 76e22fac7f6ce023c5eebe1b80e881ec957f18a8
      https://github.com/zopefoundation/zope.testrunner/commit/76e22fac7f6ce023c5eebe1b80e881ec957f18a8
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-06-20 (Mon, 20 Jun 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/test_runner.py

  Log Message:
  -----------
  Merge pull request #41 from zopefoundation/FakeInputContinueGenerator-close

Fixed: Using the -j option to run tests in multiple processes


Compare: https://github.com/zopefoundation/zope.testrunner/compare/44b7b530866b...76e22fac7f6c


More information about the checkins mailing list