[Checkins] [zopefoundation/ZODB] d4d743: TransactionUndoStorage tests close the conn and db

GitHub noreply at github.com
Thu Feb 9 18:24:35 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: d4d7438358ee49152565fcd1bdfe952ca325b80d
      https://github.com/zopefoundation/ZODB/commit/d4d7438358ee49152565fcd1bdfe952ca325b80d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
    M .travis.yml
    M src/ZODB/tests/TransactionalUndoStorage.py

  Log Message:
  -----------
  TransactionUndoStorage tests close the conn and db

This fixes leaking connections (relying on the GC to close them).

Tested with RelStorage.

Fixes #138


  Commit: a08c4728debac1eb19e8ec26759bb8e8d1aaaa1e
      https://github.com/zopefoundation/ZODB/commit/a08c4728debac1eb19e8ec26759bb8e8d1aaaa1e
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M .travis.yml
    M src/ZODB/tests/TransactionalUndoStorage.py

  Log Message:
  -----------
  Merge pull request #141 from zopefoundation/issue-138

TransactionUndoStorage tests close the conn and db


Compare: https://github.com/zopefoundation/ZODB/compare/a97ca02f770c...a08c4728deba


More information about the checkins mailing list