ibzib commented on pull request #15330:
URL: https://github.com/apache/beam/pull/15330#issuecomment-905041124
Looks like failure in Python precommit is related this time:
```
> Task :sdks:python:test-suites:tox:py36:testPy36Cloud FAILED
==================================== ERRORS
====================================
_____________ ERROR at teardown of RecommendationAIIT.test_predict
_____________
[gw3] linux -- Python 3.6.8
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py36/build/srcs/sdks/python/target/.tox-py36-cloud/py36-cloud/bin/python
cls = <class
'apache_beam.ml.gcp.recommendations_ai_test_it.RecommendationAIIT'>
@classmethod
def tearDownClass(cls):
client = recommendationengine.CatalogServiceClient()
client.delete_catalog_item(
> name=f"projects/{GCP_TEST_PROJECT}/locations/global/catalogs/"
f"default_catalog/catalogItems/{CATALOG_ITEM['id']}")
apache_beam/ml/gcp/recommendations_ai_test_it.py:111:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
target/.tox-py36-cloud/py36-cloud/lib/python3.6/site-packages/google/cloud/recommendationengine_v1beta1/services/catalog_service/client.py:763:
in delete_catalog_item
request, retry=retry, timeout=timeout, metadata=metadata,
target/.tox-py36-cloud/py36-cloud/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py:145:
in __call__
return wrapped_func(*args, **kwargs)
target/.tox-py36-cloud/py36-cloud/lib/python3.6/site-packages/google/api_core/retry.py:291:
in retry_wrapped_func
on_error=on_error,
target/.tox-py36-cloud/py36-cloud/lib/python3.6/site-packages/google/api_core/retry.py:189:
in retry_target
return target()
target/.tox-py36-cloud/py36-cloud/lib/python3.6/site-packages/google/api_core/grpc_helpers.py:69:
in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.NOT_FOUND
details = "catalog item not found:
ait...b/surface/call.cc","file_line":1069,"grpc_message":"catalog item not
found: aitest-1629838283-2472","grpc_status":5}"
>
> ???
E google.api_core.exceptions.NotFound: 404 catalog item not found:
aitest-1629838283-2472
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]