You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2023/04/21 13:59:00 UTC

[jira] [Created] (IGNITE-19342) Use DistributedConfigurationStrorage in the several test classes of the DistributionZone module.

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)