Skip to content

Commit 3267456

Browse files
committed
Fixes in test naming and removed unusefull filter in pipeline
1 parent 9269a89 commit 3267456

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

qa/integration/fixtures/pipeline_id_log_spec.yml

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ config: |-
77
count => 4
88
}
99
}
10-
filter {
11-
sleep { time => 1 every => 2 }
12-
}
1310
output {
1411
null {}
1512
}

qa/integration/specs/pipeline_id_log_spec.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
let(:temp_dir) { Stud::Temporary.directory("logstash-pipelinelog-test") }
3131
let(:config) { @fixture.config("root") }
3232

33-
it "should write logs to a new dir" do
33+
it "should write logs with pipeline.id" do
3434
pipeline_name = "custom_pipeline"
3535
settings = {
3636
"path.logs" => temp_dir,
37-
"pipeline.id" => pipeline_name,
38-
"slowlog.threshold.warn" => "500ms"
37+
"pipeline.id" => pipeline_name
3938
}
4039
IO.write(@ls.application_settings_file, settings.to_yaml)
4140
@ls.spawn_logstash("-w", "1" , "-e", config)

0 commit comments

Comments
 (0)