ibessonov commented on code in PR #808:
URL: https://github.com/apache/ignite-3/pull/808#discussion_r875934832
##########
modules/file-io/src/test/java/org/apache/ignite/internal/fileio/AbstractFileIoTest.java:
##########
@@ -560,7 +296,151 @@ void testTransferFrom() throws Exception {
assertArrayEquals(expectedBytes, toByteArray(test1FilePath));
}
- // TODO: IGNITE-16988 continue write tests
+ private void checkReadOperation(IoOperation<ByteBuffer, Integer>
readOperation) throws Exception {
Review Comment:
A little comment would be nice, like "this operation is expected to read
exactly 1024 bytes from the current position" or something. This relates to
other methods 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]