From 17005d5256f707cad8b75144bc0d961b1aece25f Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 29 Oct 2024 16:46:09 +0900 Subject: [PATCH] test_out_forward: remove unnecessary ack_response_timeout setting (#4685) 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 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 306d9d8234..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 1s 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