zeek/testing/btest/cluster/zeromq
Arne Welzel 01666df3d7 cluster/zeromq: Fix Cluster::subscribe() block if not initialized
If Cluster::init() hasn't been invoked yet, Cluster::subscribe() with the
ZeroMQ backend would block because the main_inproc socket didn't
yet have a connection from the child thread. Prevent this by connecting
the main and child socket pair at construction time.

This will queue the subscriptions and start processing them once the
child thread has started.
2025-09-25 18:58:35 +02:00
..
ipv6-error.zeek cluster/zeromq: Hook up and enable IPV6 by default 2025-06-24 17:12:45 +02:00
ipv6-logging.zeek cluster/zeromq: Hook up and enable IPV6 by default 2025-06-24 17:12:45 +02:00
logging.zeek btest/cluster: Bump timeouts to 30 seconds 2024-12-13 18:28:43 +01:00
manager-is-logger.zeek btest/cluster: Bump timeouts to 30 seconds 2024-12-13 18:28:43 +01:00
node-topic-prefix.zeek cluster/zeromq: Fix node_topic() and nodeid_topic() 2025-03-24 18:36:26 +01:00
overload-drop.zeek btest/cluster/zeromq: Add tests for overload behavior 2025-07-29 11:23:53 +02:00
overload-no-drop.zeek btest/cluster/zeromq: Add tests for overload behavior 2025-07-29 11:23:53 +02:00
overload-worker-proxy-topic-drop.zeek btest/cluster/zeromq: Add tests for overload behavior 2025-07-29 11:23:53 +02:00
overload-worker-proxy-topic-no-drop.zeek btest/cluster/zeromq: Add tests for overload behavior 2025-07-29 11:23:53 +02:00
subscribe-before-init.zeek cluster/zeromq: Fix Cluster::subscribe() block if not initialized 2025-09-25 18:58:35 +02:00
supervisor-runs-zmq-proxy.zeek cluster/zeromq: Improve EINTR handling 2025-09-25 13:52:12 +02:00
supervisor.zeek btest/cluster: Bump timeouts to 30 seconds 2024-12-13 18:28:43 +01:00
two-nodes.zeek cluster/backend/zeromq: Add ZeroMQ based cluster backend 2024-12-10 20:33:02 +01:00
unsubscribe-two-workers.zeek cluster/zeromq: Fix unsubscription visibility 2025-03-24 18:36:16 +01:00
unsubscribe.zeek cluster/zeromq: Fix Unsubscribe() bug caused by \x00 prefix 2025-02-05 10:39:56 +01:00