Jiayi-Liao commented on pull request #16744: URL: https://github.com/apache/flink/pull/16744#issuecomment-894593088
@pnowojski To make the change pass the CI, I have to modify `TestProcessingTimeService.setCurrentTime(long)` which may affect a lot of unit tests. I tried to correct the related tests (see [commit](https://github.com/Jiayi-Liao/flink/commit/28021a31a832c977af76ac6fc97956d41ed90e53)), but failed because the influence seems to be too huge, especially there's also a parent class `AbstractStreamOperatorTestHarness` using the `TestProcessingTimeService.setCurrentTime(long)`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org