btest/cluster: Testing cleanup

This commit is contained in:
Arne Welzel 2025-04-24 09:35:53 +02:00
parent 63723cd9e3
commit 2a6beae50b
2 changed files with 0 additions and 5 deletions

View file

@ -29,8 +29,6 @@
@load ./zeromq-test-bootstrap
redef exit_only_after_terminate = T;
global event_count = 0;
global ping: event(msg: string, c: count) &is_used;
global pong: event(msg: string, c: count) &is_used;

View file

@ -30,9 +30,6 @@
@load ./zeromq-test-bootstrap
redef exit_only_after_terminate = T;
global expected_ping_count = 100;
global ping_count = 0;
event zeek_init()
{
Cluster::subscribe("/test/pings");