This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 5ffde90 [hotfix][docs] add missing file extension to redirect alias
new 97727af [FLINK-23590][streaming] Replace System.currentTimeMillis
with SystemClock.relativeTimeMillis() in the test Previously test was using
System.currentTimeMillis() while production code effectively was using
System.nanoTime(), which was causing inconsistencies between readings.
new 233e5d4 [hotfix][streaming] Removed useless calculateThroughput in
the test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)