DomGarguilo commented on code in PR #6475:
URL: https://github.com/apache/accumulo/pull/6475#discussion_r3606198949
##########
core/src/test/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerSelectorTest.java:
##########
@@ -741,4 +741,17 @@ public void testErrors() {
assertEquals(Duration.ofMillis(expected), selections.getDelay());
}
}
+
+ @Test
+ public void testInfiniteServerPercentage() {
Review Comment:
Might be good to add a javadoc/comment to this test method explaining that
its testing for the `NaN` values
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]