[Checkins] [zopefoundation/ZEO] 1acb24: Nitpicking

GitHub noreply at github.com
Wed May 22 14:32:10 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 1acb24d194dea9735cf6311f33ecfe19555e7db4
      https://github.com/zopefoundation/ZEO/commit/1acb24d194dea9735cf6311f33ecfe19555e7db4
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-05-22 (Wed, 22 May 2013)

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

  Log Message:
  -----------
  Nitpicking


  Commit: 10b1269607aac5fc5c61a54f26c9a8ec152ebbb5
      https://github.com/zopefoundation/ZEO/commit/10b1269607aac5fc5c61a54f26c9a8ec152ebbb5
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-05-22 (Wed, 22 May 2013)

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

  Log Message:
  -----------
  Fix runzeo_logrotate_on_sigusr2

Attempting to open a file before it is created turns out not to be a
good idea.  Moved all the file opening inside the wait_until lambdas
(after extracting them into a standalone helper function, since you
can't use the with statement inside a lambda).

Also fixed test failure on Python 3.3 (r.write() returns the number of
bytes written).

Added an XXX about a possible hang while opening ClientStorage, in case
something went wrong.  I'm not sure how to fix that.


  Commit: f9d7618a40b9183e414f19a1dd5e156988f1eadd
      https://github.com/zopefoundation/ZEO/commit/f9d7618a40b9183e414f19a1dd5e156988f1eadd
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-05-22 (Wed, 22 May 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Enable Python 3.x tests in Travis-CI


Compare: https://github.com/zopefoundation/ZEO/compare/26f01400613c...f9d7618a40b9


More information about the checkins mailing list