Alexander Lapin created IGNITE-17581:
----------------------------------------
Summary: Create test TxStateStorage implementation
Key: IGNITE-17581
URL: https://issues.apache.org/jira/browse/IGNITE-17581
Project: Ignite
Issue Type: Improvement
Reporter: Alexander Lapin
h3. Motivation
It's an overkill to use RocksDB based implementation of TxStateStorage in most
tests, so let's introduce test ConcurrentHashMap based implementation of
TxStateStorage like it's done with TestConcurrentHashMapMvPartitionStorage for
MvPartitionStorage.
h3. Definition of Done
* New TestConcurrentHashMapTxStateStorage is implemented.
* Aforementioned class is used wherever possible within tests. Some of such
places are marked with corresponding todo, but not all unfortunately.
h3. Implementation Notes
Let's use TestConcurrentHashMapMvPartitionStorage as a reference
implementation. It's pretty simple.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)