Skip to content

Commit 4ccd95b

Browse files
committed
RUBY-164 - don't mark host down after receiving a host_down event if there are open connections.
* Fixed broken cuke test.
1 parent 370701b commit 4ccd95b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

features/state_listeners/membership_changes.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Membership change detection
22

33
Cluster object allows registering state listeners. It then guarantees that
4-
they will be notifies on cluster membership changes.
4+
they will be notified on cluster membership changes.
55

66
Background:
77
Given a running cassandra cluster
@@ -39,6 +39,8 @@ Feature: Membership change detection
3939
4040
cluster.register(listener)
4141
42+
session = cluster.connect
43+
4244
$stdout.puts("=== START ===")
4345
$stdout.flush
4446
$stdin.gets

0 commit comments

Comments
 (0)