This is an automated email from the ASF dual-hosted git repository.

rpuch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 720d316f9c IGNITE-22267 Improve Table API javadocs (#4242)
     add c64c064f83 IGNITE-23018 Unwrap instead of casting to get IgniteImpl in 
tests (#4245)

No new revisions were added by this update.

Summary of changes:
 ...ItCatalogCompactionCoordinatorChoosingTest.java |   3 +-
 .../compaction/ItCatalogCompactionTest.java        |  15 +--
 .../catalog/ItCatalogApiThreadingTest.java         |   7 +-
 .../internal/cli/commands/ItNodeNameTest.java      |   2 +
 .../ItClusterStatusCommandInitializedTest.java     |   4 +-
 .../questions/ItConnectToSslClusterTest.java       |   2 +
 .../restart/ItRestartPartitionsTest.java           |   4 +-
 .../partitions/states/ItPartitionStatesTest.java   |   7 +-
 .../cli/commands/unit/ItDeploymentUnitTest.java    |   3 +-
 .../repl/executor/ItIgnitePicocliCommandsTest.java |   4 +-
 .../cluster/management/ItClusterIdChangeTest.java  |   5 +-
 .../management/topology/ItLogicalTopologyTest.java |  49 +++++-----
 .../deployment/ItDeploymentUnitFailoverTest.java   |  13 +--
 .../internal/deployment/ItDeploymentUnitTest.java  | 104 ++++++++++----------
 .../ignite/internal/compute/ItComputeBaseTest.java | 106 +++++++++++----------
 .../internal/compute/ItComputeErrorsBaseTest.java  |   7 +-
 .../internal/compute/ItComputeTestEmbedded.java    |  54 +++++------
 .../internal/compute/ItComputeTestStandalone.java  |  32 ++++---
 .../compute/ItEmbeddedWorkerShutdownTest.java      |   4 +-
 .../internal/compute/ItExecutionsCleanerTest.java  |  17 ++--
 .../compute/ItFailoverCandidateNotFoundTest.java   |   5 +-
 .../ignite/internal/compute/ItMapReduceTest.java   |  22 ++---
 .../compute/ItThinClientComputeErrorsTest.java     |   4 +-
 .../compute/ItThinClientWorkerShutdownTest.java    |   8 +-
 .../internal/compute/ItWorkerShutdownTest.java     |  47 +++++----
 .../threading/ItComputeApiThreadingTest.java       |   3 +-
 .../ItDistributionZonesFiltersTest.java            |  37 +++----
 .../ItEventLogConfigurationValidationTest.java     |   3 +-
 .../ItLogSinkConfigurationValidationTest.java      |  14 ++-
 .../internal/index/ItBuildIndexOneNodeTest.java    |   5 +-
 .../ignite/internal/index/ItBuildIndexTest.java    |  22 +++--
 .../index/ItDropIndexMultipleNodesTest.java        |  23 +++--
 .../ItIndexAndIndexStorageDestructionTest.java     |   7 +-
 .../internal/index/ItIndexAndRebalanceTest.java    |   6 +-
 .../ignite/internal/index/ItIndexManagerTest.java  |   3 +-
 ...IndexNodeFinishedRwTransactionsCheckerTest.java |   3 +-
 .../index/ItRwTransactionAndIndexesTest.java       |   6 +-
 .../apache/ignite/jdbc/AbstractJdbcSelfTest.java   |   5 +-
 .../ItPrimaryReplicaChoiceTest.java                |  29 +++---
 .../rest/authentication/ItAuthenticationTest.java  |  16 ++--
 .../rest/compute/ItComputeControllerTest.java      |  51 +++++-----
 ...terRecoveryControllerRestartPartitionsTest.java |   4 +-
 .../recovery/ItDisasterRecoveryControllerTest.java |   8 +-
 .../benchmark/AbstractMultiNodeBenchmark.java      |  20 ++--
 .../benchmark/CriteriaEmbeddedNodeBenchmark.java   |   4 +-
 .../ignite/internal/benchmark/InsertBenchmark.java |   6 +-
 .../ignite/internal/benchmark/SelectBenchmark.java |  12 +--
 .../ignite/internal/benchmark/SqlBenchmark.java    |   2 +-
 .../internal/benchmark/SqlIndexScanBenchmark.java  |   4 +-
 .../internal/benchmark/SqlJoinBenchmark.java       |   2 +-
 .../benchmark/SqlMultiStatementBenchmark.java      |  18 ++--
 .../benchmark/SqlPartitionPruningBenchmark.java    |   6 +-
 .../ignite/internal/benchmark/TpchBenchmark.java   |   2 +-
 .../inmemory/ItRaftStorageVolatilityTest.java      |  22 +++--
 .../internal/runner/app/ItDataSchemaSyncTest.java  |  13 +--
 .../app/ItIgniteInMemoryNodeRestartTest.java       |   5 +-
 .../ItRaftCommandLeftInLogUntilRestartTest.java    |  18 ++--
 .../internal/runner/app/ItTablesApiTest.java       |   3 +-
 .../runner/app/PlatformTestNodeRunner.java         |   7 +-
 .../app/client/ItAbstractThinClientTest.java       |   4 +-
 .../app/client/ItThinClientAuthenticationTest.java |   3 +-
 .../ItSchemaForwardCompatibilityTest.java          |   4 +-
 .../schemasync/ItSchemaSyncAndReplicationTest.java |   3 +-
 .../schemasync/ItSchemaSyncConfigTest.java         |  10 +-
 .../schemasync/ItSchemaSyncSingleNodeTest.java     |   4 +-
 .../internal/table/ItColumnNameMappingTest.java    |  10 +-
 .../ignite/internal/table/ItDurableFinishTest.java |  27 ++++--
 .../ignite/internal/table/ItInternalTableTest.java |   3 +-
 .../internal/table/ItReadOnlyTransactionTest.java  |  11 ++-
 .../ignite/internal/table/ItTableScanTest.java     |  12 ++-
 .../ignite/internal/BaseIgniteRestartTest.java     |   5 +-
 .../java/org/apache/ignite/internal/Cluster.java   |  35 +++----
 .../internal/ClusterPerClassIntegrationTest.java   |   5 +-
 .../internal/ClusterPerTestIntegrationTest.java    |  15 ++-
 .../org/apache/ignite/internal/IndexTestUtils.java |   8 +-
 .../ignite/internal/PublicApiThreadingTests.java   |   4 +-
 .../org/apache/ignite/internal/TestWrappers.java   |  11 +++
 .../internal/test/WatchListenerInhibitor.java      |   3 +-
 .../sql/api/ItKvKeyColumnPositionTest.java         |   9 +-
 .../ignite/internal/sql/api/ItSqlApiBaseTest.java  |   4 +-
 .../internal/sql/engine/ItCreateTableDdlTest.java  |  20 ++--
 .../ignite/internal/sql/engine/ItDmlTest.java      |   9 +-
 .../ignite/internal/sql/engine/ItIndexDdlTest.java |   4 +-
 .../sql/engine/ItIndexesSystemViewTest.java        |   3 +-
 .../internal/sql/engine/ItMixedQueriesTest.java    |   4 +-
 .../sql/engine/ItNotNullConstraintClientTest.java  |   4 +-
 .../ignite/internal/sql/engine/ItZoneDdlTest.java  |   3 +-
 .../internal/sql/engine/ItZonesSystemViewTest.java |   3 +-
 .../engine/datatypes/tests/BaseDataTypeTest.java   |   3 +-
 .../internal/sql/sqllogic/ItSqlLogicTest.java      |   3 +-
 .../internal/sql/BaseSqlIntegrationTest.java       |  19 ++--
 .../disaster/ItDisasterRecoveryManagerTest.java    |   3 +-
 .../disaster/ItDisasterRecoveryMetricTest.java     |   5 +-
 .../ItDisasterRecoveryReconfigurationTest.java     |  20 ++--
 .../disaster/ItDisasterRecoverySystemViewTest.java |   4 +-
 .../raftsnapshot/ItTableRaftSnapshotsTest.java     |  20 ++--
 .../ignite/internal/rebalance/ItRebalanceTest.java |  39 ++++----
 .../rebalance/ItRebalanceTriggersRecoveryTest.java |  21 ++--
 .../ignite/internal/table/ItCriteriaQueryTest.java |   3 +-
 .../ignite/internal/table/ItEstimatedSizeTest.java |   3 +-
 .../internal/table/ItOperationRetryTest.java       |   5 +-
 .../table/ItTransactionPrimaryChangeTest.java      |  11 ++-
 .../internal/table/ItTransactionRecoveryTest.java  |  32 ++++---
 .../internal/table/ItTxResourcesVacuumTest.java    |  70 +++++++++-----
 .../distributed/schema/SchemaVersionsImpl.java     |  15 ++-
 .../tx/readonly/ItReadOnlyTxInPastTest.java        |   4 +-
 .../internal/tx/test/ItTransactionTestUtils.java   |   5 +-
 .../worker/ItCriticalWorkerMonitoringTest.java     |   7 +-
 108 files changed, 833 insertions(+), 616 deletions(-)

Reply via email to