Flaugh24 commented on code in PR #1569:
URL: https://github.com/apache/ignite-3/pull/1569#discussion_r1122993087
##########
modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/cluster/ItClusterManagementControllerTest.java:
##########
@@ -56,8 +68,13 @@ void testControllerLoaded() {
@Test
void testInitNoSuchNode() {
// Given body with nodename that does not exist
- String givenInvalidBody = "{\"metaStorageNodes\": [\"nodename\"],
\"cmgNodes\": [], \"clusterName\": \"cluster\"}";
-
+ String givenInvalidBody = "{\n"
Review Comment:
done
##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/impl/ItMetaStorageWatchTest.java:
##########
@@ -109,13 +115,17 @@ private static class Node {
var logicalTopology = new LogicalTopologyImpl(clusterStateStorage);
+ var distributedConfigurationUpdater = new
DistributedConfigurationUpdater();
Review Comment:
done
--
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]