mosche commented on code in PR #27195:
URL: https://github.com/apache/beam/pull/27195#discussion_r1268003510
##########
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorkerTest.java:
##########
@@ -2852,6 +2853,74 @@ public void testActiveWorkForShardedKeys() throws
Exception {
Mockito.verifyNoMoreInteractions(mockExecutor);
}
+ @Test
+ public void testMaxThreadMetric() throws Exception {
Review Comment:
Hi @al97
would you mind having another look at this test? It looks flaky on Jenkins
(#27555).
Thanks so much :)
--
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]