-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make usage of the new stop semantics to properly shutdown the plugin #10
Conversation
code looks good. is leaving I will attempt to re-run on my box and let you know how that goes! |
@talevy |
I run this several times and with the last commit the specs are not hanging anymore. |
@purbon since this is marked as kind of integration test, what do I need to set up in order to test this? |
@jsvd a working libzmq installation. |
hum.. I just ran
|
@jsvd don't know why this happen:
for example. |
by giving -e it ignores the tags |
@jsvd without libzmq present in your system test fail, please check if libzmq is there from former times 👍 |
LGTM |
move context to be lazy initialized and out of kind of const as its not fix the hanging specs by closing the input loop
Merged sucessfully into master! |
Implements
stop
to return fromrun
according to elastic/logstash#3210Depends on elastic/logstash-devutils#32 and elastic/logstash#3812
Fixes #9