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

Backport (v1.16): Fix or suppress failed tests on Ruby 3.3 (#4375) #4430

Merged
merged 4 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. test: Check Socket::ResolutionError instead of SocketError on Ruby 3.3

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie authored and daipom committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7f84eae View commit details
    Browse the repository at this point in the history
  2. test_child_process: Replace some UTF-8 byte sequences with named vari…

    …ables
    
    Make easy to understand what these tests do.
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie authored and daipom committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1a7ad12 View commit details
    Browse the repository at this point in the history
  3. test_child_process: Mark scrubbing tests as pending

    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>
    ashie authored and daipom committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9796fd3 View commit details
    Browse the repository at this point in the history
  4. test_fluentd: Fix failed tests on Ruby 3.3

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie authored and daipom committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    48c2b05 View commit details
    Browse the repository at this point in the history