-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Fail on Ruby 3.2 preview2 on Windows #3869
Comments
On latest version of Ruby, error tests are increased to more than 100. https://github.com/fluent/fluentd/runs/8061680028?check_suite_focus=true
Probably most of new errors are caused by same root cause: e.g.)
|
This is because On windows, probably delete pending state causes this error. |
The issue originally I reported is fixed in #3968:
But recently, still one more test constantly fails on Ruby 3.2 on Windows:
It seems related with #3842 (comment) It doesn't reproduce on my local environment. |
It's not Ruby 3.2 specific, I seems that it randomly occur (or doesn't occur) on all platforms. So I close this issue. |
Describe the bug
CI fails with
ruby 3.2.0dev (2022-08-22 master 9f3140a42e) [x64-mingw-ucrt]
on Windows:https://github.com/fluent/fluentd/runs/7945647354?check_suite_focus=true
It succeeded with ruby 3.2.0dev (2022-08-19 master 35c794b26d) [x64-mingw-ucrt] on Windows though:
https://github.com/fluent/fluentd/runs/7913475855?check_suite_focus=true
To Reproduce
Run CI with
ruby 3.2.0dev (2022-08-22 master 9f3140a42e) [x64-mingw-ucrt]
on WindowsExpected behavior
The test should succeed.
Your Environment
Your Configuration
Your Error Log
The text was updated successfully, but these errors were encountered: