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
Domain: github.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:9f8df6af-a794-3499-be99-05e7719cf1a1 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BFAE:3092B8:E379C7:E87993:6A4DC1B3 |
| html-safe-nonce | cba71f20dcae715c40e83856c42bd406cd07605f52dc99a62ee05abeaf519dcf |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkFFOjMwOTJCODpFMzc5Qzc6RTg3OTkzOjZBNERDMUIzIiwidmlzaXRvcl9pZCI6IjQ1MTAzNjQ4NTU0ODAyMDU3NDciLCJyZWdpb25fZWRnZSI6InNlYSIsInJlZ2lvbl9yZW5kZXIiOiJzZWEifQ== |
| visitor-hmac | 25a97e3ba40a75944b661acdb63dfad259edeb629dc92263905982e91213822c |
| hovercard-subject-tag | issue:1720506796 |
| 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-pubsub/922/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7846e8345a21578315941a0817ae847d278e6886454e6ff4e56ae558b6e3266d/googleapis/python-pubsub/issues/922 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7846e8345a21578315941a0817ae847d278e6886454e6ff4e56ae558b6e3266d/googleapis/python-pubsub/issues/922 |
| 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: 15d6cdf 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 | 06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33 |
| turbo-cache-control | no-preview |
| go-import | github.com/googleapis/python-pubsub git https://github.com/googleapis/python-pubsub.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 226992581 |
| octolytics-dimension-repository_nwo | googleapis/python-pubsub |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 226992581 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-pubsub |
| 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 | 1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width