[Checkins] [zopefoundation/ZEO] deaa91: Added a ClientStorage server-sync configuration op...

GitHub noreply at github.com
Mon Aug 8 14:07:51 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: deaa913cc4b39b2f67a5cf11a02ee962302d9f85
      https://github.com/zopefoundation/ZEO/commit/deaa913cc4b39b2f67a5cf11a02ee962302d9f85
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/component.xml
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/testConfig.py
    M src/ZEO/zconfig.py

  Log Message:
  -----------
  Added a ClientStorage server-sync configuration option and
server_sync constructor argument to force a server round trip at
the beginning of transactions to wait for any outstanding
invalidations at the start of the transaction to be delivered.


  Commit: c2d864fe9621016b03c0a4a2eee1f28aed5bfa79
      https://github.com/zopefoundation/ZEO/commit/c2d864fe9621016b03c0a4a2eee1f28aed5bfa79
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    A src/ZEO/tests/test_sync.py

  Log Message:
  -----------
  fixed, ZEO5 uses a differenbt internal attribute to store ZEOStorages


  Commit: d0d8a855d697fc84b0d86a616ba5907edc581053
      https://github.com/zopefoundation/ZEO/commit/d0d8a855d697fc84b0d86a616ba5907edc581053
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M src/ZEO/Exceptions.py
    M src/ZEO/StorageServer.py
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/asyncio' into server-sync

Conflicts:
	CHANGES.rst


  Commit: b67cfa10dec2b1c845acfb5cba038598ac9eb3fc
      https://github.com/zopefoundation/ZEO/commit/b67cfa10dec2b1c845acfb5cba038598ac9eb3fc
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M .travis.yml
    M src/ZEO/tests/forker.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/asyncio' into server-sync


  Commit: fd8e334f135f7ec8b875b8103c0673a5b9db76f1
      https://github.com/zopefoundation/ZEO/commit/fd8e334f135f7ec8b875b8103c0673a5b9db76f1
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  Fixed stipid race


  Commit: c087f63426407e65344f53a337401fb5e1f32214
      https://github.com/zopefoundation/ZEO/commit/c087f63426407e65344f53a337401fb5e1f32214
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/component.xml
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/testConfig.py
    A src/ZEO/tests/test_sync.py
    M src/ZEO/zconfig.py

  Log Message:
  -----------
  Merge pull request #63 from zopefoundation/server-sync

Server sync


Compare: https://github.com/zopefoundation/ZEO/compare/7eedfd75948b...c087f6342640


More information about the checkins mailing list