This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/org.junit.platform-junit-platform-console-1.14.0
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard a8be0339161 Bump org.junit.platform:junit-platform-console from 1.13.4
to 1.14.0
add e06df80fb28 IGNITE-26495 .NET: Fix
TestReadOnlyTxSeesOldDataAfterUpdate flakiness (#6706)
add 2ee148e4bbd IGNITE-26614 Fix flaky
SegmentFileManagerTest.testConcurrentWritesWithClose (#6703)
add a396dd6ee69 IGNITE-26618 Unblock threads waiting on Raft storage
checkpoint on stop (#6704)
add 000b49ba132 IGNITE-26539 Add support for SQL Schemas (#6664)
add 83ba581fd37 Bump junit5 from 5.13.4 to 5.14.0 (#6708)
add de60896bbeb Bump asm from 9.8 to 9.9 (#6709)
add 0ff8046aa9a Bump org.junit.platform:junit-platform-console from 1.13.4
to 1.14.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a8be0339161)
\
N -- N -- N
refs/heads/dependabot/gradle/org.junit.platform-junit-platform-console-1.14.0
(0ff8046aa9a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
gradle/libs.versions.toml | 4 +-
.../e2e/DataMigrationWithIgnite3ClientTest.java | 8 +--
.../ignite/migrationtools/sql/SqlDdlGenerator.java | 22 +++++---
.../sql/sql/SqlDdlGeneratorTest.java | 37 +++++++++++++
.../CacheDdlCreationFromWorkDirTest.java | 2 +-
.../persistence/Ignite2PersistentCacheTools.java | 14 +++--
.../e2e/framework/core/ExampleBasedCacheTest.java | 13 +++++
...eBasedCacheTestProvider.java => NameUtils.java} | 23 ++++++--
.../tests/e2e/impl/MySimpleMapCacheTest.java | 16 ++++++
.../tests/e2e/impl/VeryBasicAbstractCacheTest.java | 18 ++++---
.../Transactions/TransactionsTests.cs | 23 +++++---
.../raft/storage/segstore/CheckpointQueue.java | 46 +++++++++++++---
.../raft/storage/segstore/RaftLogCheckpointer.java | 9 +++-
.../raft/storage/segstore/CheckpointQueueTest.java | 62 +++++++++++++++++++---
.../storage/segstore/RaftLogCheckpointerTest.java | 2 +-
.../storage/segstore/SegmentFileManagerTest.java | 4 +-
16 files changed, 251 insertions(+), 52 deletions(-)
copy
migration-tools/tools/e2e-tests-framework/framework-core/src/main/java/org/apache/ignite/migrationtools/tests/e2e/framework/core/{ExampleBasedCacheTestProvider.java
=> NameUtils.java} (56%)