[Checkins] [zopefoundation/ZEO] 5c7b71: Removed a test that was so white box (and brittle)...

GitHub noreply at github.com
Sun Jun 19 20:56:48 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 5c7b71571dcedfd75d9d9cc4563e06c2482f91a3
      https://github.com/zopefoundation/ZEO/commit/5c7b71571dcedfd75d9d9cc4563e06c2482f91a3
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-17 (Fri, 17 Jun 2016)

  Changed paths:
    R src/ZEO/tests/registerDB.test

  Log Message:
  -----------
  Removed a test that was so white box (and brittle) it was blinding.

What it was testing is more sanely tested by the zeo-fan-out test.


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

  Changed paths:
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  finish removing test


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

  Changed paths:
    M CHANGES.rst
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/__init__.py
    A src/ZEO/acceptor.py
    A src/ZEO/asyncio/base.py
    M src/ZEO/asyncio/client.py
    A src/ZEO/asyncio/marshal.py
    A src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py
    R src/ZEO/auth/__init__.py
    R src/ZEO/auth/auth_digest.py
    R src/ZEO/auth/base.py
    R src/ZEO/auth/hmac.py
    M src/ZEO/component.xml
    M src/ZEO/interfaces.py
    M src/ZEO/monitor.py
    M src/ZEO/ordering.rst
    M src/ZEO/runzeo.py
    M src/ZEO/scripts/zeoserverlog.py
    A src/ZEO/shortrepr.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/drop_cache_rather_than_verify.txt
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/protocols.test
    M src/ZEO/tests/servertesting.py
    M src/ZEO/tests/testConnection.py
    M src/ZEO/tests/testConversionSupport.py
    R src/ZEO/tests/testMonitor.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    R src/ZEO/tests/zeoserver.py
    R src/ZEO/zrpc/__init__.py
    R src/ZEO/zrpc/_hmac.py
    R src/ZEO/zrpc/connection.py
    R src/ZEO/zrpc/error.py
    R src/ZEO/zrpc/log.py
    R src/ZEO/zrpc/marshal.py
    R src/ZEO/zrpc/server.py
    R src/ZEO/zrpc/smac.py
    R src/ZEO/zrpc/trigger.py

  Log Message:
  -----------
  Implemented ZEO servers with asyncio.


  Commit: 594c8c9ba9b4be3945abfa6a83b2dcb2fa217846
      https://github.com/zopefoundation/ZEO/commit/594c8c9ba9b4be3945abfa6a83b2dcb2fa217846
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-06-19 (Sun, 19 Jun 2016)

  Changed paths:
    M CHANGES.rst
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/__init__.py
    A src/ZEO/acceptor.py
    A src/ZEO/asyncio/base.py
    M src/ZEO/asyncio/client.py
    A src/ZEO/asyncio/marshal.py
    A src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py
    R src/ZEO/auth/__init__.py
    R src/ZEO/auth/auth_digest.py
    R src/ZEO/auth/base.py
    R src/ZEO/auth/hmac.py
    M src/ZEO/component.xml
    M src/ZEO/interfaces.py
    M src/ZEO/monitor.py
    M src/ZEO/ordering.rst
    M src/ZEO/runzeo.py
    M src/ZEO/scripts/zeoserverlog.py
    A src/ZEO/shortrepr.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/drop_cache_rather_than_verify.txt
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/protocols.test
    R src/ZEO/tests/registerDB.test
    M src/ZEO/tests/servertesting.py
    M src/ZEO/tests/testConnection.py
    M src/ZEO/tests/testConversionSupport.py
    R src/ZEO/tests/testMonitor.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    R src/ZEO/tests/zeoserver.py
    R src/ZEO/zrpc/__init__.py
    R src/ZEO/zrpc/_hmac.py
    R src/ZEO/zrpc/connection.py
    R src/ZEO/zrpc/error.py
    R src/ZEO/zrpc/log.py
    R src/ZEO/zrpc/marshal.py
    R src/ZEO/zrpc/server.py
    R src/ZEO/zrpc/smac.py
    R src/ZEO/zrpc/trigger.py

  Log Message:
  -----------
  Merge pull request #29 from zopefoundation/asyncio-server

Asyncio server


Compare: https://github.com/zopefoundation/ZEO/compare/8c3b6ee05702...594c8c9ba9b4


More information about the checkins mailing list