xianjingfeng commented on code in PR #931:
URL: https://github.com/apache/incubator-uniffle/pull/931#discussion_r1222949418
##########
cli/src/test/java/org/apache/uniffle/cli/UniffleTestCLI.java:
##########
@@ -51,11 +51,19 @@ public void testHelp() throws UniffleCliArgsException,
IOException {
assertEquals(0, uniffleCLI.run(args1));
oldOutPrintStream.println(dataOut);
assertTrue(dataOut.toString().contains(
- "-a,--admin <arg> This is an admin command that will print args."));
+ "-a,--admin <arg> This is an admin command that will print
args."));
assertTrue(dataOut.toString().contains(
- "-c,--cli <arg> This is an client cli command that will print
args."));
+ "-c,--cli <arg> This is an client cli command that will
print args."));
assertTrue(dataOut.toString().contains(
- "-h,--help Help for the Uniffle CLI."));
+ "-h,--help Help for the Uniffle CLI."));
+ assertTrue(dataOut.toString().contains(
+ "-cc,--checkerClass <arg> This is the checker class that will be
refreshed."));
Review Comment:
It is better to align with the front.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]