Skip to content

Commit 755f43a

Browse files
committed
Change comment.
1 parent 4dc418f commit 755f43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-sync/src/test/functional/com/mongodb/client/AbstractRetryableReadsProseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private void waitForClusterDiscovery() throws InterruptedException, TimeoutExcep
216216
clusterListener.waitForClusterDescriptionChangedEvents(
217217
event -> {
218218
ClusterDescription desc = event.getNewDescription();
219-
// We need both primary and secondary to be discovered (not UNKNOWN) before running the test.
219+
// We need both primary and secondary to be discovered (not UNKNOWN) before running the deprioritization tests.
220220
//
221221
// 1. The failpoint is set on the primary. If the primary is not yet discovered,
222222
// primaryPreferred may route the find to a secondary, and the failpoint never fires.

0 commit comments

Comments
 (0)