Thanks to visit codestin.com
Credit goes to github.com

Skip to content

appengine.flexible.tasks.snippets_test: test_create_task_with_name failed #4652

Closed
@flaky-bot

Description

@flaky-bot

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


commit: 2959209
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/appengine/flexible/tasks/snippets_test.py", line 69, in test_create_task_with_name
    TEST_PROJECT_ID, TEST_LOCATION, QUEUE_NAME_1, 'foo')
  File "/workspace/appengine/flexible/tasks/snippets.py", line 172, in create_task_with_name
    response = client.create_task(parent=parent, task=task)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/tasks_v2/services/cloud_tasks/client.py", line 1642, in create_task
    request.task = task
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/proto/message.py", line 534, in __setattr__
    pb_value = marshal.to_proto(pb_type, value)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/proto/marshal/marshal.py", line 205, in to_proto
    pb_value = rule.to_proto(value)
  File "/workspace/appengine/flexible/tasks/.nox/py-3-6/lib/python3.6/site-packages/proto/marshal/rules/message.py", line 32, in to_proto
    return self._descriptor(**value)
TypeError: 'GET' has type str, but expected one of: int, long

Metadata

Metadata

Assignees

Labels

api: appengineIssues related to the App Engine Admin API API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions