keith-turner commented on code in PR #4844:
URL: https://github.com/apache/accumulo/pull/4844#discussion_r1737552341
##########
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:
updated to stop scan servers in 91ad6d7
--
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]