laraschmidt commented on a change in pull request #15540:
URL: https://github.com/apache/beam/pull/15540#discussion_r719830252



##########
File path: 
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/FnApiDoFnRunnerTest.java
##########
@@ -1604,6 +1606,11 @@ public ProcessContinuation processElement(
         }
       }
 
+      @Override
+      public Duration getAllowedTimestampSkew() {

Review comment:
       This test was triggering the check. I believe because it outputs 
timestamps at a given position past the min timestamp which seemed sufficiently 
weird / hacky that I'm not surprised it was triggering it. Hard to tell for 
sure but I don't believe the tests using this DoFn set timestamp on the input 
records at all so not surprising that the new output timestamp is less than the 
actual timestamp.




-- 
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]


Reply via email to