mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Revert "Trick for parallelizing input framework unit tests."
This reverts commit 43ed437daa
.
The old way of doing the tests seems more reliable for now.
This commit is contained in:
parent
3b73862ffb
commit
acafcfafd2
36 changed files with 210 additions and 50 deletions
|
@ -1,4 +1,7 @@
|
|||
# @TEST-EXEC: btest-bg-run bro bro -b --pseudo-realtime -r $TRACES/socks.trace %INPUT
|
||||
# (uses listen.bro just to ensure input sources are more reliably fully-read).
|
||||
# @TEST-SERIALIZE: comm
|
||||
#
|
||||
# @TEST-EXEC: btest-bg-run bro bro -b %INPUT
|
||||
# @TEST-EXEC: btest-bg-wait -k 5
|
||||
# @TEST-EXEC: btest-diff out
|
||||
|
||||
|
@ -11,6 +14,7 @@ T -42 SSH::LOG 21 123 10.0.0.0/24 1.2.3.4 3.14 1315801931.273616 100.000000 hurz
|
|||
@TEST-END-FILE
|
||||
|
||||
@load base/protocols/ssh
|
||||
@load frameworks/communication/listen
|
||||
|
||||
global outfile: file;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue