pavlukhin commented on a change in pull request #6770: IGNITE-12061 Fix inline
size change.
URL: https://github.com/apache/ignite/pull/6770#discussion_r314782185
##########
File path:
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/BasicIndexTest.java
##########
@@ -761,6 +767,81 @@ public void testAllIndexesWithPersistence() throws
Exception {
}
}
+ /** */
+ @Test
+ @WithSystemProperty(key = IGNITE_THROTTLE_INLINE_SIZE_CALCULATION, value =
"1")
+ public void testInlineSizeChange() throws Exception {
Review comment:
Also it would be great to reproduce in tests problems related to possible
index corruption and other artifacts possible before that patch.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services