[Checkins] [zopefoundation/ZEO] 666f8c: runzeo clears socket files no matter what type of ...

GitHub noreply at github.com
Tue Jul 11 19:29:52 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 666f8c3df7be36e1648738eea8d658c2fb19c953
      https://github.com/zopefoundation/ZEO/commit/666f8c3df7be36e1648738eea8d658c2fb19c953
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M CHANGES.rst
    M src/ZEO/runzeo.py
    M src/ZEO/tests/testZEOServer.py

  Log Message:
  -----------
  runzeo clears socket files no matter what type of string address is

Fixes #90

Also remove an unused and duplicate import from that file and the
redundant `test_suite` declaration from the test file. There was also
a duplicate method definition in the test file that was removed.


  Commit: cae5dfe0b411d8f5f502e6f99aa956ef08c78ec6
      https://github.com/zopefoundation/ZEO/commit/cae5dfe0b411d8f5f502e6f99aa956ef08c78ec6
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M src/ZEO/tests/client.pem
    M src/ZEO/tests/client_key.pem
    M src/ZEO/tests/server.pem
    A src/ZEO/tests/server.pem.csr
    M src/ZEO/tests/server_key.pem
    M src/ZEO/tests/testssl.py

  Log Message:
  -----------
  Update expired SSL test certs.

They now expire in the year 4755.


  Commit: f34a9b069b72d1bb6de615e1d50ad7e2d98fb907
      https://github.com/zopefoundation/ZEO/commit/f34a9b069b72d1bb6de615e1d50ad7e2d98fb907
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M .travis.yml
    M src/ZEO/ClientStorage.py
    M src/ZEO/tests/forker.py

  Log Message:
  -----------
  We need to use six.string_types in a few other places to account for the change in ZConfig. unix_domain_sockets() was failing before this on Python 2.


  Commit: d820dcead73f89c421d6e5fcb093fc5984da4c91
      https://github.com/zopefoundation/ZEO/commit/d820dcead73f89c421d6e5fcb093fc5984da4c91
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M src/ZEO/runzeo.py
    M src/ZEO/tests/testZEOServer.py

  Log Message:
  -----------
  More comprehensive testing of clear_socket using mock.patch


  Commit: ee15798b6bf97c457a006ccfdf75ec1ed2391ad3
      https://github.com/zopefoundation/ZEO/commit/ee15798b6bf97c457a006ccfdf75ec1ed2391ad3
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M src/ZEO/ClientStorage.py
    M src/ZEO/runzeo.py
    M src/ZEO/tests/client.pem
    M src/ZEO/tests/client_key.pem
    M src/ZEO/tests/forker.py
    M src/ZEO/tests/server.pem
    A src/ZEO/tests/server.pem.csr
    M src/ZEO/tests/server_key.pem
    M src/ZEO/tests/testZEOServer.py
    M src/ZEO/tests/testssl.py

  Log Message:
  -----------
  Merge pull request #91 from zopefoundation/issue90

runzeo clears socket files no matter what type of string address is


Compare: https://github.com/zopefoundation/ZEO/compare/a4af74b4cb56...ee15798b6bf9


More information about the checkins mailing list