Konstantin Orlov created IGNITE-26448:
-----------------------------------------
Summary: Sql. Clean up test framework
Key: IGNITE-26448
URL: https://issues.apache.org/jira/browse/IGNITE-26448
Project: Ignite
Issue Type: Improvement
Components: sql ai3
Reporter: Konstantin Orlov
Assignee: Konstantin Orlov
Currently,
{{org.apache.ignite.internal.sql.engine.framework.TestBuilders.ClusterBuilder}}
contains method to initialize tables and zones along with the cluster.
These methods are barely used in the tests. Moreover, usage of these methods
will result in non-portable test configuration (i.e. test configured with
builder-like API cannot be run in an e2e scenario since only DDL is available
on a real cluster).
It's proposed to remove this API completely to enforce new tests being written
with use of DDL, so any test can be ported to and from e2e test suite.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)