ivandasch commented on code in PR #10721:
URL: https://github.com/apache/ignite/pull/10721#discussion_r1199060859
##########
modules/control-utility/src/test/java/org/apache/ignite/util/MetricCommandTest.java:
##########
@@ -68,22 +71,22 @@ public class MetricCommandTest extends
GridCommandHandlerClusterByClassAbstractT
@Test
public void testMetricNameMissedFailure() {
assertContains(log, executeCommand(EXIT_CODE_INVALID_ARGUMENTS,
CMD_METRIC),
- "The name of a metric(metric registry) is expected.");
+ "Argument name required.");
Review Comment:
is required?
--
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]