[Checkins] [zopefoundation/ZODB] 69d72b: Fix #21, FileStorage: when disk space runs out whi...

GitHub noreply at github.com
Thu May 21 17:15:10 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 69d72b2df6b4c3e5bdf2fc8216bea16a8f651b7a
      https://github.com/zopefoundation/ZODB/commit/69d72b2df6b4c3e5bdf2fc8216bea16a8f651b7a
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/FileStorage/fspack.py
    M src/ZODB/FileStorage/tests.py

  Log Message:
  -----------
  Fix #21, FileStorage: when disk space runs out while packing, do not leave the ``.pack`` file around


  Commit: 4dcb6d14bf28c5e34ab0a6c5afb6ef47284aaa5a
      https://github.com/zopefoundation/ZODB/commit/4dcb6d14bf28c5e34ab0a6c5afb6ef47284aaa5a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M src/ZODB/FileStorage/fspack.py
    M src/ZODB/FileStorage/tests.py

  Log Message:
  -----------
  Incorporate feedback and make the tests run under Python3. Notably, the Grand Exception Unification in Python 3.3 means that IOError is a synonym for OSError in those versions, but not before; deal with this by catching both types and throwing OSError in the doctests (because that's how it prints). Fix #21. Fix #22.


  Commit: e95536d215a9b8b374417ab774ed3c5de2bd94cb
      https://github.com/zopefoundation/ZODB/commit/e95536d215a9b8b374417ab774ed3c5de2bd94cb
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/FileStorage/fspack.py
    M src/ZODB/FileStorage/tests.py

  Log Message:
  -----------
  Merge pull request #35 from NextThought/issue22

Update issue #22


Compare: https://github.com/zopefoundation/ZODB/compare/115158a3fc12...e95536d215a9


More information about the checkins mailing list