Abacn commented on issue #28957: URL: https://github.com/apache/beam/issues/28957#issuecomment-1981917789
Other flaky test: testLatencyAttributionToQueuedState: https://github.com/apache/beam/runs/22270690743 ``` java.lang.AssertionError: expected:<PT0S> but was:<PT1S> at org.junit.Assert.assertEquals(Assert.java:146) at org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest.testLatencyAttributionToQueuedState(StreamingDataflowWorkerTest.java:3444) ``` testInvalidateStuckCommits: https://github.com/apache/beam/runs/22276370706 ``` Wanted but not invoked: forComputation.invalidate( <ByteString@3e931ad0 size=0 contents="">, 0L ); -> at org.apache.beam.runners.dataflow.worker.windmill.work.refresh.DispatchedActiveWorkRefresherTest.testInvalidateStuckCommits(DispatchedActiveWorkRefresherTest.java:231) Actually, there were zero interactions with this mock. at org.apache.beam.runners.dataflow.worker.windmill.work.refresh.DispatchedActiveWorkRefresherTest.testInvalidateStuckCommits(DispatchedActiveWorkRefresherTest.java:231) ``` -- 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]
