[Checkins] [zopefoundation/ZODB] 5a760e: failing test for #208

GitHub noreply at github.com
Thu Oct 25 08:27:37 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 5a760e88d93604606a191739c2a4c47e1933b0c1
      https://github.com/zopefoundation/ZODB/commit/5a760e88d93604606a191739c2a4c47e1933b0c1
  Author: Sune Broendum Woeller <sune at woeller.dk>
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
    A src/ZODB/tests/testThreadedShutdown.py

  Log Message:
  -----------
  failing test for #208


  Commit: dc65b97e2cbecead3f7f7c1046a852141bc9c008
      https://github.com/zopefoundation/ZODB/commit/dc65b97e2cbecead3f7f7c1046a852141bc9c008
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2018-10-14 (Sun, 14 Oct 2018)

  Changed paths:
    M src/ZODB/tests/testThreadedShutdown.py

  Log Message:
  -----------
  Use an event to wait for the thread to start before shutting down.

Also, use a daemonic thread so that the test runner doesn't hand
waiting for the thread to die.


  Commit: b6ac40f153f246a912162158013196871c4ad8a2
      https://github.com/zopefoundation/ZODB/commit/b6ac40f153f246a912162158013196871c4ad8a2
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2018-10-14 (Sun, 14 Oct 2018)

  Changed paths:
    M src/ZODB/Connection.py

  Log Message:
  -----------
  Uses an unwrapped transaction manager

Use the regular transaction manager wrapped by the thread-transaction
manager so we can call unregisterSynch when close is called from
another thread, typically during database shutdown.


  Commit: b3184fd8004023cbca8a5ca5a3b91aa4b2ed48aa
      https://github.com/zopefoundation/ZODB/commit/b3184fd8004023cbca8a5ca5a3b91aa4b2ed48aa
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Set required minimum version of `transaction`.


  Commit: 02a7ef860d57e2dd9c20c3addb9203e4dd5eaaf2
      https://github.com/zopefoundation/ZODB/commit/02a7ef860d57e2dd9c20c3addb9203e4dd5eaaf2
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M setup.py
    M src/ZODB/scripts/tests/test_repozo.py
    M src/ZODB/tests/PackableStorage.py
    M src/ZODB/tests/RecoveryStorage.py
    M src/ZODB/tests/RevisionStorage.py
    M src/ZODB/tests/testCache.py
    M src/ZODB/tests/testblob.py
    M src/ZODB/tests/util.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'master' into sunew-failing-test-for-208


  Commit: 839965134467be22eb385e6f1d9a85bab55f3542
      https://github.com/zopefoundation/ZODB/commit/839965134467be22eb385e6f1d9a85bab55f3542
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Move change log entry to the correct version.


  Commit: bf3446795c614f4411d29d76618d18b7018a0ba8
      https://github.com/zopefoundation/ZODB/commit/bf3446795c614f4411d29d76618d18b7018a0ba8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
    M src/ZODB/tests/testThreadedShutdown.py

  Log Message:
  -----------
  Clean up.


  Commit: 04ba442d19af7f50815ca32cf4e0f9c1a69d3f86
      https://github.com/zopefoundation/ZODB/commit/04ba442d19af7f50815ca32cf4e0f9c1a69d3f86
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZODB/Connection.py
    A src/ZODB/tests/testThreadedShutdown.py

  Log Message:
  -----------
  Merge pull request #226 from zopefoundation/sunew-failing-test-for-208

Fix KeyError on releasing resources of a Connection when closing the DB.


Compare: https://github.com/zopefoundation/ZODB/compare/dd92b75c81c2...04ba442d19af
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list