You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test'does retries correctly when #try_write fails'do
1) Failure: test: does retries correctly when #try_write fails(BufferedOutputRetryTest::buffered output with delayed commit): <false> is not true.
/Users/runner/work/fluentd/fluentd/test/plugin/test_output_as_buffered_retries.rb:963:in `block (2 levels) in <class:BufferedOutputRetryTest>'
960: end
961:
962: assert(@i.write_count > 1)
=> 963: assert(@i.num_errors > 1)
964: end
965: end
966: end
Describe the bug
Sometimes, 'does retries correctly when #try_write fails' test fails on CI
fluentd/test/plugin/test_output_as_buffered_retries.rb
Line 915 in 8a4506b
To Reproduce
Run CI
Expected behavior
No error
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: