From f9b0770211c4171b08e18ed7acb3bba551db4d71 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 28 Oct 2024 09:25:30 +0900 Subject: [PATCH 1/2] test_out_forward: relax an ack_response_timeout Seems that timeout setting is short in ack_response_timeout. Seems that It may take some time to receive a ACK response so the process in ack handler has expired and the node is disabled. Signed-off-by: Watson --- test/plugin/test_out_forward.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugin/test_out_forward.rb b/test/plugin/test_out_forward.rb index 306d9d8234..fa4f05f307 100644 --- a/test/plugin/test_out_forward.rb +++ b/test/plugin/test_out_forward.rb @@ -611,7 +611,7 @@ def try_write(chunk) @d = d = create_driver(config + %[ require_ack_response true - ack_response_timeout 1s + ack_response_timeout 10s flush_mode immediate retry_type periodic From a147164ba1048f0f3c8e2899c9b6329595405be0 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Tue, 29 Oct 2024 14:44:27 +0900 Subject: [PATCH 2/2] test_out_forward: remove unnecessary ack_response_timeout setting Signed-off-by: Shizuo Fujita --- test/plugin/test_out_forward.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/plugin/test_out_forward.rb b/test/plugin/test_out_forward.rb index fa4f05f307..c2442b631a 100644 --- a/test/plugin/test_out_forward.rb +++ b/test/plugin/test_out_forward.rb @@ -611,7 +611,6 @@ def try_write(chunk) @d = d = create_driver(config + %[ require_ack_response true - ack_response_timeout 10s flush_mode immediate retry_type periodic @@ -659,7 +658,6 @@ def try_write(chunk) @d = d = create_driver(config + %[ require_ack_response true - ack_response_timeout 10s flush_mode immediate retry_type periodic