tkalkirill commented on code in PR #1666:
URL: https://github.com/apache/ignite-3/pull/1666#discussion_r1115458792


##########
modules/storage-api/src/test/java/org/apache/ignite/internal/storage/TestMvTableStorageTest.java:
##########
@@ -32,7 +32,7 @@
 public class TestMvTableStorageTest extends AbstractMvTableStorageTest {
     @BeforeEach
     void setUp(
-            @InjectConfiguration("mock.tables.foo.dataStorage.name = " + 
TestStorageEngine.ENGINE_NAME)
+            @InjectConfiguration("mock.tables.foo{ partitions = 512, 
dataStorage.name = " + TestStorageEngine.ENGINE_NAME + "}")

Review Comment:
   All heirs of `org.apache.ignite.internal.storage.AbstractMvTableStorageTest` 
set this value, they missed it here, so some tests may fail.



-- 
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]

Reply via email to