Skip to content

Commit bf9b23b

Browse files
Additional cleanify changes to ls2ls integ tests (#17246) (#17256)
* Additional cleanify changes to ls2ls integ tests: replace heartbeat-input with reload option, set queue drain to get consistent result. (cherry picked from commit 1e06eea) Co-authored-by: Mashhur <[email protected]>
1 parent ab11d4e commit bf9b23b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
queue.type: persisted
2+
queue.drain: true

qa/integration/specs/logstash_to_logstash_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def run_logstash_instance(config_name, options = {}, &block)
5353
"--pipeline.id", config_name,
5454
"--path.config", config_to_temp_file(@fixture.config(config_name, options)),
5555
"--path.data", get_temp_path_dir,
56-
"--api.http.port", api_port.to_s)
56+
"--api.http.port", api_port.to_s,
57+
"--config.reload.automatic")
5758
logstash_service.wait_for_rest_api
5859
yield logstash_service
5960
ensure

0 commit comments

Comments
 (0)