sashapolo commented on code in PR #6601:
URL: https://github.com/apache/ignite-3/pull/6601#discussion_r2352687049
##########
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegstoreLogStorageTest.java:
##########
@@ -71,7 +67,7 @@ class SegstoreLogStorageTest extends IgniteAbstractTest {
@BeforeEach
void setUp() throws IOException {
- segmentFileManager = new SegmentFileManager(workDir, SEGMENT_SIZE);
Review Comment:
Note to reviewer: changes in theses class are purely technical. I've moved
payload assembly from `SegstoreLogStorage` to `SegmentFileManager`, therefore
tests had to be moved as well.
--
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]