ibessonov commented on code in PR #4530:
URL: https://github.com/apache/ignite-3/pull/4530#discussion_r1800580674
##########
modules/metastorage/src/test/java/org/apache/ignite/internal/metastorage/server/AbstractCompactionKeyValueStorageTest.java:
##########
@@ -225,12 +225,12 @@ void
testSaveCompactionRevisionDoesNotChangeRevisionInMemory() {
}
@Test
- void testSaveCompactionRevisionAndRestart() throws Exception {
+ public void testSaveCompactionRevisionAndRestart() throws Exception {
Review Comment:
Can make it protected if you wish. I override it in subclass
--
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]