PakhomovAlexander commented on code in PR #3452:
URL: https://github.com/apache/ignite-3/pull/3452#discussion_r1535538956
##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/ItConfigCommandTest.java:
##########
@@ -88,7 +90,8 @@ public void setAndGetWithManualHost() {
assertEquals(0, exitCode);
assertThat(
out.toString(UTF_8),
- containsString("Node configuration was updated successfully")
+ containsString("Node configuration updated. "
+ + fg(Color.RED).mark("Restart the node to apply
changes."))
Review Comment:
I think the red color indicates an error but this is not the one. I would
say that the yellow color or bold text would be enough.
--
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]