mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() * origin/topic/awelzel/pluggable-cluster-backends-part1: btest: Test Broker::make_event() together with Cluster::publish_hrw() btest: Add cluster dir, minimal test for enum value broker: Add shim plugin adding a backend component zeek-setup: Instantiate backend::manager cluster: Add to src/CMakeLists.txt cluster: Add Components and ComponentManager for new components cluster/Backend: Interface for cluster backends cluster/Serializer: Interface for event and log serializers logging: Introduce logging/Types.h SerialTypes/Field: Allow default construction and add move constructor DebugLogger: Add cluster debugging stream plugin: Add component enums for pluggable cluster backends broker: Pass frame to MakeEvent() |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
builtin-plugins | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README |
This directory contains suites for testing for Zeek's correct operation: btest/ An ever-growing set of small unit tests testing Zeek's functionality. external/ A framework for downloading additional test sets that run more complex Zeek configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.