Skip to content

Commit

Permalink
test_out_forward: remove unnecessary ack_response_timeout setting (#4685
Browse files Browse the repository at this point in the history
)

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 <[email protected]>
Signed-off-by: Shizuo Fujita <[email protected]>
  • Loading branch information
Watson1978 authored Oct 29, 2024
1 parent 4f80067 commit 17005d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/plugin/test_out_forward.rb
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ def try_write(chunk)

@d = d = create_driver(config + %[
require_ack_response true
ack_response_timeout 1s
<buffer tag>
flush_mode immediate
retry_type periodic
Expand Down Expand Up @@ -659,7 +658,6 @@ def try_write(chunk)

@d = d = create_driver(config + %[
require_ack_response true
ack_response_timeout 10s
<buffer tag>
flush_mode immediate
retry_type periodic
Expand Down

0 comments on commit 17005d5

Please sign in to comment.