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

test/ruby/test_gc_compact.rb: Do not run on s390x #5077

Merged
merged 2 commits into from Nov 4, 2021

Commits on Nov 4, 2021

  1. test/ruby/test_gc_compact.rb: Do not run on s390x

    The compaction tests get stuck randomly on s390x for unknown reason.
    
    http://rubyci.s3.amazonaws.com/s390x/ruby-master/log/20211104T030003Z.fail.html.gz
    ```
    [13715/21145] TestGCCompact#test_gc_compact_statstimeout: output interval exceeds 1800.0 seconds.
    ```
    
    We spent some time to investigate this issue, but we can't figure out
    why, and it is unlikely that we'll be able to fix it anytime soon.
    
    This random failure makes the CI unuseful, so tentatively we suppress
    this test for a while. A contribution from those who are familiar with
    s390x is welcome.
    mame committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c947ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e4989 View commit details
    Browse the repository at this point in the history