You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "ivandasch (via GitHub)" <gi...@apache.org> on 2023/05/19 14:55:56 UTC

[GitHub] [ignite] ivandasch commented on a diff in pull request #10721: IGNITE-15629 Metric command implemented

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org