We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370701b commit 4ccd95bCopy full SHA for 4ccd95b
features/state_listeners/membership_changes.feature
@@ -1,7 +1,7 @@
1
Feature: Membership change detection
2
3
Cluster object allows registering state listeners. It then guarantees that
4
- they will be notifies on cluster membership changes.
+ they will be notified on cluster membership changes.
5
6
Background:
7
Given a running cassandra cluster
@@ -39,6 +39,8 @@ Feature: Membership change detection
39
40
cluster.register(listener)
41
42
+ session = cluster.connect
43
+
44
$stdout.puts("=== START ===")
45
$stdout.flush
46
$stdin.gets
0 commit comments