mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Skip a flakey test failing since November 2016
The failure: Failures: 1) LogStash::Pipeline defaulting the pipeline workers based on thread safety when there are threadsafe filters only starts multiple filter threads Failure/Error: expect(pipeline.worker_threads.size).to eq(worker_thread_count) expected: 5 got: 8 Related issues: #6855, #6245, #6355 Fixes #7071
This commit is contained in:
parent
77938fe70d
commit
754773b328
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ describe LogStash::Pipeline do
|
|||
}
|
||||
|
||||
it "starts multiple filter threads" do
|
||||
skip("This test has been failing periodically since November 2016. Tracked as https://github.com/elastic/logstash/issues/6245")
|
||||
pipeline = TestPipeline.new(test_config_with_filters)
|
||||
pipeline.run
|
||||
expect(pipeline.worker_threads.size).to eq(worker_thread_count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue