[Checkins] [zopefoundation/ZEO] 98fabd: Fix many deprecation/resource warnings, and bump u...

GitHub noreply at github.com
Tue Mar 27 14:54:11 CEST 2018


  Branch: refs/heads/issue107
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 98fabd10b57eccc6bf9a827ba94781e5afe7d711
      https://github.com/zopefoundation/ZEO/commit/98fabd10b57eccc6bf9a827ba94781e5afe7d711
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M .travis.yml
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/mtacceptor.py
    M src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/tests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/testConversionSupport.py
    M src/ZEO/tests/testTransactionBuffer.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    M src/ZEO/tests/test_cache.py
    M src/ZEO/tests/test_client_side_conflict_resolution.py
    M src/ZEO/tests/testssl.py

  Log Message:
  -----------
  Fix many deprecation/resource warnings, and bump up test verbosity on travis

Some of the tests are being killed because we don't produce any output
when running parallel tests in a layer with -v1.

The amount of warnings made it hard to see real failures.

Also use more recent PyPy, and test on Py 3.6 (which produces the
'async' warnings we'll use to fix #104)




More information about the checkins mailing list