Title: samples.samples.backup_sample_test: test_delete_backup failed · Issue #269 · googleapis/python-spanner · GitHub
Open Graph Title: samples.samples.backup_sample_test: test_delete_backup failed · Issue #269 · googleapis/python-spanner
X Title: samples.samples.backup_sample_test: test_delete_backup failed · Issue #269 · googleapis/python-spanner
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: 0d7722b 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: 0d7722b 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: 0d7722b...
Opengraph URL: https://github.com/googleapis/python-spanner/issues/269
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"samples.samples.backup_sample_test: test_delete_backup 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: 0d7722bdd928e059fab5bd4430285a3c38bf4071\nbuildURL: [Build Status](https://source.cloud.google.com/results/invocations/9176769f-c9c6-4b66-aeab-85e6e9031fff), [Sponge](http://sponge2/9176769f-c9c6-4b66-aeab-85e6e9031fff)\nstatus: failed\n\u003cdetails\u003e\u003csummary\u003eTest output\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003eargs = (parent: \"projects/python-docs-samples-tests\"\ninstance_id: \"test-instance-a3beb9e7d1\"\ninstance {\n name: \"projects/pyt...ocs-samples-tests/instanceConfigs/regional-us-central1\"\n display_name: \"test-instance-a3beb9e7d1\"\n node_count: 1\n}\n,)\nkwargs = {'metadata': [('google-cloud-resource-prefix', 'projects/python-docs-samples-tests/instances/test-instance-a3beb9e7d1'...ent=projects/python-docs-samples-tests'), ('x-goog-api-client', 'gl-python/3.7.10 grpc/1.36.1 gax/1.26.1 gccl/3.2.0')]}\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-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py:73: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \u003cgrpc._channel._UnaryUnaryMultiCallable object at 0x7fc001763950\u003e\nrequest = parent: \"projects/python-docs-samples-tests\"\ninstance_id: \"test-instance-a3beb9e7d1\"\ninstance {\n name: \"projects/pyth...-docs-samples-tests/instanceConfigs/regional-us-central1\"\n display_name: \"test-instance-a3beb9e7d1\"\n node_count: 1\n}\n\ntimeout = None\nmetadata = [('google-cloud-resource-prefix', 'projects/python-docs-samples-tests/instances/test-instance-a3beb9e7d1'), ('x-goog-r...rent=projects/python-docs-samples-tests'), ('x-goog-api-client', 'gl-python/3.7.10 grpc/1.36.1 gax/1.26.1 gccl/3.2.0')]\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-7/lib/python3.7/site-packages/grpc/_channel.py:923: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nstate = \u003cgrpc._channel._RPCState object at 0x7fc001763d10\u003e\ncall = \u003cgrpc._cython.cygrpc.SegregatedCall object at 0x7fc00174b5f0\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.RESOURCE_EXHAUSTED\nE \tdetails = \"Quota exceeded for quota metric 'Instance create requests' and limit 'Instance create requests per minute' of service 'spanner.googleapis.com' for consumer 'project_number:1012616486416'.\"\nE \tdebug_error_string = \"{\"created\":\"@1615460580.752305730\",\"description\":\"Error received from peer ipv4:74.125.142.95:443\",\"file\":\"src/core/lib/surface/call.cc\",\"file_line\":1067,\"grpc_message\":\"Quota exceeded for quota metric 'Instance create requests' and limit 'Instance create requests per minute' of service 'spanner.googleapis.com' for consumer 'project_number:1012616486416'.\",\"grpc_status\":8}\"\nE \u003e\n\n.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py:826: _InactiveRpcError\n\nThe above exception was the direct cause of the following exception:\n\n @pytest.fixture(scope=\"module\")\n def spanner_instance():\n spanner_client = spanner.Client()\n instance_config = \"{}/instanceConfigs/{}\".format(\n spanner_client.project_name, \"regional-us-central1\"\n )\n instance = spanner_client.instance(INSTANCE_ID, instance_config)\n\u003e op = instance.create()\n\nbackup_sample_test.py:54: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../google/cloud/spanner_v1/instance.py:262: in create\n metadata=metadata,\n../../google/cloud/spanner_admin_instance_v1/services/instance_admin/client.py:837: in create_instance\n response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)\n.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py:145: in __call__\n return wrapped_func(*args, **kwargs)\n.nox/py-3-7/lib/python3.7/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.RESOURCE_EXHAUSTED\n\tdetails = \"Quota exceeded for...uests per minute' of service 'spanner.googleapis.com' for consumer 'project_number:1012616486416'.\",\"grpc_status\":8}\"\n\u003e\n\n\u003e ???\nE google.api_core.exceptions.ResourceExhausted: 429 Quota exceeded for quota metric 'Instance create requests' and limit 'Instance create requests per minute' of service 'spanner.googleapis.com' for consumer 'project_number:1012616486416'.\n\n\u003cstring\u003e:3: ResourceExhausted\u003c/pre\u003e\u003c/details\u003e","author":{"url":"https://github.com/flaky-bot[bot]","@type":"Person","name":"flaky-bot[bot]"},"datePublished":"2021-03-11T11:05:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/269/python-spanner/issues/269"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:fe2e027c-cea9-ca02-a586-f2c67ebe5b0e |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D28A:2E1306:C04E97:115445D:6A4E486F |
| html-safe-nonce | 68d8c21fd3d390210854169cef3da44d721eb5bb0f3397067b22574725a76c6b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMjhBOjJFMTMwNjpDMDRFOTc6MTE1NDQ1RDo2QTRFNDg2RiIsInZpc2l0b3JfaWQiOiIyMjY4NDc4ODgyODc2MTE1MDU1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 9fe172ccaf16c8dd6d16ecdbd75225dd73bc6610940a6ed478cdb791d8e7ffa1 |
| hovercard-subject-tag | issue:829044033 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-spanner/269/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a915c8f9dadd61200611c3e608460f529306a1757b3e2f78e17a7d0cdb2e60ab/googleapis/python-spanner/issues/269 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a915c8f9dadd61200611c3e608460f529306a1757b3e2f78e17a7d0cdb2e60ab/googleapis/python-spanner/issues/269 |
| og:image:alt | 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: 0d7722b bui... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | flaky-bot[bot] |
| hostname | github.com |
| expected-hostname | github.com |
| None | 030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0 |
| turbo-cache-control | no-preview |
| go-import | github.com/googleapis/python-spanner git https://github.com/googleapis/python-spanner.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 226992630 |
| octolytics-dimension-repository_nwo | googleapis/python-spanner |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 226992630 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-spanner |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e8506f6d0538364886e3f0153c154c410965e70d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width