[
https://issues.apache.org/jira/browse/BEAM-12683?focusedWorklogId=641380&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-641380
]
ASF GitHub Bot logged work on BEAM-12683:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Aug/21 23:25
Start Date: 24/Aug/21 23:25
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 641380)
Time Spent: 2h 40m (was: 2.5h)
> PythonPostCommits RecommendationAIIT.test_create_catalog_item failing
> ---------------------------------------------------------------------
>
> Key: BEAM-12683
> URL: https://issues.apache.org/jira/browse/BEAM-12683
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Affects Versions: 2.33.0
> Reporter: Emily Ye
> Assignee: Matthias Baetens
> Priority: P0
> Labels: currently-failing
> Fix For: 2.33.0
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> Failures:
> * [https://ci-beam.apache.org/job/beam_PostCommit_Python36/4167/
> (*)|https://ci-beam.apache.org/job/beam_PostCommit_Python36/4168/]
> * [https://ci-beam.apache.org/job/beam_PostCommit_Python37/4080/]
> * [https://ci-beam.apache.org/job/beam_PostCommit_Python38/1490/]
> The only change around this time was
> [https://github.com/apache/beam/pull/15202,] but note that python37 fails
> before this change.
> *This is not the first failure in a row, but it is for this test. It occurs
> after #15202.
>
>
>
>
>
> ----
> _After you've filled out the above details, please [assign the issue to an
> individual|https://beam.apache.org/contribute/postcommits-guides/index.html#find_specialist].
> Assignee should [treat test failures as
> high-priority|https://beam.apache.org/contribute/postcommits-policies/#assigned-failing-test],
> helping to fix the issue or find a more appropriate owner. See [Apache Beam
> Post-Commit
> Policies|https://beam.apache.org/contribute/postcommits-policies]._
--
This message was sent by Atlassian Jira
(v8.3.4#803005)