Skip to content

Commit e193527

Browse files
committed
Update zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/auth/QuorumAuthObserverTest.java
1 parent 1b051d1 commit e193527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/auth/QuorumAuthObserverTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void testSmallObserverJoinSASLQuorum() throws Exception {
7676
String[] roleList = {"participant", "participant", "observer"};
7777
int[] clientPorts = startQuorum(3, connectStringBuilder, authConfigs, 3, false, myidList, roleList);
7878

79-
// small observer can't join quorum
79+
// observer with small myid should have joined the quorum
8080
String connectStr = "127.0.0.1:" + clientPorts[2];
8181
CountdownWatcher watcher = new CountdownWatcher();
8282
ZooKeeper zk = new ZooKeeper(connectStr, ClientBase.CONNECTION_TIMEOUT, watcher);

0 commit comments

Comments
 (0)