dlmarion commented on code in PR #4844:
URL: https://github.com/apache/accumulo/pull/4844#discussion_r1736865953
##########
test/src/main/java/org/apache/accumulo/test/ZombieScanIT.java:
##########
@@ -310,15 +327,14 @@ public void testMetrics() throws Exception {
});
// Two of the stuck threads should respond to interrupts on the server
side and exit.
- Wait.waitFor(() -> countActiveScans(c, table) == 6);
+ Wait.waitFor(() -> countActiveScans(c, serverType, table) == 6);
Wait.waitFor(() -> getZombieScansMetric() == 6);
- assertEquals(6, countActiveScans(c, table));
+ assertEquals(6, countActiveScans(c, serverType, table));
Review Comment:
Do you want to shutdown the ScanServer at the end of this test if it's being
used?
--
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]