Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an unstable test for ack response of out_forward
It fixes the following error: Error: test: a node supporting responses after stop(ForwardOutputTest): Fluent::Test::Driver::TestTimedOut: Test case timed out with hard limit. /home/runner/work/fluentd/fluentd/lib/fluent/test/driver/base.rb:201:in `rescue in run_actual' /home/runner/work/fluentd/fluentd/lib/fluent/test/driver/base.rb:196:in `run_actual' /home/runner/work/fluentd/fluentd/lib/fluent/test/driver/base.rb:95:in `run' /home/runner/work/fluentd/fluentd/lib/fluent/test/driver/base_owner.rb:130:in `run' /home/runner/work/fluentd/fluentd/test/plugin/test_out_forward.rb:651:in `block in <class:ForwardOutputTest>' In addition, add a timeout and an assertion to help investigating on failure/error cases. Signed-off-by: Takuro Ashie <[email protected]>
- Loading branch information