xtern commented on code in PR #3590:
URL: https://github.com/apache/ignite-3/pull/3590#discussion_r1562585723
##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerSelfTest.java:
##########
@@ -1388,9 +1432,48 @@ public void testDropZone() {
assertThat(manager.execute(dropCommand),
willThrow(DistributionZoneNotFoundValidationException.class));
}
+ @Test
+ public void testDropDefaultZoneIsRejected() {
Review Comment:
Added such case, in test "testSetDefaultZone"
##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerSelfTest.java:
##########
@@ -1388,9 +1432,48 @@ public void testDropZone() {
assertThat(manager.execute(dropCommand),
willThrow(DistributionZoneNotFoundValidationException.class));
}
+ @Test
+ public void testDropDefaultZoneIsRejected() {
Review Comment:
Added such case in test "testSetDefaultZone"
--
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]