-
Notifications
You must be signed in to change notification settings - Fork 1
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: Support Fluentd after v1.13.3 #6
Comments
Hmm, I'm investigating why Bundler chooses Fluentd v1.12. fluent-plugin-utmpx/fluent-plugin-utmpx.gemspec Lines 23 to 29 in 035b284
|
Somehow this line affects the fluentd's version chosen by Bundler. spec.add_development_dependency "webrick" |
This is because Fluentd limits the version of "webrick". |
The signature of We need to follow this change. |
This looks like simply a test issue. The main code uses fluent-plugin-utmpx/lib/fluent/plugin/in_utmpx.rb Lines 66 to 70 in 035b284
|
The CI is updated in #5, but Bundler is still choosing Fluentd v1.12, not the latest Fluentd v1.15.3.
https://github.com/fluent-plugins-nursery/fluent-plugin-utmpx/actions/runs/4201345210/jobs/7288262037#step:3:69
It is the same in my local with Ruby 3.2.0.
Some tests fail on Fluentd v1.15.3.
(
$ bundle exec rake test
is successful, but just$ rake test
is not)The text was updated successfully, but these errors were encountered: