DomGarguilo commented on a change in pull request #2345:
URL: https://github.com/apache/accumulo/pull/2345#discussion_r759400456
##########
File path: test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java
##########
@@ -161,10 +163,12 @@ public void checkHasMain() {
HashSet<Class<?>> expectSet = new HashSet<>();
expectSet.add(Admin.class);
+ expectSet.add(CheckCompactionConfig.class);
expectSet.add(CreateToken.class);
expectSet.add(Info.class);
expectSet.add(Initialize.class);
expectSet.add(LoginProperties.class);
+ // should this be replaced?
Review comment:
whoops, yep I'll get rid of that soon.
--
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]