zeek/testing/btest/scripts/base/frameworks
Johanna Amann c27848fc32 Change the way the input framework deals with values it cannot convert
into BroVals (especially enums)

Not we do not force an internal error anymore. Instead, we raise an
normal error and set an error flag that signals to the top-level
functions that the value could not be converted and should not be
propagated to the Bro core. This sadly makes the already messy code even
more messy - but since errors can happen in deeply nested data
structures, the alternative (catching the error at every possible
location and then trying to clean up there instead of recursively
deleting the data that cannot be used later) is much worse.

Addresses BIT-1199
2015-03-19 14:58:38 -07:00
..
analyzer More analyzer framework tests. 2013-06-02 18:22:08 -07:00
cluster Unit test reliability adjustment. 2012-09-13 12:59:40 -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 Fix a bug in the core files framework with handling the BOF buffer. 2015-02-05 09:09:08 -05:00
input Change the way the input framework deals with values it cannot convert 2015-03-19 14:58:38 -07:00
intel Canonfying an intel test to not depend on output order. 2013-11-01 05:03:54 -07:00
logging Crashing bug in WriterBackend when deserializing WriterInfo where config 2015-02-23 13:54:44 -08:00
notice Updates for the notices framework. 2013-02-11 14:36:14 -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 Updated software framework to support parsing IE11 user-agent strings. 2013-12-05 15:05:11 -05:00
sumstats define empty request_key method for sumstats in cluster mode. 2014-04-18 16:29:51 -07:00