Mirza Aliev created IGNITE-19342: ------------------------------------ Summary: Use DistributedConfigurationStrorage in the several test classes of the DistributionZone module. Key: IGNITE-19342 URL: https://issues.apache.org/jira/browse/IGNITE-19342 Project: Ignite Issue Type: Improvement Reporter: Mirza Aliev
{{DistributionZoneManagerScaleUpTest#testUpdateZoneScaleUpTriggersDataNodePropagation}}, {{DistributionZoneManagerScaleUpTest#testUpdateZoneScaleDownTriggersDataNodePropagation}} - this tests fail with the following assertion error: Expected revision that is greater or equal to already seen meta storage events. This is because TestConfigurationStorage does not use the same revision as the Meta Storage, therefore their revisions can't be compared directly. This should use `DistributedConfigurationStrorage` instead. -- This message was sent by Atlassian Jira (v8.20.10#820010)