tkalkirill commented on code in PR #4131:
URL: https://github.com/apache/ignite-3/pull/4131#discussion_r1689846472
##########
modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/mv/PersistentPageMemoryMvPartitionStorageConcurrencyTest.java:
##########
@@ -52,7 +52,7 @@ void setUp(
@InjectConfiguration("mock.checkpoint.checkpointDelayMillis = 0")
PersistentPageMemoryStorageEngineConfiguration engineConfig,
@InjectConfiguration("mock.profiles.default = {engine =
\"aipersist\"}")
- StorageConfiguration storageConfiguration
+ StorageConfiguration storageConfig
Review Comment:
For consistency in fields configuration naming, previously there was only
`engineConfig`, then they brought `storageConfiguration`, it confused me a
little, I can do it in a separate task.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]