mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix some determinism issues with btests
This commit is contained in:
parent
d6e97ab306
commit
e195d3d778
5 changed files with 83 additions and 3 deletions
|
@ -5947,6 +5947,9 @@ const io_poll_interval_default = 100 &redef;
|
|||
## .. zeek:see:: io_poll_interval_default
|
||||
const io_poll_interval_live = 10 &redef;
|
||||
|
||||
## Whether Zeek is being run under test. This can be used to alter functionality
|
||||
## while testing, but should be used sparingly.
|
||||
const running_under_test: bool = F &redef;
|
||||
|
||||
global done_with_network = F;
|
||||
event net_done(t: time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue