1. 03 Aug, 2016 2 commits
    • Jim Fulton's avatar
      Added a timeout argument to the ZEO4 server (copy) · 9d765e8d
      Jim Fulton authored
      It turns out the ZEO4 server doesn't shutdown cleanly in tests without
      a shorter timeout (like the one I added for ZEO5).
      
      For now, this is just in the copy used in the ZEO5 tests.  If I have
      to updatre the copy at some point (hopefully not), then I'll add this
      to ZEO4 proper.
      9d765e8d
    • Jim Fulton's avatar
      use a "threadless" multi-processing queue · 7cb60051
      Jim Fulton authored
      To avoid spew about threads being left behind by tests.  The normal
      multi-processing.Queue uses a thread to send data and the machinery
      for stopping this thread seems to be buggy (or inscrutable) on Linux,
      causing test runner spew that made output hard to interpret.
      7cb60051
  2. 02 Aug, 2016 4 commits
  3. 30 Jul, 2016 2 commits
  4. 28 Jul, 2016 5 commits
  5. 21 Jul, 2016 9 commits
  6. 20 Jul, 2016 2 commits
  7. 19 Jul, 2016 7 commits
  8. 18 Jul, 2016 7 commits
  9. 17 Jul, 2016 2 commits