Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

Watson1978
Copy link
Contributor

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:

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.

Signed-off-by: Shizuo Fujita <[email protected]>
@Watson1978 Watson1978 requested a review from daipom November 6, 2024 03:28
Copy link
Contributor

@daipom daipom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@daipom daipom merged commit 7008d53 into fluent:master Nov 6, 2024
16 checks passed
@daipom daipom changed the title test_ack_handler: use singleton method instead of stub for stability CI: test_ack_handler: use singleton method instead of stub for stability Nov 6, 2024
@daipom daipom added the CI Test/CI issues label Nov 6, 2024
@Watson1978 Watson1978 deleted the test_ack_handler branch November 6, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Test/CI issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Fails "raises no error when another thread closes a socket"
2 participants