zeek/testing/btest/cluster
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
..
broker btest: Add test for Cluster::hello zero-timestamp 2025-05-26 16:08:27 +02:00
generic cluster/serializer/broker: Do not special case Broker::Data anymore 2025-08-17 16:56:20 +02:00
telemetry cluster/websocket: Fix and test for invalid X-Application-Name 2025-06-30 13:22:31 +02:00
websocket cluster/serializer/broker: Do not send empty metadata vectors around 2025-08-20 19:55:38 +02:00
zeromq cluster/zeromq: Fix Cluster::subscribe() block if not initialized 2025-09-25 18:58:35 +02:00
backend-enum.zeek btest: Add cluster dir, minimal test for enum value 2024-11-22 10:43:55 +01:00
serializer-enum.zeek cluster/serializer: Add binary-serialization-format 2024-12-04 12:40:35 +01:00