This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 9580ceb9901 Bump org.junit.platform:junit-platform-testkit from 1.13.4
to 1.14.0 (#6809)
add 67d2480096b IGNITE-26752 Add a check that each raft command has a unit
test for backward compatibility (#6805)
No new revisions were added by this update.
Summary of changes:
modules/arch-test/build.gradle | 1 +
.../RaftCommandsUnitCompatibilityArchTest.java | 96 ++++++++++++++++++++++
.../commands/CmgCommandsCompatibilityTest.java | 9 ++
.../MetastorageCommandsCompatibilityTest.java | 16 ++++
.../PartitionCommandsCompatibilityTest.java | 11 +++
.../raft/BaseCommandsCompatibilityTest.java | 12 +++
.../ReplicatorCommandsCompatibilityTest.java | 2 +
.../tx/message/TxCommandsCompatibilityTest.java | 1 +
8 files changed, 148 insertions(+)
create mode 100644
modules/arch-test/src/test/java/org/apache/ignite/internal/RaftCommandsUnitCompatibilityArchTest.java