[Checkins] [zopefoundation/ZEO] b0f317: fixed weird timeout default and added some missing...

GitHub noreply at github.com
Sun May 29 19:31:54 CEST 2016


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

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

  Log Message:
  -----------
  fixed weird timeout default and added some missing plumbing

Timeout default was False, which must have resulted from an editing
error, but we failed to pass it through where it was needed
anyway. Fixed now.


  Commit: 9d489c681c631b404cc4a0b850192eccd9051e78
      https://github.com/zopefoundation/ZEO/commit/9d489c681c631b404cc4a0b850192eccd9051e78
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-29 (Sun, 29 May 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  Allow a timeout to be passed to tpc_abort for tests

Some test timeouts are very low to make the tests go less slow, but
sometimes we need to wait longer.


  Commit: 6d8f1c28f699537873acbf65cd9be89cff5b1d08
      https://github.com/zopefoundation/ZEO/commit/6d8f1c28f699537873acbf65cd9be89cff5b1d08
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-29 (Sun, 29 May 2016)

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

  Log Message:
  -----------
  wait longer for abort after disconnect.

Because normally the tests are much less patient than real life.


Compare: https://github.com/zopefoundation/ZEO/compare/357379f1ed8e...6d8f1c28f699


More information about the checkins mailing list