dlmarion commented on code in PR #4606:
URL: https://github.com/apache/accumulo/pull/4606#discussion_r1617215567
##########
test/src/main/java/org/apache/accumulo/test/ScanServerGroupConfigurationIT.java:
##########
@@ -166,7 +166,7 @@ public void testClientConfiguration() throws Exception {
// Bump the number of scan serves that can run to start the GROUP1
scan server
getCluster().getConfig().setNumScanServers(2);
getCluster()._exec(ScanServer.class, ServerType.SCAN_SERVER, Map.of(),
- new String[] {"-g", "GROUP1"});
+ new String[] {"-o", "sserver.group=GROUP1"});
Review Comment:
I wonder if a comment might be more useful here to point out that if this
test fails because the expected property value changed, that this test as well
as the `accumulo-cluster` script (and maybe others) needs to be fixed as well.
--
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]