dlmarion commented on code in PR #6194:
URL: https://github.com/apache/accumulo/pull/6194#discussion_r2897393254


##########
test/src/main/java/org/apache/accumulo/test/LocatorIT.java:
##########
@@ -125,8 +124,6 @@ public void testBasic() throws Exception {
 
       tableOps.offline(tableName, true);
 
-      assertThrows(TableOfflineException.class, () -> 
tableOps.locate(tableName, ranges));

Review Comment:
   I reverted this change in the most recent commit and instead put a check in 
TableOperationsImpl to ensure the behavior didn't change between releases. I 
re-ran ScanServerOfflineTableIT with these changes and it works, the 
Scanner/BatchScanner code don't use TableOperations.



-- 
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]

Reply via email to