1. 27 May, 2018 1 commit
  2. 02 Feb, 2018 1 commit
  3. 19 Sep, 2017 1 commit
  4. 06 Sep, 2017 1 commit
  5. 05 Sep, 2017 3 commits
  6. 01 May, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: tests bind to hardcoded TCP ports · 5934919f
      Luca Boccassi authored
      Solution: use ZMQ_LAST_ENDPOINT in most places. This alllows running
      tests in paralle, and on over-booked shared machines where many of
      the ports would be already in use.
      Keep 3 tests with an hardcoded port, as there are some code paths that
      require it (eg: connect before bind), but list those ports in
      tests/testutil.hpp as macros so that they do not overlap and still
      allow parallel runs.
      
      These changes were inspired by a patch uploaded to Ubuntu by the
      package maintainer, Steve Langasek <steve.langasek@ubuntu.com>.
      Thank you Steve!
      5934919f
  7. 01 Feb, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 11 Aug, 2015 1 commit
  10. 21 Jul, 2015 1 commit
  11. 02 Jun, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 02 May, 2014 2 commits
  14. 01 May, 2014 1 commit
  15. 13 Feb, 2014 1 commit
  16. 24 Jan, 2014 1 commit
  17. 02 Jan, 2014 1 commit
  18. 01 Dec, 2013 1 commit
  19. 06 Nov, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed over-long pauses in tests · 5b60540e
      Pieter Hintjens authored
      - used msleep (10) in most places instead of zmq_sleep (1)
      - may cause failures on slower machines
      - to change, modify SETTLE_TIME in testutil.h
      - tested down to 1 msec on fast boxes
      5b60540e
  20. 18 Oct, 2013 2 commits