Skip to content
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 specs under ng-pipeline #12

Open
colinsurprenant opened this issue Dec 18, 2015 · 0 comments
Open

failing specs under ng-pipeline #12

colinsurprenant opened this issue Dec 18, 2015 · 0 comments
Labels

Comments

@colinsurprenant
Copy link
Contributor

@andrewvc these specs failures seems related to ng-pipeline under master.

Using Accessor#strict_set for specs
Run options: exclude {:redis=>true, :socket=>true, :performance=>true, :couchdb=>true, :elasticsearch=>true, :elasticsearch_secure=>true, :export_cypher=>true, :integration=>true, :windows=>true}
.F..F

Failures:

  1) LogStash::Inputs::Pipe pipe from echo should receive the pipe
     Failure/Error: Unable to find matching line from backtrace
     NoMethodError:
       undefined method `each' for nil:NilClass
     # ./logstash-core/lib/logstash/pipeline.rb:258:in `output_batch'
     # ./logstash-core/lib/logstash/pipeline.rb:255:in `output_batch'
     # ./logstash-core/lib/logstash/pipeline.rb:200:in `worker_loop'
     # ./logstash-core/lib/logstash/pipeline.rb:169:in `start_workers'

  2) LogStash::Inputs::Pipe pipe from tail should receive all piped elements
     Failure/Error: Unable to find matching line from backtrace
     NoMethodError:
       undefined method `each' for nil:NilClass
     # ./logstash-core/lib/logstash/pipeline.rb:258:in `output_batch'
     # ./logstash-core/lib/logstash/pipeline.rb:255:in `output_batch'
     # ./logstash-core/lib/logstash/pipeline.rb:200:in `worker_loop'
     # ./logstash-core/lib/logstash/pipeline.rb:169:in `start_workers'

Finished in 4.96 seconds (files took 0.882 seconds to load)
5 examples, 2 failures

Failed examples:

rspec /Users/colin/dev/src/elasticsearch/logstash-plugins/logstash-input-pipe/spec/inputs/pipe_spec.rb:44 # LogStash::Inputs::Pipe pipe from echo should receive the pipe
rspec /Users/colin/dev/src/elasticsearch/logstash-plugins/logstash-input-pipe/spec/inputs/pipe_spec.rb:76 # LogStash::Inputs::Pipe pipe from tail should receive all piped elements

Randomized with seed 18618
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant