1. 18 Nov, 2018 1 commit
  2. 24 Aug, 2018 1 commit
  3. 23 Aug, 2018 1 commit
  4. 27 May, 2018 1 commit
  5. 02 Feb, 2018 1 commit
  6. 19 Sep, 2017 1 commit
  7. 06 Sep, 2017 1 commit
  8. 05 Sep, 2017 3 commits
  9. 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
  10. 01 Feb, 2016 1 commit
  11. 28 Jan, 2016 1 commit
  12. 11 Aug, 2015 1 commit
  13. 21 Jul, 2015 1 commit
  14. 02 Jun, 2015 1 commit
  15. 22 Jan, 2015 1 commit
  16. 02 May, 2014 2 commits
  17. 01 May, 2014 1 commit
  18. 13 Feb, 2014 1 commit
  19. 24 Jan, 2014 1 commit
  20. 02 Jan, 2014 1 commit
  21. 01 Dec, 2013 1 commit
  22. 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
  23. 18 Oct, 2013 2 commits