This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch ignite-26722
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 75ac84c1a10 IGNITE-26722 after review #1.1
add b1fec2ebffc Bump com.google.protobuf:protobuf-java from 4.32.1 to
4.33.0 (#6801)
add 3442190ea9a IGNITE-26745 Add a common base class for unit testing of
raft command backward compatibility (#6800)
add a381e479351 IGNITE-26756 Fix logging writtenPages for a checkpoint in
aipersist (#6802)
add 671e44d3fec Bump io.opentelemetry:opentelemetry-exporter-otlp from
1.54.1 to 1.55.0 (#6785)
add cdad2b8170a Merge branch 'main' into ignite-26722
add 45540a46e1e IGNITE-26722 after review #1.2
No new revisions were added by this update.
Summary of changes:
gradle/libs.versions.toml | 4 +-
modules/cluster-management/build.gradle | 2 +-
.../commands/CmgCommandsCompatibilityTest.java | 83 +++++-----------
modules/metastorage/build.gradle | 2 +-
.../MetastorageCommandsCompatibilityTest.java | 109 ++++++---------------
.../persistence/checkpoint/Checkpoint.java | 15 ++-
.../persistence/checkpoint/CheckpointWorkflow.java | 6 +-
.../persistence/checkpoint/Checkpointer.java | 8 +-
.../persistence/compaction/Compactor.java | 12 ++-
modules/partition-replicator/build.gradle | 1 +
.../PartitionCommandsCompatibilityTest.java | 105 ++++++--------------
.../raft/BaseCommandsCompatibilityTest.java} | 80 +++++++--------
modules/replicator/build.gradle | 2 +-
.../ReplicatorCommandsCompatibilityTest.java | 74 +++-----------
modules/transactions/build.gradle | 2 +-
.../tx/message/TxCommandsCompatibilityTest.java | 65 +++---------
16 files changed, 180 insertions(+), 390 deletions(-)
copy
modules/{transactions/src/test/java/org/apache/ignite/internal/tx/message/TxCommandsCompatibilityTest.java
=>
raft/src/testFixtures/java/org/apache/ignite/internal/raft/BaseCommandsCompatibilityTest.java}
(63%)