Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobs.v3.api_client.auto_complete_sample_test: test_auto_complete_sample failed #5158

Closed
flaky-bot bot opened this issue Dec 15, 2020 · 2 comments
Closed
Assignees
Labels
api: jobs Issues related to the Cloud Talent Solution Job Search API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Dec 15, 2020

Note: #2945 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 54208af
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/jobs/v3/api_client/auto_complete_sample_test.py", line 25, in company_name
    company_name, job_name = auto_complete_sample.set_up()
  File "/workspace/jobs/v3/api_client/auto_complete_sample.py", line 58, in set_up
    client_service, company_to_be_created)
  File "/workspace/jobs/v3/api_client/base_company_sample.py", line 62, in create_company
    raise e
  File "/workspace/jobs/v3/api_client/base_company_sample.py", line 57, in create_company
    parent=parent, body=request).execute()
  File "/workspace/jobs/v3/api_client/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/workspace/jobs/v3/api_client/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/http.py", line 915, in execute
    raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: 
@flaky-bot flaky-bot bot added buildcop: issue priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Dec 15, 2020
@product-auto-label product-auto-label bot added api: jobs Issues related to the Cloud Talent Solution Job Search API. samples Issues that are directly related to samples. labels Dec 15, 2020
@kurtisvg kurtisvg assigned tmatsuo and unassigned kurtisvg Dec 15, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 16, 2020

commit: 816507b
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/jobs/v3/api_client/auto_complete_sample_test.py", line 25, in company_name
    company_name, job_name = auto_complete_sample.set_up()
  File "/workspace/jobs/v3/api_client/auto_complete_sample.py", line 58, in set_up
    client_service, company_to_be_created)
  File "/workspace/jobs/v3/api_client/base_company_sample.py", line 62, in create_company
    raise e
  File "/workspace/jobs/v3/api_client/base_company_sample.py", line 57, in create_company
    parent=parent, body=request).execute()
  File "/workspace/jobs/v3/api_client/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/workspace/jobs/v3/api_client/.nox/py-3-6/lib/python3.6/site-packages/googleapiclient/http.py", line 915, in execute
    raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: 

@tmatsuo
Copy link
Contributor

tmatsuo commented Dec 16, 2020

The failure was due to accidental removal of roles/cloudjobdiscovery.jobsEditor role from the service account, closing.

@tmatsuo tmatsuo closed this as completed Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: jobs Issues related to the Cloud Talent Solution Job Search API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants