Closed
Description
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