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
76ea182387
make want_record=T the default for events
2012-07-26 21:13:49 -07:00
Jon Siwek
0e48fda6ff
Updating input framework unit tests.
...
Generally tried to make them more reliable and execute quicker.
They all now load the listen script as a trick to make sure input
sources are fully read, but also terminate() at appropriate times
so that they don't take more time than needed. They're also all
serialized with the 'comm' group so listening on a port doesn't
interfere with the communication tests.
2012-06-29 12:50:57 -05:00
Bernhard Amann
29f56b4986
continue finetuning of interface + adjust tests.
...
streaming + re-reading do not seem to work completely correctly + there are still some strange random crashes.
2012-03-16 23:43:13 -07:00
Bernhard Amann
e59aed6ce3
for seth - reverse order of event arguments
2012-03-16 08:31:19 -07:00
Bernhard Amann
842f635695
give EventDescripion field back to events
2012-03-16 08:10:28 -07:00
Bernhard Amann
367c4b4a7e
make raw reading work.
...
apparently there was a crash in the reader plugin, but main bro did not notice but waited for eternity for it do to something.
2012-03-16 07:53:29 -07:00
Bernhard Amann
7e5f733826
raw input reader for seth, which can simply read a file into string-events given a line separator.
2012-02-22 09:44:45 -08:00