This is an automated email from the ASF dual-hosted git repository.
ibessonov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.
from bc465f5 IGNITE-15543 Support injecting static variables with the
WorkDirectory extension (#357)
add c4df4de IGNITE-15646 ConcurrentHashMapStorage moved to test package.
(#367)
No new revisions were added by this update.
Summary of changes:
.../ITMetaStorageServicePersistenceTest.java | 5 ++-
.../service/ITAbstractListenerSnapshotTest.java | 8 +++--
modules/storage-api/pom.xml | 7 ++++
.../internal/storage/AbstractStorageTest.java | 26 ++++++++++++++
.../storage/basic/ConcurrentHashMapStorage.java | 40 ++++++++++++++++++++--
.../storage/rocksdb/RocksDbStorageTest.java | 4 +--
modules/table/pom.xml | 7 ++++
.../ignite/distributed/ITDistributedTableTest.java | 8 ++---
.../ignite/distributed/ITTablePersistenceTest.java | 27 +++++++++++----
.../raft/PartitionCommandListenerTest.java | 14 ++------
10 files changed, 112 insertions(+), 34 deletions(-)
rename modules/storage-api/src/{main =>
test}/java/org/apache/ignite/internal/storage/basic/ConcurrentHashMapStorage.java
(81%)