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

GitHub noreply at github.com
Tue Jun 7 17:21:31 CEST 2016


  Branch: refs/heads/master
  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.


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

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  typo


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

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  Fixed, _load_oid wasn't cleared if loadBefore returned None.


  Commit: 0bde3265f2a1917bf8c6dadd697f6885c208aacd
      https://github.com/zopefoundation/ZEO/commit/0bde3265f2a1917bf8c6dadd697f6885c208aacd
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

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

  Log Message:
  -----------
  Merge pull request #23 from zopefoundation/load-uses-loadBefore

Load uses load before


Compare: https://github.com/zopefoundation/ZEO/compare/506926647bea...0bde3265f2a1


More information about the checkins mailing list