timoninmaxim commented on a change in pull request #9719:
URL: https://github.com/apache/ignite/pull/9719#discussion_r783730459
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/wal/reader/StandaloneWalRecordsIteratorTest.java
##########
@@ -273,9 +408,12 @@ private WALIterator createWalIterator(String walDir,
WALPointer lowBound, WALPoi
if (lowBound != null)
params.from(lowBound);
- if (lowBound != null)
+ if (highBound != null)
Review comment:
Let's add a test for `highBound`?
--
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]