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}
FF.

Failures:

  1) LogStash::Inputs::Generator should generate configured message
     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::Generator should generate message from stdin
     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 0.786 seconds (files took 1.16 seconds to load)
3 examples, 2 failures

Failed examples:

rspec /Users/colin/dev/src/elasticsearch/logstash-plugins/logstash-input-generator/spec/inputs/generator_spec.rb:10 # LogStash::Inputs::Generator should generate configured message
rspec /Users/colin/dev/src/elasticsearch/logstash-plugins/logstash-input-generator/spec/inputs/generator_spec.rb:31 # LogStash::Inputs::Generator should generate message from stdin

Randomized with seed 37675
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