spec/zk/pool_spec.rb in zk-1.4.0 vs spec/zk/pool_spec.rb in zk-1.4.1
- old
+ new
@@ -153,11 +153,11 @@
end
# These tests are seriously yucky, but they show that when a client is !connected?
# the pool behaves properly and will not return that client to the caller.
- describe 'health checking with disconnected client' do
+ describe 'health checking with disconnected client', :rbx => :broken do
before do
wait_until(2) { @connection_pool.available_size == 2 }
@connection_pool.available_size.should == 2
@connections = @connection_pool.connections
@@ -194,10 +194,9 @@
@connection_pool.available_size.should == 0
@connections.should include(@mcnx1)
end
end
-
end # Simple
describe :Bounded do
before do
@min_clients = 1