'rake spec' sort of fails
-------------------------
Key: THRIFT-433
URL: https://issues.apache.org/jira/browse/THRIFT-433
Project: Thrift
Issue Type: Bug
Components: Library (Ruby)
Reporter: Bryan Duxbury
Priority: Blocker
Fix For: 0.1
All the specs actually pass, but the process running the specs crashes with
this:
{code}
Finished in 6.741429 seconds
240 examples, 0 failures, 1 pending
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/bin/spec:4: [BUG] queue 0x21e1650
freed with live thread(s) waiting
ruby 1.8.6 (2007-03-13) [i686-darwin8.10.1]
rake aborted!
Command /usr/local/bin/ruby
-I"/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib"
"/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/bin/spec"
"spec/base_protocol_spec.rb"
"spec/base_transport_spec.rb" "spec/binary_protocol_accelerated_spec.rb"
"spec/binary_protocol_spec.rb" "spec/client_spec.rb"
"spec/compact_protocol_spec.rb"
"spec/exception_spec.rb" "spec/http_client_spec.rb"
"spec/mongrel_http_server_spec.rb" "spec/nonblocking_server_spec.rb"
"spec/processor_spec.rb" "spec/serializer_spec.rb"
"spec/server_socket_spec.rb" "spec/server_spec.rb" "spec/socket_spec.rb"
"spec/struct_spec.rb" "spec/types_spec.rb" "spec/unix_socket_spec.rb" --color
failed
(See full trace by running task with --trace)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.