Abacn commented on PR #23969: URL: https://github.com/apache/beam/pull/23969#issuecomment-1314301049
Two phrase runs have different flakes: https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/5709/testReport/ ``` org.apache.beam.runners.flink.FlinkRunnerTest.testEnsureStdoutStdErrIsRestored 48 ms 1 org.apache.beam.runners.fnexecution.ServerFactoryTest.urlFactoryWithPortSupplier 38 ms 1 org.apache.beam.runners.fnexecution.ServerFactoryTest.defaultServerWithPortSupplier ``` known issue of #21480 for flink test; "java.io.IOException: Failed to bind to address 0.0.0.0/0.0.0.0:65535" likely grpc connection issue for fnexecution tests. https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/5711/testReport/ ``` org.apache.beam.runners.fnexecution.control.RemoteExecutionTest.testSplit ``` also a connection issue: ``` java.util.concurrent.TimeoutException at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) at org.apache.beam.runners.fnexecution.control.MapControlClientPool.getClient(MapControlClientPool.java:69) at org.apache.beam.runners.fnexecution.control.RemoteExecutionTest.launchSdkHarness(RemoteExecutionTest.java:250) at org.apache.beam.runners.fnexecution.control.RemoteExecutionTest.testSplit(RemoteExecutionTest.java:2089) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:750) ``` -- 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]
