mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
fixup! cluster/zeromq: Add support for configurable overflow_policy
This commit is contained in:
parent
2d3fdda2ce
commit
ed35878491
11 changed files with 37 additions and 58 deletions
|
@ -1,18 +1,12 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
B nodes_up, 2
|
||||
B nodes_up, 3
|
||||
B nodes_up, 4
|
||||
nodes_up, 2
|
||||
nodes_up, 3
|
||||
nodes_up, 4
|
||||
B sending first tick
|
||||
sending finish
|
||||
nodes_down, 2
|
||||
nodes_down, 3
|
||||
nodes_down, 4
|
||||
drop_c, {
|
||||
[proxy] = 0,
|
||||
[worker-2] = 0,
|
||||
[worker-1] = 0
|
||||
}
|
||||
last_c, {
|
||||
[proxy] = 50000,
|
||||
[worker-2] = 50000,
|
||||
[worker-1] = 50000
|
||||
}
|
||||
zeek_done drop_c {\x0a\x09[proxy] = 0,\x0a\x09[worker-2] = 0,\x0a\x09[worker-1] = 0\x0a}
|
||||
zeek_done last_c {\x0a\x09[proxy] = 50000,\x0a\x09[worker-2] = 50000,\x0a\x09[worker-1] = 50000\x0a}
|
||||
GOOD: Observed no XPUB blocks on manager
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
start, XXXXXXXXXX.XXXXXX
|
||||
zeek_done, XXXXXXXXXX.XXXXXX
|
||||
GOOD: Observed XPUB blocks
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
start, XXXXXXXXXX.XXXXXX
|
||||
zeek_done, XXXXXXXXXX.XXXXXX
|
||||
GOOD: Observed XPUB blocks
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
start, XXXXXXXXXX.XXXXXX
|
||||
zeek_done, XXXXXXXXXX.XXXXXX
|
||||
GOOD: Observed XPUB blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue