-
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
tests of fluent-plugin-geoip fails with fluentd v0.14.0.rc.1 #975
Comments
diff --git a/lib/fluent/compat/output.rb b/lib/fluent/compat/output.rb
index 72d28c2..4ae6f67 100644
--- a/lib/fluent/compat/output.rb
+++ b/lib/fluent/compat/output.rb
@@ -252,7 +252,7 @@ module Fluent
# This method overrides Fluent::Plugin::Output#handle_stream_simple
# because v0.12 BufferedOutput may overrides #format_stream, but original #handle_stream_simple method doesn't consider about it
- def handle_stream_simple(tag, es)
+ def handle_stream_simple(tag, es, enqueue: false)
if @overrides_format_stream
meta = metadata(nil, nil, nil)
bulk = format_stream(tag, es) I added above patch in my local.
|
Oh, I missed to fix |
tagomoris
changed the title
[v0.14] tests of fluent-plugin-geoip fails with fluentd v0.14.0.rc.1
tests of fluent-plugin-geoip fails with fluentd v0.14.0.rc.1
May 24, 2016
#988 solves this issue. |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce
Append following line to Gemfile:
Run tests.
Failed a lot of tests.
I expected that fluent-plugin-geoip tests succeeded without any changes with fluentd v0.14.0.rc.1 .
The text was updated successfully, but these errors were encountered: