- 04 Dec, 2019 1 commit
-
-
Andrij Abyzov authored
Solution: now if the first frame in a multipart message is not subscribe/unsubscribe, the rest of the parts are also considered to be not subscribe/unsubscribe.
-
- 19 Nov, 2019 1 commit
-
-
Andrij Abyzov authored
Now only the first part in a multipart message will be treated as subscribe/unsubscribe. The rest will be considered user messages regardless of the first byte.
-
- 02 Sep, 2019 1 commit
-
-
Luca Boccassi authored
Solution: fix regression introduced by: https://github.com/zeromq/libzmq/pull/3168 Correctly fall back to user message if the first byte is neither 0 nor 1, and add a simple unit test Fixes https://github.com/zeromq/libzmq/issues/3656
-
- 24 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: define setUp/tearDown functions via SETUP_TEARDOWN_TESTCONTEXT macro where possible
-
- 22 Aug, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 22 Jun, 2017 1 commit
-
-
Luca Boccassi authored
Solution: remove the pipe from the real trie when a peer disconnects. Also add a unit test that exercises the behaviour by reconnecting a different socket and sending a message that matches. Fixes #2601 and introduced by #2042
-
- 21 Jun, 2017 1 commit
-
-
Luca Boccassi authored
Solution: fix unit test to bind after setting the option.
-
- 01 May, 2017 1 commit
-
-
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!
-
- 17 Jun, 2016 1 commit
-
-
Fedor Sheremetyev authored
Expect custom messages on both explicit unsubscription and pipe termination.
-
- 24 Apr, 2016 1 commit
-
-
hitstergtd authored
Solution: - Adjust test_xpub_proxy_unsubscribe_disconnect() to support different protocol types - Exclude the IPC tests on Windows and OpenVMS H/T: @somdoron
-
- 23 Apr, 2016 2 commits
-
-
Luca Boccassi authored
Solution: check that both pointers passed as arguments to test_missing_subscription are non-NULL, instead of the opposite.
-
hitstergtd authored
Solution: - Adjust test_subscriptions() to support different protocol types - Run TCP and IPC tests everywhere but on Windows and OpenVMS
-
- 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.
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 05 Sep, 2015 3 commits
-
-
David Jelenc authored
Tests were failing, because some deque calls were causing undefined behavior: calling front() or pop_front() on an empty deque. Such calls are now safeguarded.
-
David Jelenc authored
The patch fixes the issue #1568.
-
David Jelenc authored
The patch fixes lingering subscriptions that occur upon disconnection on XPUB sockets with option XPUB_MANUAL when used in a XPUB-XSUB proxies.
-
- 20 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 26 Nov, 2014 1 commit
-
-
somdoron authored
-