[Checkins] [zopefoundation/ZODB] 86e62d: On Python 2 and Mac OS X, checkFlushAfterTruncate ...

GitHub noreply at github.com
Thu May 5 14:34:29 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 86e62dae0a4d5783940c266e5f5d5c07b0f53dc2
      https://github.com/zopefoundation/ZODB/commit/86e62dae0a4d5783940c266e5f5d5c07b0f53dc2
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-04 (Wed, 04 May 2016)

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

  Log Message:
  -----------
  On Python 2 and Mac OS X, checkFlushAfterTruncate was failing.

Changed to always empty the file pool.  I doubt that just flushing on
Python 2 was much of an optimization, and ... Python 2. :)


  Commit: 5272aa57ae4cc62b80b6ac4190b4f5576f5fbfc8
      https://github.com/zopefoundation/ZODB/commit/5272aa57ae4cc62b80b6ac4190b4f5576f5fbfc8
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  -----------
  Removed unneeded import and added back and adjusted comment.


  Commit: a17499ec47ce3f57951529edb8c1298e24fa74c9
      https://github.com/zopefoundation/ZODB/commit/a17499ec47ce3f57951529edb8c1298e24fa74c9
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  -----------
  Merge pull request #57 from zopefoundation/fs-empty-after-truncate

On Python 2 and Mac OS X, checkFlushAfterTruncate was failing.


Compare: https://github.com/zopefoundation/ZODB/compare/2ae41705db26...a17499ec47ce


More information about the checkins mailing list