zeek/testing/btest/scripts/base/frameworks
Seth Hall 75744d22bc Input's ascii reader is now more resilient.
By default, the ASCII reader does not fail on errors anymore.
If there is a problem parsing a line, a reporter warning is
written and parsing continues.  If the file is missing or can't
be read, the input thread just tries again on the next heartbeat.

Options have been added to recreate the previous behavior...

const InputAscii::fail_on_invalid_lines: bool;
and
const InputAscii::fail_on_file_problem: bool;

They are both set to `F` by default which makes the input readers
resilient to failure.
2017-02-23 23:13:12 -05:00
..
analyzer SSH: Update baselines 2015-03-18 13:02:33 -04:00
cluster Add a test for starting a cluster with a logger node 2016-07-15 15:23:49 -05:00
communication Drain events before terminating log/thread managers. 2012-06-28 12:42:32 -05:00
control Add sleeps to configuration_update test for better reliability. 2012-09-05 16:20:34 -05:00
file-analysis Adding test with command line that used to trigger a crash. 2017-01-31 14:52:37 -08:00
input Input's ascii reader is now more resilient. 2017-02-23 23:13:12 -05:00
intel Updated expiration test case to cover reinsertion. 2017-02-09 19:40:25 +01:00
logging Actually check if the number of fields in a write are equal to the 2016-09-22 16:43:37 -07:00
netcontrol Make netcontrol cluster test stable. 2016-08-12 11:39:34 -07:00
notice Updates for the notices framework. 2013-02-11 14:36:14 -05:00
openflow Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
packet-filter Add a Reporter::fatal BIF. 2011-08-25 13:13:39 -05:00
reporter Updating baselines. 2012-08-10 13:25:18 -07:00
software Adding tests for Flash version parsing and plugin detection. 2015-07-30 07:23:14 -07:00
sumstats define empty request_key method for sumstats in cluster mode. 2014-04-18 16:29:51 -07:00