mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
btest: Use Broker for Broker specific tests
Now that Cluster::backend defaults to NONE by default, some tests won't just work anymore for various reasons (mostly due to the logging framework not sending log writes to broker anymore). Load the new frameworks/cluster/backend/broker package for these to keep them functional. Also add the @load to the common broker/cluster-layout.zeek file to avoid changing all of the files that use that layout.
This commit is contained in:
parent
1570dd6a96
commit
5a10772b7d
13 changed files with 27 additions and 2 deletions
|
@ -17,6 +17,9 @@
|
|||
# @TEST-START-FILE common.zeek
|
||||
@load base/frameworks/notice/weird
|
||||
|
||||
# Ensure logging is done via Broker
|
||||
@load frameworks/cluster/backend/broker
|
||||
|
||||
module Test;
|
||||
|
||||
# Disable the string and container length filtering.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue