This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch catalog-feature
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 7311385a42 Merge branch 'main' into catalog-feature
add 8451881ebf IGNITE-20161 Fix NPE in AppendEntriesRequestProcessor
(#2407)
add 9f4dd29a0a IGNITE-19361: Sql. Add negative test cases for UUID custom
type (#2416)
add dfdc132f5b IGNITE-20153 Prepare existing tests for the distributed
zone to switch to the catalog (#2420)
new 0bbb67a86b Merge branch 'ai-main' into catalog-feature
new fdcda7d911 catalog-feature after merge ai-main
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../distributionzones/DistributionZoneManager.java | 2 +-
.../BaseDistributionZoneManagerTest.java | 55 +-
.../DistributionZoneManagerAlterFilterTest.java | 117 +---
...ibutionZoneManagerConfigurationChangesTest.java | 45 +-
.../DistributionZoneManagerFilterTest.java | 24 +-
.../DistributionZoneManagerScaleUpTest.java | 500 ++++++--------
.../DistributionZoneManagerTest.java | 749 +--------------------
.../DistributionZoneManagerWatchListenerTest.java | 9 +-
.../DistributionZoneCausalityDataNodesTest.java | 362 +++-------
.../DistributionZonesTestUtil.java | 113 +++-
.../apache/ignite/raft/jraft/core/ItNodeTest.java | 7 +-
.../org/apache/ignite/raft/jraft/JRaftUtils.java | 4 +-
.../apache/ignite/raft/jraft/core/NodeImpl.java | 17 +-
.../storage/ItRebalanceDistributedTest.java | 22 +-
...niteDistributionZoneManagerNodeRestartTest.java | 61 +-
.../runner/app/PlatformTestNodeRunner.java | 2 +-
.../ignite/internal/sql/engine/ItZoneDdlTest.java | 122 ++--
.../datatypes/uuid/ItUuidExpressionTest.java | 19 +
modules/sql-engine/build.gradle | 1 +
.../DdlCommandHandlerExceptionHandlingTest.java | 88 +--
.../exec/ddl/DdlToCatalogCommandConverterTest.java | 103 +++
.../ddl/DistributionZoneDdlCommandHandlerTest.java | 172 +----
22 files changed, 794 insertions(+), 1800 deletions(-)
create mode 100644
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ddl/DdlToCatalogCommandConverterTest.java