-
Notifications
You must be signed in to change notification settings - Fork 438
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
Unstable TestRDocGeneratorJsonIndex#test_generate test #1048
Comments
Another error log after removing the |
I was able to capture the failing test, and compared values. https://app.travis-ci.com/github/ruby/ruby/jobs/612446128#L2936
|
I just tested the following script on RubyCI ppc64le server.
|
Here is just another failing case with the values.
|
I tried to reproduce this issue on RubyCI ppc64le Ubuntu jammy server for the Ruby ruby/ruby@ad4f973. However, I was not able to reproduce the issue. test_repeat.sh #!/bin/bash
set -eux
for i in $(seq 100); do
echo "=== ${i}"
RUBY_TESTOPTS="-j8 -q" make test-all TESTS="test/rdoc/test_rdoc_generator_json_index.rb"
done
|
I am seeing the following failure that happens randomly on Travis Ubuntu jammy ppc64le environment in ruby/ruby. The latest failure is at the relatively recent commit ruby/ruby@1d51e4c .
https://app.travis-ci.com/github/ruby/ruby/jobs/612435804#L2936
The test is built and executed with the following steps.
The text was updated successfully, but these errors were encountered: