mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Immediately apply broker subscriptions made during bro_init()
Otherwise that's begging for unit test failures due to races
This commit is contained in:
parent
083947af41
commit
67524f26d5
7 changed files with 24 additions and 5 deletions
10
CHANGES
10
CHANGES
|
@ -1,4 +1,14 @@
|
|||
|
||||
2.5-831 | 2018-08-10 17:12:53 -0500
|
||||
|
||||
* Immediately apply broker subscriptions made during bro_init()
|
||||
(Jon Siwek, Corelight)
|
||||
|
||||
* Update default broker threading configuration to use 4 threads and allow
|
||||
tuning via BRO_BROKER_MAX_THREADS env. variable (Jon Siwek, Corelight)
|
||||
|
||||
* Misc. unit test improvements (Jon Siwek, Corelight)
|
||||
|
||||
2.5-826 | 2018-08-08 13:09:27 -0700
|
||||
|
||||
* Add support for code coverage statistics for bro source files after running btest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue