zeek/testing/btest/scripts/base/frameworks
Jon Siwek 2fafadd930 Fix differing log filters of streams from writing to same writer/path.
Since WriterFrontend objects are looked up internally by writer type and
path, and they also expect to write consistent field arguments, it could
be the case that more than one filter of a given stream attempts to
write to the same path (derived either from $path or $path_func fields
of the filter) with the same writer type.  This won't work, so now
WriterFrontend objects are bound to the filter that instantiated them so
that we can warn about other filters attempting to write to the
conflicting writer/path and the write can be skipped.  Remote logs don't
appear to suffer the same issue due to pre-filtering.

Addresses #842.
2012-07-25 12:20:12 -05:00
..
cluster Switching to new btest command TEST-SERIALIZE for communication tests. 2012-05-14 16:50:48 -07:00
communication Drain events before terminating log/thread managers. 2012-06-28 12:42:32 -05:00
control Small tweak to make test complete quicker. 2012-06-28 15:16:33 -05:00
input make reading ascii logfiles work when the input separator is different from \t. 2012-07-23 11:27:08 -07:00
intel Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
logging Fix differing log filters of streams from writing to same writer/path. 2012-07-25 12:20:12 -05:00
metrics Switching to new btest command TEST-SERIALIZE for communication tests. 2012-05-14 16:50:48 -07:00
notice Reworking thread termination logic. 2012-07-19 21:21:53 -07:00
packet-filter Add a Reporter::fatal BIF. 2011-08-25 13:13:39 -05:00
software Merge remote-tracking branch 'origin/topic/bernhard/software' 2012-02-03 16:17:04 -05:00