Aleksandr Chesnokov created IGNITE-28982:
--------------------------------------------
Summary: Enable real Rolling Upgrade mode in testcontainers
compatibility tests
Key: IGNITE-28982
URL: https://issues.apache.org/jira/browse/IGNITE-28982
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Chesnokov
Assignee: Aleksandr Chesnokov
For now compatibility testcontainers use DisabledRollingUpgradeProcessor, which
has naive implementation
{code:java}
@Nullable @Override public IgniteNodeValidationResult validateNode(ClusterNode
node) {
return null;
} {code}
Problem is that real processor has sophisticated logic for validation and it is
not tested in testcontainers
Let's implement provider that gives real RollingUpgradeProcessor but enabled by
default. Probably it will be called AutoEnabledRollingUpgradeProcessor
--
This message was sent by Atlassian Jira
(v8.20.10#820010)