mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Fix some failing tests
This commit is contained in:
commit
9e302c7e89
4 changed files with 13 additions and 3 deletions
10
CHANGES
10
CHANGES
|
@ -1,6 +1,16 @@
|
||||||
|
|
||||||
|
2.5-123 | 2017-04-10 13:30:14 -0700
|
||||||
|
|
||||||
|
* Fix some failing tests by increasing delay times. (Daniel Thayer)
|
||||||
|
|
||||||
|
* Threading Types: add a bit of documentation to subnet type. (Johanna Amann)
|
||||||
|
|
||||||
|
* Fixing couple issues reported by Coverity. (Robin Sommer)
|
||||||
|
|
||||||
2.5-119 | 2017-04-07 10:30:09 -0700
|
2.5-119 | 2017-04-07 10:30:09 -0700
|
||||||
|
|
||||||
|
* Fix the test group name in some broker test files. (Daniel Thayer)
|
||||||
|
|
||||||
* NetControl: small rule_error changes (test, call fix). (Johanna Amann)
|
* NetControl: small rule_error changes (test, call fix). (Johanna Amann)
|
||||||
|
|
||||||
* SSL: update dpd signature for TLS1.3. (Johanna Amann)
|
* SSL: update dpd signature for TLS1.3. (Johanna Amann)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.5-119
|
2.5-123
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# @TEST-REQUIRES: ifconfig | grep -q -E "inet6 ::1|inet6 addr: ::1"
|
# @TEST-REQUIRES: ifconfig | grep -q -E "inet6 ::1|inet6 addr: ::1"
|
||||||
#
|
#
|
||||||
# @TEST-EXEC: btest-bg-run bro bro $DIST/aux/broccoli/test/broccoli-v6addrs.bro "Communication::listen_ipv6=T"
|
# @TEST-EXEC: btest-bg-run bro bro $DIST/aux/broccoli/test/broccoli-v6addrs.bro "Communication::listen_ipv6=T"
|
||||||
# @TEST-EXEC: sleep 1
|
# @TEST-EXEC: sleep 3
|
||||||
# @TEST-EXEC: btest-bg-run broccoli $BUILD/aux/broccoli/test/broccoli-v6addrs -6 ::1
|
# @TEST-EXEC: btest-bg-run broccoli $BUILD/aux/broccoli/test/broccoli-v6addrs -6 ::1
|
||||||
# @TEST-EXEC: btest-bg-wait 20
|
# @TEST-EXEC: btest-bg-wait 20
|
||||||
# @TEST-EXEC: btest-diff bro/.stdout
|
# @TEST-EXEC: btest-diff bro/.stdout
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# @TEST-EXEC: chmod 600 broccoli.conf
|
# @TEST-EXEC: chmod 600 broccoli.conf
|
||||||
# @TEST-EXEC: btest-bg-run bro bro $DIST/aux/broccoli/test/broccoli-v6addrs.bro "Communication::listen_ssl=T" "ssl_ca_certificate=../ca_cert.pem" "ssl_private_key=../bro.pem"
|
# @TEST-EXEC: btest-bg-run bro bro $DIST/aux/broccoli/test/broccoli-v6addrs.bro "Communication::listen_ssl=T" "ssl_ca_certificate=../ca_cert.pem" "ssl_private_key=../bro.pem"
|
||||||
# @TEST-EXEC: sleep 1
|
# @TEST-EXEC: sleep 5
|
||||||
# @TEST-EXEC: btest-bg-run broccoli BROCCOLI_CONFIG_FILE=../broccoli.conf $BUILD/aux/broccoli/test/broccoli-v6addrs
|
# @TEST-EXEC: btest-bg-run broccoli BROCCOLI_CONFIG_FILE=../broccoli.conf $BUILD/aux/broccoli/test/broccoli-v6addrs
|
||||||
# @TEST-EXEC: btest-bg-wait 20
|
# @TEST-EXEC: btest-bg-wait 20
|
||||||
# @TEST-EXEC: btest-diff bro/.stdout
|
# @TEST-EXEC: btest-diff bro/.stdout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue