mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
8 lines
360 B
Text
8 lines
360 B
Text
# @TEST-DOC: Test Zeek parsing "pipelined" data responses
|
|
#
|
|
# @TEST-EXEC: zeek -Cr $TRACES/redis/excessive-pipelining.trace base/protocols/redis %INPUT >output
|
|
# @TEST-EXEC: btest-diff redis.log
|
|
# @TEST-EXEC: btest-diff weird.log
|
|
|
|
# Make sure we get a weird if we go over the pipelining threshold (intentionally limited)
|
|
redef Redis::max_pending_requests = 5;
|