This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a change to branch ignite-20086
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard 455976f38b IGNITE-20086
discard 0beda7a18a Implement ArchUnit rule to detect wrong test classes
hierarchy.
add ad7cc52dda IGNITE-20086 Add Arch Test to validate Mockito resources
are clean up
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 (455976f38b)
\
N -- N -- N refs/heads/ignite-20086 (ad7cc52dda)
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:
modules/arch-test/build.gradle | 6 +-----
.../ignite/internal/TestClassHierarchyArchTest.java | 4 ++--
.../apache/ignite/internal/cli/AbstractCliTest.java | 3 +--
.../raft/jraft/conf/ConfigurationEntryTest.java | 8 ++++----
.../raft/jraft/conf/ConfigurationManagerTest.java | 10 +++++-----
.../apache/ignite/raft/jraft/core/BallotBoxTest.java | 12 ++++++------
.../apache/ignite/raft/jraft/core/FSMCallerTest.java | 8 ++++----
.../ignite/raft/jraft/core/IteratorImplTest.java | 14 +++++++-------
.../apache/ignite/raft/jraft/core/IteratorTest.java | 12 ++++++------
.../ignite/raft/jraft/core/ReplicatorTest.java | 18 +++++++++---------
.../raft/jraft/rpc/AbstractClientServiceTest.java | 20 ++++++++++----------
.../jraft/rpc/impl/PingRequestProcessorTest.java | 4 ++--
.../rpc/impl/cli/BaseCliRequestProcessorTest.java | 8 ++++----
.../rpc/impl/core/NodeRequestProcessorTest.java | 8 ++++----
.../storage/snapshot/remote/CopySessionTest.java | 10 +++++-----
.../snapshot/remote/RemoteFileCopierTest.java | 8 ++++----
.../apache/ignite/raft/jraft/util/ThreadIdTest.java | 8 ++++----
.../storage/index/AbstractIndexStorageTest.java | 4 ----
18 files changed, 78 insertions(+), 87 deletions(-)