ibessonov commented on code in PR #5684: URL: https://github.com/apache/ignite-3/pull/5684#discussion_r2059579433
########## modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/AbstractCompactionKeyValueStorageTest.java: ########## @@ -510,6 +510,18 @@ void testGetSingleEntryAndCompactionForFooKey() { assertDoesNotThrowCompactedExceptionForGetSingleValue(FOO_KEY, 5); } + @Test + void testDoNotCompactOnExactMatch() { Review Comment: I'll change the name of the test, I guess it turned out to be misleading, I understand it now -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org