[Checkins] [zopefoundation/ZEO] ec370c: Fixed: the ZEO cache loadBefore method failed to u...

GitHub noreply at github.com
Mon Jun 6 16:31:53 CEST 2016


  Branch: refs/heads/load-uses-loadBefore
  Home:   https://github.com/zopefoundation/ZEO
  Commit: ec370c85daf5e2b63c056ad8b23b54142efb9b3c
      https://github.com/zopefoundation/ZEO/commit/ec370c85daf5e2b63c056ad8b23b54142efb9b3c
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M src/ZEO/cache.py
    M src/ZEO/tests/test_cache.py

  Log Message:
  -----------
  Fixed: the ZEO cache loadBefore method failed to utilize current data.


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

  Changed paths:
    M CHANGES.rst
    M src/ZEO/ClientStorage.py
    M src/ZEO/zrpc/connection.py

  Log Message:
  -----------
  Changed loadBefore to operate more like load behaved, especially
  with regard to the load lock.  This allowes ZEO to work with the
  upcoming ZODB 5, which used loadbefore rather than load.

  Reimplemented load using loadBefore, this testing loadBefore
  extensively via existing tests.


Compare: https://github.com/zopefoundation/ZEO/compare/ec370c85daf5^...c5e6574083ee


More information about the checkins mailing list