pnowojski commented on a change in pull request #11564: [FLINK-16864][metrics]
Add IdleTime metric for task.
URL: https://github.com/apache/flink/pull/11564#discussion_r403045117
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/api/writer/RecordWriterTest.java
##########
@@ -464,6 +466,46 @@ public void testIsAvailableOrNot() throws Exception {
}
}
+ @Test
+ public void testIdleTime() throws IOException, InterruptedException {
Review comment:
Test is failing on azure:
```
[ERROR] Failures:
[ERROR] BroadcastRecordWriterTest>RecordWriterTest.testIdleTime:505
Expected: a value equal to or greater than <10L>
but: <0L> was less than <10L>
[ERROR] RecordWriterTest.testIdleTime:505
Expected: a value equal to or greater than <10L>
but: <0L> was less than <10L>
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services