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 fc07fd6216e IGNITE-27266 Sql. Improved potentially flaky tests
(ItStatisticTest, SqlStatisticManagerImplTest) (#7206)
add f2e1fb4c2b2 IGNITE-27348 Add a test for protection against incomplete
index build (#7232)
No new revisions were added by this update.
Summary of changes:
modules/index/build.gradle | 1 +
...sHandlingTest.java => IndexBuildTestUtils.java} | 191 ++++++++-------------
.../ItBuildIndexWriteIntentsHandlingTest.java | 138 ++-------------
.../index/ItIndexBuildCompletenessTest.java | 127 ++++++++++++++
.../ignite/internal/index/IndexBuildTask.java | 4 +-
.../IndexNodeFinishedRwTransactionsChecker.java | 12 ++
.../StaleTransactionOperationException.java | 5 +-
.../ignite/internal/tx/LocalRwTxCounter.java | 7 +
.../ignite/internal/tx/impl/TxManagerImpl.java | 5 +
.../internal/tx/test/TestLocalRwTxCounter.java | 5 +
10 files changed, 243 insertions(+), 252 deletions(-)
copy
modules/index/src/integrationTest/java/org/apache/ignite/internal/index/{ItBuildIndexWriteIntentsHandlingTest.java
=> IndexBuildTestUtils.java} (53%)
create mode 100644
modules/index/src/integrationTest/java/org/apache/ignite/internal/index/ItIndexBuildCompletenessTest.java