René's URL Explorer Experiment


Title: tests.system.TestBasicRBAC: test_editor_role_can_create_resources[grpc-grpc] failed · Issue #922 · googleapis/python-pubsub · GitHub

Open Graph Title: tests.system.TestBasicRBAC: test_editor_role_can_create_resources[grpc-grpc] failed · Issue #922 · googleapis/python-pubsub

X Title: tests.system.TestBasicRBAC: test_editor_role_can_create_resources[grpc-grpc] failed · Issue #922 · googleapis/python-pubsub

Description: This test failed! To configure my behavior, see the Flaky Bot documentation. If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting. commit: 15d6cdf buildURL: Build Status, Sponge status: fail...

Open Graph Description: This test failed! To configure my behavior, see the Flaky Bot documentation. If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting. commit: 15d6cdf bui...

X Description: This test failed! To configure my behavior, see the Flaky Bot documentation. If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting. commit: 15d6cdf...

Opengraph URL: https://github.com/googleapis/python-pubsub/issues/922

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"tests.system.TestBasicRBAC: test_editor_role_can_create_resources[grpc-grpc] failed","articleBody":"This test failed!\n\nTo configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).\n\nIf I'm commenting on this issue too often, add the `flakybot: quiet` label and\nI will stop commenting.\n\n---\n\ncommit: 15d6cdf5ca2eeb6b2fcccc92fc1c69fef2ad07c9\nbuildURL: [Build Status](https://source.cloud.google.com/results/invocations/da50b6c7-9960-4f18-90be-ee158a1d060c), [Sponge](http://sponge2/da50b6c7-9960-4f18-90be-ee158a1d060c)\nstatus: failed\n\u003cdetails\u003e\u003csummary\u003eTest output\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003eargs = (snapshot: \"projects/precise-truck-742/snapshots/snap-1684788279469\"\n,)\nkwargs = {'metadata': [('x-goog-request-params', 'snapshot=projects/precise-truck-742/snapshots/snap-1684788279469'), ('x-goog-api-client', 'gl-python/3.10.5 grpc/1.55.0rc1 gax/2.11.0 gccl/2.17.0')], 'timeout': 60.0}\n\n    @functools.wraps(callable_)\n    def error_remapped_callable(*args, **kwargs):\n        try:\n\u003e           return callable_(*args, **kwargs)\n\n.nox/system-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py:72: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \u003cgrpc._channel._UnaryUnaryMultiCallable object at 0x7fa9a270f730\u003e\nrequest = snapshot: \"projects/precise-truck-742/snapshots/snap-1684788279469\"\n\ntimeout = 60.0\nmetadata = [('x-goog-request-params', 'snapshot=projects/precise-truck-742/snapshots/snap-1684788279469'), ('x-goog-api-client', 'gl-python/3.10.5 grpc/1.55.0rc1 gax/2.11.0 gccl/2.17.0')]\ncredentials = None, wait_for_ready = None, compression = None\n\n    def __call__(self,\n                 request: Any,\n                 timeout: Optional[float] = None,\n                 metadata: Optional[MetadataType] = None,\n                 credentials: Optional[grpc.CallCredentials] = None,\n                 wait_for_ready: Optional[bool] = None,\n                 compression: Optional[grpc.Compression] = None) -\u003e Any:\n        state, call, = self._blocking(request, timeout, metadata, credentials,\n                                      wait_for_ready, compression)\n\u003e       return _end_unary_response_blocking(state, call, False, None)\n\n.nox/system-3-10/lib/python3.10/site-packages/grpc/_channel.py:1030: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nstate = \u003cgrpc._channel._RPCState object at 0x7fa9a02539a0\u003e\ncall = \u003cgrpc._cython.cygrpc.SegregatedCall object at 0x7fa9a00f56c0\u003e\nwith_call = False, deadline = None\n\n    def _end_unary_response_blocking(\n        state: _RPCState, call: cygrpc.SegregatedCall, with_call: bool,\n        deadline: Optional[float]\n    ) -\u003e Union[ResponseType, Tuple[ResponseType, grpc.Call]]:\n        if state.code is grpc.StatusCode.OK:\n            if with_call:\n                rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)\n                return state.response, rendezvous\n            else:\n                return state.response\n        else:\n\u003e           raise _InactiveRpcError(state)  # pytype: disable=not-instantiable\nE           grpc._channel._InactiveRpcError: \u003c_InactiveRpcError of RPC that terminated with:\nE           \tstatus = StatusCode.NOT_FOUND\nE           \tdetails = \"Resource not found (resource=snap-1684788279469).\"\nE           \tdebug_error_string = \"UNKNOWN:Error received from peer ipv4:74.125.197.95:443 {grpc_message:\"Resource not found (resource=snap-1684788279469).\", grpc_status:5, created_time:\"2023-05-22T20:45:43.342055373+00:00\"}\"\nE           \u003e\n\n.nox/system-3-10/lib/python3.10/site-packages/grpc/_channel.py:910: _InactiveRpcError\n\nThe above exception was the direct cause of the following exception:\n\n    @pytest.fixture\n    def cleanup():\n        registry = []\n        yield registry\n    \n        # Perform all clean up.\n        for to_call, args, kwargs in registry:\n\u003e           to_call(*args, **kwargs)\n\ntests/system.py:87: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ngoogle/pubsub_v1/services/subscriber/client.py:2300: in delete_snapshot\n    rpc(\n.nox/system-3-10/lib/python3.10/site-packages/google/api_core/gapic_v1/method.py:113: in __call__\n    return wrapped_func(*args, **kwargs)\n.nox/system-3-10/lib/python3.10/site-packages/google/api_core/retry.py:349: in retry_wrapped_func\n    return retry_target(\n.nox/system-3-10/lib/python3.10/site-packages/google/api_core/retry.py:191: in retry_target\n    return target()\n.nox/system-3-10/lib/python3.10/site-packages/google/api_core/timeout.py:120: in func_with_timeout\n    return func(*args, **kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = (snapshot: \"projects/precise-truck-742/snapshots/snap-1684788279469\"\n,)\nkwargs = {'metadata': [('x-goog-request-params', 'snapshot=projects/precise-truck-742/snapshots/snap-1684788279469'), ('x-goog-api-client', 'gl-python/3.10.5 grpc/1.55.0rc1 gax/2.11.0 gccl/2.17.0')], 'timeout': 60.0}\n\n    @functools.wraps(callable_)\n    def error_remapped_callable(*args, **kwargs):\n        try:\n            return callable_(*args, **kwargs)\n        except grpc.RpcError as exc:\n\u003e           raise exceptions.from_grpc_error(exc) from exc\nE           google.api_core.exceptions.NotFound: 404 Resource not found (resource=snap-1684788279469).\n\n.nox/system-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py:74: NotFound\u003c/pre\u003e\u003c/details\u003e","author":{"url":"https://github.com/flaky-bot[bot]","@type":"Person","name":"flaky-bot[bot]"},"datePublished":"2023-05-22T20:47:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/922/python-pubsub/issues/922"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9f8df6af-a794-3499-be99-05e7719cf1a1
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBFAE:3092B8:E379C7:E87993:6A4DC1B3
html-safe-noncecba71f20dcae715c40e83856c42bd406cd07605f52dc99a62ee05abeaf519dcf
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkFFOjMwOTJCODpFMzc5Qzc6RTg3OTkzOjZBNERDMUIzIiwidmlzaXRvcl9pZCI6IjQ1MTAzNjQ4NTU0ODAyMDU3NDciLCJyZWdpb25fZWRnZSI6InNlYSIsInJlZ2lvbl9yZW5kZXIiOiJzZWEifQ==
visitor-hmac25a97e3ba40a75944b661acdb63dfad259edeb629dc92263905982e91213822c
hovercard-subject-tagissue:1720506796
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-pubsub/922/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7846e8345a21578315941a0817ae847d278e6886454e6ff4e56ae558b6e3266d/googleapis/python-pubsub/issues/922
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7846e8345a21578315941a0817ae847d278e6886454e6ff4e56ae558b6e3266d/googleapis/python-pubsub/issues/922
og:image:altThis test failed! To configure my behavior, see the Flaky Bot documentation. If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting. commit: 15d6cdf bui...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameflaky-bot[bot]
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-pubsub git https://github.com/googleapis/python-pubsub.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992581
octolytics-dimension-repository_nwogoogleapis/python-pubsub
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992581
octolytics-dimension-repository_network_root_nwogoogleapis/python-pubsub
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-pubsub/issues/922#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F922
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F922
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fpython-pubsub
Reloadhttps://github.com/googleapis/python-pubsub/issues/922
Reloadhttps://github.com/googleapis/python-pubsub/issues/922
Reloadhttps://github.com/googleapis/python-pubsub/issues/922
Please reload this pagehttps://github.com/googleapis/python-pubsub/issues/922
googleapis https://github.com/googleapis
python-pubsubhttps://github.com/googleapis/python-pubsub
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Fork 214 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Star 430 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-pubsub
Code https://github.com/googleapis/python-pubsub
Issues 0 https://github.com/googleapis/python-pubsub/issues
Pull requests 0 https://github.com/googleapis/python-pubsub/pulls
Actions https://github.com/googleapis/python-pubsub/actions
Projects https://github.com/googleapis/python-pubsub/projects
Security and quality 0 https://github.com/googleapis/python-pubsub/security
Insights https://github.com/googleapis/python-pubsub/pulse
Code https://github.com/googleapis/python-pubsub
Issues https://github.com/googleapis/python-pubsub/issues
Pull requests https://github.com/googleapis/python-pubsub/pulls
Actions https://github.com/googleapis/python-pubsub/actions
Projects https://github.com/googleapis/python-pubsub/projects
Security and quality https://github.com/googleapis/python-pubsub/security
Insights https://github.com/googleapis/python-pubsub/pulse
tests.system.TestBasicRBAC: test_editor_role_can_create_resources[grpc-grpc] failedhttps://github.com/googleapis/python-pubsub/issues/922#top
https://github.com/pradn
api: pubsubIssues related to the googleapis/python-pubsub API.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
flakybot: flakyTells the Flaky Bot not to close or comment on this issue.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22flakybot%3A%20flaky%22
flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22flakybot%3A%20issue%22
priority: p2Moderately-important priority. Fix may not be included in next release.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22priority%3A%20p2%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com/apps/flaky-bot
flaky-bothttps://github.com/apps/flaky-bot
on May 22, 2023https://github.com/googleapis/python-pubsub/issues/922#issue-1720506796
the Flaky Bot documentationhttps://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot
15d6cdfhttps://github.com/googleapis/python-pubsub/commit/15d6cdf5ca2eeb6b2fcccc92fc1c69fef2ad07c9
Build Statushttps://source.cloud.google.com/results/invocations/da50b6c7-9960-4f18-90be-ee158a1d060c
Spongehttp://sponge2/da50b6c7-9960-4f18-90be-ee158a1d060c
pradnhttps://github.com/pradn
api: pubsubIssues related to the googleapis/python-pubsub API.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
flakybot: flakyTells the Flaky Bot not to close or comment on this issue.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22flakybot%3A%20flaky%22
flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22flakybot%3A%20issue%22
priority: p2Moderately-important priority. Fix may not be included in next release.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22priority%3A%20p2%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.