AMashenkov commented on code in PR #3590:
URL: https://github.com/apache/ignite-3/pull/3590#discussion_r1562309115
##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/BaseDistributionZoneManagerTest.java:
##########
@@ -199,4 +202,12 @@ protected void dropZone(String zoneName) {
protected int getZoneId(String zoneName) {
return DistributionZonesTestUtil.getZoneIdStrict(catalogManager,
zoneName, clock.nowLong());
}
+
+ protected CatalogZoneDescriptor getDefaultZone() {
+ Catalog catalog =
catalogManager.catalog(catalogManager.latestCatalogVersion());
Review Comment:
```suggestion
Catalog catalog =
catalogManager.catalog(catalogManager.activeCatalogVersion());
```
--
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]