Skip to content

Commit 3a5187e

Browse files
authored
Update logstash-core/spec/logstash/java_pipeline_spec.rb
1 parent fa514fe commit 3a5187e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

logstash-core/spec/logstash/java_pipeline_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,8 @@ def flush(options)
10171017
end
10181018
end
10191019
context "Pipeline created with too many filters" do
1020+
# create pipeline with 2000 filters
1021+
# 2000 filters is more than a thread stack of size 2MB can handle
10201022
let(:config) do
10211023
<<-EOS
10221024
input { dummy_input {} }

0 commit comments

Comments
 (0)