mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00

- Some baselines for tests in "leaks" group were outdated. - Changed a few of the cluster/communication tests to terminate more explicitly instead of relying on btest-bg-wait to kill processes. This makes the tests finish faster in the success case and makes the reason for failing clearer in the that case.
12 lines
411 B
Text
12 lines
411 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path test.failure
|
|
#open 2012-07-20-01-50-18
|
|
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
|
#types time addr port addr port string string
|
|
1342749018.970682 1.2.3.4 1234 2.3.4.5 80 failure US
|
|
1342749018.970682 1.2.3.4 1234 2.3.4.5 80 failure UK
|
|
1342749018.970682 1.2.3.4 1234 2.3.4.5 80 failure MX
|
|
#close 2012-07-20-01-50-18
|