Bernhard Amann
dd24d7af83
update input tests to use exit_only_after_terminate
2013-02-01 15:45:21 -08:00
Jon Siwek
acafcfafd2
Revert "Trick for parallelizing input framework unit tests."
...
This reverts commit 43ed437daa
.
The old way of doing the tests seems more reliable for now.
2013-01-18 13:15:34 -06:00
Jon Siwek
43ed437daa
Trick for parallelizing input framework unit tests.
...
Instead of loading listen.bro to block until files are read, just read
a pcap file in pseudo-realtime. Seems to work well.
2012-12-11 17:06:54 -06:00
Bernhard Amann
a6d87fcab7
rename the update_finished event to end_of_data and make it fire in
...
more cases.
It will now not only fire after table-reads have been completed,
but also after the last event of a whole-file-read (or whole-db-read, etc.).
The interface also has been extended a bit to allow readers to
directly fire the event should they so choose. This allows the
event to be fired in direct table-setting/event-sending modes,
which was previously not possible.
2012-10-10 11:51:20 -07:00
Bernhard Amann
f133e8808a
ok, this one might really be a bit too big for 2.1
...
Give all kinds of errors when encountering invalid numbers (like out-of-range-warnings, etc).
2012-08-26 22:00:37 -07:00
Bernhard Amann
124c985d7a
Bug found bei Keith & Seth: input framework was not handling counts and ints out of 32-bit-range correctly.
...
Note - another bugfix will be coming later (problem reading sets containing zero-length-strings & un-escaping-bug in sets)
2012-08-26 14:49:37 -07:00