zeek/testing/btest/scripts/base/frameworks/input
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
..
raw Fix offset=-1 (eof) for raw reader 2015-09-16 15:16:04 -07:00
sqlite Baseline updates for the addition of local_resp. 2015-02-23 16:25:11 -08:00
basic.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
bignumber.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
binary.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
default.bro Merge branch 'topic/jgras/input-default' of https://github.com/J-Gras/bro 2016-06-15 17:32:50 -07:00
empty-values-hashing.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
emptyvals.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
errors.bro Input: Further small changes to error handling 2016-07-25 15:35:46 -07:00
event.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
invalidnumbers.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
invalidtext.bro Make invalidtext.bro test stable. 2016-08-10 18:28:38 -07:00
missing-enum.bro Change the way the input framework deals with values it cannot convert 2015-03-19 14:58:38 -07:00
missing-file-initially.bro Input's ascii reader is now more resilient. 2017-02-23 23:13:12 -05:00
missing-file.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
onecolumn-norecord.bro Several fixes for input manager error handling. 2013-12-05 15:53:12 -08:00
onecolumn-record.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
optional.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
port.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
predicate-stream.bro Several fixes for input manager error handling. 2013-12-05 15:53:12 -08:00
predicate.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
predicatemodify.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
predicatemodifyandreread.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
predicaterefusesecondsamerecord.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
repeat.bro Several fixes for input manager error handling. 2013-12-05 15:53:12 -08:00
reread.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
set.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
setseparator.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
setspecialcases.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
stream.bro Merge remote-tracking branch 'origin/topic/vladg/ssh' 2015-03-25 11:04:26 -07:00
subrecord-event.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
subrecord.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
tableevent.bro Several fixes for input manager error handling. 2013-12-05 15:53:12 -08:00
twotables.bro Merge remote-tracking branch 'origin/topic/vladg/ssh' 2015-03-25 11:04:26 -07:00
unsupported_types.bro Input framework unit test adjustments. 2013-08-14 14:10:04 -05:00
windows.bro Ascii Input: Accept dos/windows newlines. 2016-06-01 11:21:44 -07:00