fluent / fluentd

Fluentd: Unified Logging Layer (project under CNCF)
https://www.fluentd.org
Apache License 2.0
12.93k stars 1.34k forks source link

CI: test_ack_handler: use singleton method instead of stub for stability #4698

Closed Watson1978 closed 2 weeks ago

Watson1978 commented 2 weeks ago

Which issue(s) this PR fixes: Fixes #4694

What this PR does / why we need it: When using stub, sometimes it causes errors when it remove prepared methods by stub. To improve the stability of the CI, this patch will use the singleton method instead of stub.

Docs Changes:

Release Note: