René's URL Explorer Experiment


Title: samples.snippets.schema_test: test_delete_schema failed · Issue #388 · googleapis/python-pubsub · GitHub

Open Graph Title: samples.snippets.schema_test: test_delete_schema failed · Issue #388 · googleapis/python-pubsub

X Title: samples.snippets.schema_test: test_delete_schema failed · Issue #388 · 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: b8352f9 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: b8352f9 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: b8352f9...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"samples.snippets.schema_test: test_delete_schema failed","articleBody":"This test failed!\n\nTo configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/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: b8352f91c63e0cb7d64c4d0e557651248cd301b5\nbuildURL: [Build Status](https://source.cloud.google.com/results/invocations/c5f86230-4832-4b70-9baa-a8bfa135892b), [Sponge](http://sponge2/c5f86230-4832-4b70-9baa-a8bfa135892b)\nstatus: failed\n\u003cdetails\u003e\u003csummary\u003eTest output\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003eargs = (name: \"projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078\"\n,)\nkwargs = {'metadata': [('x-goog-request-params', 'name=projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078'), ('x-goog-api-client', 'gl-python/3.8.8 grpc/1.37.0 gax/1.26.3 gccl/2.4.1')]}\n\n    @six.wraps(callable_)\n    def error_remapped_callable(*args, **kwargs):\n        try:\n\u003e           return callable_(*args, **kwargs)\n\n.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:73: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \u003cgrpc._channel._UnaryUnaryMultiCallable object at 0x7f3daaa59dc0\u003e\nrequest = name: \"projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078\"\n\ntimeout = None\nmetadata = [('x-goog-request-params', 'name=projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078'), ('x-goog-api-client', 'gl-python/3.8.8 grpc/1.37.0 gax/1.26.3 gccl/2.4.1')]\ncredentials = None, wait_for_ready = None, compression = None\n\n    def __call__(self,\n                 request,\n                 timeout=None,\n                 metadata=None,\n                 credentials=None,\n                 wait_for_ready=None,\n                 compression=None):\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/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:946: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nstate = \u003cgrpc._channel._RPCState object at 0x7f3da8586c40\u003e\ncall = \u003cgrpc._cython.cygrpc.SegregatedCall object at 0x7f3da8585a00\u003e\nwith_call = False, deadline = None\n\n    def _end_unary_response_blocking(state, call, with_call, deadline):\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)\nE           grpc._channel._InactiveRpcError: \u003c_InactiveRpcError of RPC that terminated with:\nE           \tstatus = StatusCode.INTERNAL\nE           \tdetails = \"A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\"\nE           \tdebug_error_string = \"{\"created\":\"@1618488200.423767898\",\"description\":\"Error received from peer ipv4:74.125.20.95:443\",\"file\":\"src/core/lib/surface/call.cc\",\"file_line\":1067,\"grpc_message\":\"A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\",\"grpc_status\":13}\"\nE           \u003e\n\n.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:849: _InactiveRpcError\n\nThe above exception was the direct cause of the following exception:\n\nschema_client = \u003cgoogle.cloud.pubsub_v1.SchemaServiceClient object at 0x7f3daa9e4040\u003e\n\n    @pytest.fixture(scope=\"module\")\n    def proto_schema(schema_client):\n        proto_schema_path = schema_client.schema_path(PROJECT_ID, PROTO_SCHEMA_ID)\n    \n        yield proto_schema_path\n    \n        try:\n\u003e           schema_client.delete_schema(request={\"name\": proto_schema_path})\n\nschema_test.py:67: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../google/pubsub_v1/services/schema_service/client.py:658: in delete_schema\n    rpc(\n.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:145: in __call__\n    return wrapped_func(*args, **kwargs)\n.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:75: in error_remapped_callable\n    six.raise_from(exceptions.from_grpc_error(exc), exc)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nvalue = None\nfrom_value = \u003c_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.INTERNAL\n\tdetails = \"A service error has occurred...ror has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\",\"grpc_status\":13}\"\n\u003e\n\n\u003e   ???\nE   google.api_core.exceptions.InternalServerError: 500 A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\n\n\u003cstring\u003e:3: InternalServerError\u003c/pre\u003e\u003c/details\u003e","author":{"url":"https://github.com/flaky-bot[bot]","@type":"Person","name":"flaky-bot[bot]"},"datePublished":"2021-04-15T12:07:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/388/python-pubsub/issues/388"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a5ee44b2-4605-4652-2054-46f5cdfeb229
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA7A8:3BD8F2:167D942:1EFA822:6A4F1940
html-safe-nonceff10d52b7f57e567ce08526d8d7c920575494e80fc1d8e03af13f2a001d13bff
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0E4OjNCRDhGMjoxNjdEOTQyOjFFRkE4MjI6NkE0RjE5NDAiLCJ2aXNpdG9yX2lkIjoiMTMzNDIxNzM5MTk5NjMzNzI4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacae36da420add5eeb6500c5e30494d92cd4e71c7335e021ed257b290253b0f289
hovercard-subject-tagissue:858814815
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/388/issue_layout
twitter:imagehttps://opengraph.githubassets.com/63a243c9ad710227be7602dd3044f727603747ab93ea1244bac1bd5830f799ff/googleapis/python-pubsub/issues/388
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/63a243c9ad710227be7602dd3044f727603747ab93ea1244bac1bd5830f799ff/googleapis/python-pubsub/issues/388
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: b8352f9 bui...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameflaky-bot[bot]
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
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
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-pubsub/issues/388#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-pubsub%2Fissues%2F388
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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2F388
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/388
Reloadhttps://github.com/googleapis/python-pubsub/issues/388
Reloadhttps://github.com/googleapis/python-pubsub/issues/388
Please reload this pagehttps://github.com/googleapis/python-pubsub/issues/388
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
#519https://github.com/googleapis/python-pubsub/pull/519
samples.snippets.schema_test: test_delete_schema failedhttps://github.com/googleapis/python-pubsub/issues/388#top
#519https://github.com/googleapis/python-pubsub/pull/519
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
externalThis issue is blocked on a bug with the actual product.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22external%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
samplesIssues that are directly related to samples.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22samples%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 Apr 15, 2021https://github.com/googleapis/python-pubsub/issues/388#issue-858814815
the Flaky Bot documentationhttps://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot
b8352f9https://github.com/googleapis/python-pubsub/commit/b8352f91c63e0cb7d64c4d0e557651248cd301b5
Build Statushttps://source.cloud.google.com/results/invocations/c5f86230-4832-4b70-9baa-a8bfa135892b
Spongehttp://sponge2/c5f86230-4832-4b70-9baa-a8bfa135892b
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
externalThis issue is blocked on a bug with the actual product.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22external%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
samplesIssues that are directly related to samples.https://github.com/googleapis/python-pubsub/issues?q=state%3Aopen%20label%3A%22samples%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.