-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
api: appengineIssues related to the App Engine Admin API API.Issues related to the App Engine Admin API API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Note: #3984 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 60, in test_create_task_with_data TEST_PROJECT_ID, TEST_LOCATION, QUEUE_NAME_1) File "/workspace/appengine/flexible/tasks/snippets.py", line 145, in create_tasks_with_data response = client.create_task(parent=parent, task=task1) 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: 'POST' has type str, but expected one of: int, long
Metadata
Metadata
Assignees
Labels
api: appengineIssues related to the App Engine Admin API API.Issues related to the App Engine Admin API API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.