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 15140b5f184 IGNITE-26846 Adjust InternalTable.scan methods (#7155)
add c3a061ebfd3 IGNITE-26107 Add Vault storage format compatibility tests
(#7192)
No new revisions were added by this update.
Summary of changes:
modules/compatibility-tests/build.gradle | 1 +
modules/compatibility-tests/jobs.gradle | 1 +
.../internal/ItVaultStorageCompatibilityTest.java | 78 ++++++++++++++++++++++
.../ignite/internal/compute/CheckpointJob.java | 7 +-
.../internal/compute/PutVaultEntriesJob.java | 66 ++++++++++++++++++
.../compute/SendAllMetastorageCommandTypesJob.java | 49 +++++++-------
.../internal/compute/TruncateRaftLogCommand.java | 25 +++----
7 files changed, 184 insertions(+), 43 deletions(-)
create mode 100644
modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/ItVaultStorageCompatibilityTest.java
create mode 100644
modules/compatibility-tests/src/jobs/java/org/apache/ignite/internal/compute/PutVaultEntriesJob.java