Hi,
I use the ruby-driver and I get a warning in the CqlProtocolHandler
ruby-driver/lib/cassandra/protocol/cql_protocol_handler.rb:293: warning: instance variable @timer not initialized
With this warning the tests with travis goes in timeout.
Can you initialize it in the initializer of the class?
forking the gem and adding everything goes smooth.
Thanks,
Baldarn