-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix or suppress failed tests on Ruby 3.3 #4375
Conversation
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
BTW I'm considering to stop running CI for Ruby head on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically LGTM except typo.
…ables Make easy to understand what these tests do. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
Behaviour of `IO#set_encoding` has been changed as of Ruby 3.3. We don't yet determine how to solve this issue, it might be better to address in Ruby. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
@kenhys I believe that either a squash merge or creating a merge commit is better than a normal merge.
Is there any reason for doing a normal merge?
Oops, it seems that applied "Rebase and merge" accidentally. |
Backport (v1.16): Fix or suppress failed tests on Ruby 3.3 (#4375)
Which issue(s) this PR fixes:
N/A
What this PR does / why we need it:
Fix failed tests on Ruby 3.3.
They seem just only test's problem except #4058, no need to fix fluentd itself.
For #4058, we have to decide whether to fix in fluentd or Ruby, so mark these tests as pending until decide it.
Docs Changes:
N/A
Release Note:
N/A