[
https://issues.apache.org/jira/browse/BEAM-10716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179988#comment-17179988
]
Chamikara Madhusanka Jayalath commented on BEAM-10716:
------------------------------------------------------
I ran into this a number of times when running Python PreCommit. For example,
[https://ci-beam.apache.org/job/beam_PreCommit_Python_Phrase/2108/]
ERROR: test_streaming_wordcount_it
(apache_beam.examples.streaming_wordcount_it_test.StreamingWordCountIT)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/apache_beam/examples/streaming_wordcount_it_test.py",
line 65, in setUp
self.input_topic.name)
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/cloud/pubsub_v1/_gapic.py",
line 40, in <lambda>
fx = lambda self, *a, **kw: wrapped_fx(self.api, *a, **kw) # noqa
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/cloud/pubsub_v1/gapic/subscriber_client.py",
line 439, in create_subscription
request, retry=retry, timeout=timeout, metadata=metadata
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py",
line 145, in __call__
return wrapped_func(*args, **kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/retry.py",
line 286, in retry_wrapped_func
on_error=on_error,
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/retry.py",
line 184, in retry_target
return target()
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/timeout.py",
line 214, in func_with_timeout
return func(*args, **kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/grpc_helpers.py",
line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "<string>", line 3, in raise_from
google.api_core.exceptions.ResourceExhausted: 429 Your project has exceeded a
limit: (type="subscriptions-per-project", current=10000, maximum=10000).
> PubSub related tests failing due to subscriptions-per-project exceeded
> limit:10000
> ----------------------------------------------------------------------------------
>
> Key: BEAM-10716
> URL: https://issues.apache.org/jira/browse/BEAM-10716
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Robin Qiu
> Assignee: Alan Myrvold
> Priority: P1
> Labels: currently-failing
>
> Example:
> [https://ci-beam.apache.org/job/beam_PostCommit_Python37/2729/#showFailuresLink]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)