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 ece70a9 commit 51de18cCopy full SHA for 51de18c
src/test/com/mongodb/SecondaryLoadBalanceTest.java
@@ -66,10 +66,10 @@ public void testEqualLoadBalance() throws Exception {
66
counters.get(addr.getHost()).incrementAndGet();
67
}
68
69
- System.out.println("---- node count: " + nodes.size());
+ //System.out.println("---- node count: " + nodes.size());
70
71
for (final String host : counters.keySet()) {
72
- System.out.println(host + " : " + counters.get(host).get());
+ //System.out.println(host + " : " + counters.get(host).get());
73
assertEquals(true, counters.get(host).get() > 0);
74
75
0 commit comments