logstash-plugins / logstash-output-lumberjack

Apache License 2.0
6 stars 25 forks source link

plugin tests hang in plugin-api-v1 branch #21

Open jsvd opened 8 years ago

jsvd commented 8 years ago

This is causing the logstash 2.x default plugin test to hang sometimes http://build-eu-00.elastic.co/view/LS%202.x/job/Logstash_Default_Plugins_2x/651/console

logstash-output-lumberjack (git)-[plugin-api-v1] % bundle install
Your Gemfile lists the gem logstash-output-lumberjack (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies................
Using rake 11.1.2
Using cabin 0.8.1
Using clamp 0.6.5
Using coderay 1.1.1
Using concurrent-ruby 0.9.2
Using diff-lcs 1.2.5
Using ffi 1.9.10
Using filesize 0.0.4
Using fivemat 1.3.2
Using flores 0.0.6
Using gem_publisher 1.5.0
Using gems 0.8.3
Using i18n 0.6.9
Using insist 1.0.0
Using jrjackson 0.3.9
Using jruby-openssl 0.9.13
Using kramdown 1.11.1
Using logstash-core-event 2.3.3.snapshot1
Using minitar 0.5.4
Using method_source 0.8.2
Using slop 3.6.0
Using rubyzip 1.1.7
Using stud 0.0.22
Using thread_safe 0.3.5
Using polyglot 0.3.5
Using rspec-support 3.4.1
Using bundler 1.11.2
Installing jls-lumberjack 0.0.26
Using spoon 0.0.4
Using treetop 1.4.15
Using rspec-core 3.4.4
Using rspec-expectations 3.4.0
Using rspec-mocks 3.4.1
Using pry 0.10.3
Using rspec 3.4.0
Using logstash-core 2.3.3.snapshot1
Using rspec-wait 0.0.8
Using logstash-core-plugin-api 1.16.0
Using logstash-devutils 0.0.22
Using logstash-codec-plain 2.0.4
Using logstash-output-lumberjack 2.0.6 from source at `.`
Bundle complete! 4 Gemfile dependencies, 41 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
bundle install  29.62s user 1.12s system 151% cpu 20.348 total
joaoduarte@Joaos-MBP ~/new_plugins/logstash-output-lumberjack (git)-[plugin-api-v1] % bundle exec rspec
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}

Randomized with seed 29975

# ZZZzzZZZzzzzZZzzzZZ ..
ph commented 8 years ago

oh my, my old nemesis is back