[Checkins] [zopefoundation/ZEO] b08a71: Make sure the ZEO 5 client works with the ZEO 4 se...

GitHub noreply at github.com
Tue Aug 2 23:43:24 CEST 2016


  Branch: refs/heads/zeo4-server-support
  Home:   https://github.com/zopefoundation/ZEO
  Commit: b08a718ba89142ee25da0492514dd8fc34256c98
      https://github.com/zopefoundation/ZEO/commit/b08a718ba89142ee25da0492514dd8fc34256c98
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M .travis.yml
    M src/ZEO/ClientStorage.py
    M src/ZEO/TransactionBuffer.py
    M src/ZEO/asyncio/client.py
    A src/ZEO/tests/ZEO4/README.rst
    A src/ZEO/tests/ZEO4/StorageServer.py
    A src/ZEO/tests/ZEO4/__init__.py
    A src/ZEO/tests/ZEO4/auth/__init__.py
    A src/ZEO/tests/ZEO4/auth/auth_digest.py
    A src/ZEO/tests/ZEO4/auth/base.py
    A src/ZEO/tests/ZEO4/auth/hmac.py
    A src/ZEO/tests/ZEO4/component.xml
    A src/ZEO/tests/ZEO4/hash.py
    A src/ZEO/tests/ZEO4/monitor.py
    A src/ZEO/tests/ZEO4/runzeo.py
    A src/ZEO/tests/ZEO4/schema.xml
    A src/ZEO/tests/ZEO4/zrpc/__init__.py
    A src/ZEO/tests/ZEO4/zrpc/_hmac.py
    A src/ZEO/tests/ZEO4/zrpc/client.py
    A src/ZEO/tests/ZEO4/zrpc/connection.py
    A src/ZEO/tests/ZEO4/zrpc/error.py
    A src/ZEO/tests/ZEO4/zrpc/log.py
    A src/ZEO/tests/ZEO4/zrpc/marshal.py
    A src/ZEO/tests/ZEO4/zrpc/server.py
    A src/ZEO/tests/ZEO4/zrpc/smac.py
    A src/ZEO/tests/ZEO4/zrpc/trigger.py
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/testConnection.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/test_client_credentials.py
    M src/ZEO/tests/test_client_side_conflict_resolution.py
    M src/ZEO/tests/testssl.py

  Log Message:
  -----------
  Make sure the ZEO 5 client works with the ZEO 4 server

Added an option to test the ZEO 5 client against the ZEO 4
server. This involved making a copy of the ZEO 4 server in
ZEO.tests.ZEO4 and disabling tests of ZEO5-specific features.

Testing revealed bugs in support for ZEO 4 servers, which were fixed.


  Commit: 42516476d5f1bf336d438eaa0e62dddb07ec1612
      https://github.com/zopefoundation/ZEO/commit/42516476d5f1bf336d438eaa0e62dddb07ec1612
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Make sure the ZEO 5 client works with the ZEO 4 server

Added an option to test the ZEO 5 client against the ZEO 4
server. This involved making a copy of the ZEO 4 server in
ZEO.tests.ZEO4 and disabling tests of ZEO5-specific features.

Testing revealed bugs in support for ZEO 4 servers, which were fixed.


Compare: https://github.com/zopefoundation/ZEO/compare/b08a718ba891^...42516476d5f1


More information about the checkins mailing list