acrites commented on code in PR #37691:
URL: https://github.com/apache/beam/pull/37691#discussion_r2933928045
##########
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/state/OrderedListUserStateTest.java:
##########
@@ -650,6 +689,75 @@ public void testOperationsDuringNavigatingIterable()
throws Exception {
assertEquals(iter.next(), A4);
}
+ @Test
+ public void testHasNoState() throws Exception {
Review Comment:
Can we also add a test for readRange?
--
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]