TheNeuralBit commented on issue #19336: URL: https://github.com/apache/beam/issues/19336#issuecomment-1270517924
There's only one instance of this test failing in Jenkins history and that was a correlated failure with other tests, due to a quota issue: https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/8440/testReport/junit/org.apache.beam.sdk.transforms/SplittableDoFnTest/testSideInputUnbounded/ ``` java.lang.RuntimeException: Workflow failed. Causes: The quota check has failed., Requested quota metric In Use Addresses is currently unavailable. at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:141) at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:93) at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:55) at org.apache.beam.sdk.Pipeline.run(Pipeline.java:323) at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:399) at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:335) at org.apache.beam.sdk.transforms.SplittableDoFnTest.testSideInput(SplittableDoFnTest.java:451) at org.apache.beam.sdk.transforms.SplittableDoFnTest.testSideInputUnbounded(SplittableDoFnTest.java:433) 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) ``` -- 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]
