[Checkins] [zopefoundation/ZEO] 53007b: Added (back) heartbeats from client to server

GitHub noreply at github.com
Mon May 30 17:37:20 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 53007b4abc8617f349e5aaddaeb7f0147fce87b9
      https://github.com/zopefoundation/ZEO/commit/53007b4abc8617f349e5aaddaeb7f0147fce87b9
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py

  Log Message:
  -----------
  Added (back) heartbeats from client to server


  Commit: a62c62a542cdb0795ef3e1fddce1445cc158d8cc
      https://github.com/zopefoundation/ZEO/commit/a62c62a542cdb0795ef3e1fddce1445cc158d8cc
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M src/ZEO/tests/zeo-fan-out.test

  Log Message:
  -----------
  Added some logic to prevent errors getting blob data

These errors were actually hidden by the test, but were annoying when
debug logging was enabled.


  Commit: 24c6bfe8c7a38f1de10d80c264859a473ec30188
      https://github.com/zopefoundation/ZEO/commit/24c6bfe8c7a38f1de10d80c264859a473ec30188
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-30 (Mon, 30 May 2016)

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

  Log Message:
  -----------
  added a little debug helper

To turn on debug logging.  A lot of interesting information helpful
when debugging network-implementation issues is logged (because
threads).


Compare: https://github.com/zopefoundation/ZEO/compare/4833183f495a...24c6bfe8c7a3


More information about the checkins mailing list