We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@andrewvc these specs failures seems related to ng-pipeline under master.
The text was updated successfully, but these errors were encountered: