mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() * origin/topic/jsiwek/supervisor: (44 commits) Add note that Supervisor script APIs are unstable until 4.0 Move command-line arg parsing functions to Options.{h,cc} Add btests for supervisor stem/leaf process revival Move supervisor control events into SupervisorControl namespace Fix supervisor "destroy" call on nodes not currently alive Move supervisor source files into supervisor/ Address supervisor code re-factoring feedback from Robin Convert supervisor internals to rapidjson Add Supervisor documentation Add supervisor btests Improve logging of supervised node errors Fix supervised node inheritence of command-line script paths Improve normalize_path() util function Use a timer to check for death of supervised node's parent Improve supervisor checks for parent process termination Improve handling of premature supervisor stem exit Improve supervisor signal handler safety Remove unused supervisor config options Cleanup minor Supervisor TODOs Improve supervisor debug logging ... |
||
---|---|---|
.. | ||
btest | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
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.