keith-turner commented on code in PR #3785:
URL: https://github.com/apache/accumulo/pull/3785#discussion_r1341843905
##########
test/src/main/java/org/apache/accumulo/test/shell/ShellServerIT.java:
##########
@@ -1841,8 +1845,8 @@ public void scansWithNeverHostedTablets() throws
Exception {
final String table = getUniqueNames(1)[0];
ts.exec("createtable " + table);
ts.exec("addsplits -t " + table + " a c e g m t");
- ts.exec("goal -t " + table + " -b a -e a -g never");
- ts.exec("goal -t " + table + " -b c -e e -ee -g always");
+ ts.exec("setgoal -t " + table + " -b a -e a -g never");
Review Comment:
@ctubbsii the name of that command is out of scope for this PR, but what
you wrote sounds reasonable. Can you open an issue for reconsidering the name?
--
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]