celeste-zeng commented on PR #31626:
URL: https://github.com/apache/beam/pull/31626#issuecomment-2176385994

   Checked failure details and all the test failed with the following error:
   ```
   java.lang.RuntimeException: Startup of the worker pool in zone us-central1-c 
failed to bring up any of the desired 1 workers. Please refer to 
https://cloud.google.com/dataflow/docs/guides/common-errors#worker-pool-failure 
for help troubleshooting. QUOTA_EXCEEDED: Instance 
'viewtest0testcombinedmaps-06171609-8ekx-harness-cg5n' creation failed: Quota 
'IN_USE_ADDRESSES' exceeded.  Limit: 1200.0 in region us-central1.Workflow 
failed.
       at 
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:149)
       at 
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:101)
       at 
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:56)
       at org.apache.beam.sdk.Pipeline.run(Pipeline.java:325)
       at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:404)
       at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:343)
       at 
org.apache.beam.sdk.transforms.ViewTest.testCombinedMapSideInput(ViewTest.java:1632)
       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)
   ```
   Looks like a resource exhausted issue in the testing project so it is likely 
not related to the changes here. Also, the failed checks passed before in the 
original PR https://github.com/apache/beam/pull/31490. 


-- 
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]

Reply via email to