- 24 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: define setUp/tearDown functions via SETUP_TEARDOWN_TESTCONTEXT macro where possible
-
- 01 Mar, 2019 2 commits
-
-
Simon Giesecke authored
Solution: add sleep after connecting such that sending is not started before connection succeeded
-
Simon Giesecke authored
Solution: disable test case for the moment and mark it as FIXME
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply naming style
-
- 14 Mar, 2018 1 commit
-
-
Simon Giesecke authored
Solution: provide test_context and manage sockets of test_context via setup and teardown
-
- 13 Feb, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate test_sockopt_hwm to unity
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 20 Aug, 2017 2 commits
-
-
Simon Giesecke authored
Solution: relaxed assertion to accept 10% of the SNDHWM, and updated documentation accordingly
-
sigiesec authored
Solution: align assertions with specification of ZMQ_SNDHWM (actual number of enqueueable messages may be lower)
-
- 13 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: use msleep (SETTLE_TIME) everywhere when waiting for the connections/sockets to be settled instead of a variety of patterns and functions to make tests more coherent.
-
- 12 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
There were numerous small issues with test cases: - some lacked the right source file header - some were not portable at all - some were using internal libzmq APIs (headers) Solution: fixed and cleaned up.
-
- 05 Jun, 2015 2 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
- 03 Jun, 2015 1 commit
-
-
Kapp Arnaud authored
Problem: zmq_setsockpt() returns success when changing the HWM after a bind or connect() even though the call has no effect. Solution: Introduce a failing test a reminder we need to patch it.
-