-
Notifications
You must be signed in to change notification settings - Fork 100
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
failing spec under logstash 2.x #89
Comments
There are various sleeps throughout the code which make the rspec thread wait until the runner thread has had a chance to do its thing. The amount of time it waits for is OK on my MPB with SSD but I suspect that a loaded CI server might need longer sleeps. I am fixing that now. The fix may need back porting. |
@guyboertje can we rewrite the case with |
@ph - I tried with rspec-wait but it did not work. Trying something of my own creation. Unfortunately there is one situation where we expect nothing to happen and we can't put in a wait for that 😄 |
we also have |
what is strange is that using logstash master I don't get the same error. could be a result of poor case analysis on my part though. |
btw, this is failing on master too. http://build-eu-00.elasticsearch.org/view/LS%20Master/job/Logstash_Master_Default_Plugins/907/console |
begin to add ignore_after config option depends on filewatch 0.6.8 add timed_out method to TailListener and specs revert Gemfile changes for PR split and rename ignore_after option, update gem deps to published ver. bump ver, make suggested review changes and improve spec reliability update changelog Fixes logstash-plugins#81, Fixes logstash-plugins#89, Fixes logstash-plugins#90
The text was updated successfully, but these errors were encountered: