502 on RPC
======================================================================ERROR: test_allocate_ids (datastore.TestDatastoreAllocateIDs)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/datastore.py", line47, intest_allocate_idsallocated_keys=CLIENT.allocate_ids(CLIENT.key('Kind'), num_ids)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/client.py", line418, inallocate_idsincomplete_key_pbs)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/connection.py", line372, inallocate_idsdatastore_pb.AllocateIdsResponse)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/connection.py", line115, in_rpcdata=request_pb.SerializeToString())
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/connection.py", line92, in_requestraisemake_exception(headers, content, use_json=False)
gcloud.exceptions.GCloudError: 502<!DOCTYPEhtml><htmllang=en><metacharset=utf-8><metaname=viewportcontent="initial-scale=1, minimum-scale=1, width=device-width"><title>Error502 (ServerError)!!1</title><style>*{margin:0;padding:0}html,code{font:15px/22pxarial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/errors/logo_sm_2.png) no-repeat}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/errors/logo_sm_2_hr.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:55px;width:150px}</style><ahref=//www.google.com/><spanid=logoaria-label=Google></span></a><p><b>502.</b><ins>That’sanerror.</ins><p>Theserverencounteredatemporaryerrorandcouldnotcompleteyourrequest.<p>Pleasetryagainin30seconds. <ins>That’sallweknow.</ins>From
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77234688
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/100902340
Query results eventually consistent (this shouldn't occur because we use entity groups)
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77772358
3. 503 Backend Error
======================================================================ERROR: test_ancestor_query (datastore.TestDatastoreQuery)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/datastore.py", line40, intearDownCLIENT.delete_multi(keys)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/datastore/batch.py", line228, in__exit__self.commit()
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/datastore/transaction.py", line170, incommitsuper(Transaction, self).commit()
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/datastore/batch.py", line203, incommitself.dataset_id, self.mutation, self._id)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/datastore/connection.py", line329, incommitdatastore_pb.CommitResponse)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/datastore/connection.py", line113, in_rpcdata=request_pb.SerializeToString())
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/datastore/connection.py", line90, in_requestraisemake_exception(headers, content, use_json=False)
gcloud.exceptions.ServiceUnavailable: 503BackendError
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/78109143
4. 500 Internal Error
ERROR: test_query_group_by (datastore.TestDatastoreQuery)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/datastore.py", line322, intest_query_group_byentities=list(query.fetch(limit=expected_matches+1))
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/query.py", line444, in__iter__self.next_page()
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/query.py", line408, innext_pagetransaction_id=transactionandtransaction.id,
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/connection.py", line266, inrun_query_datastore_pb2.RunQueryResponse)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/connection.py", line117, in_rpcdata=request_pb.SerializeToString())
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/datastore/connection.py", line94, in_requestraisemake_exception(headers, content, use_json=False)
gcloud.exceptions.InternalServerError: 500InternalError
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/98468887
This could be solved by reviving #535
502 on RPC
From
Query results eventually consistent (this shouldn't occur because we use entity groups)
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77772358
3. 503 Backend Error
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/78109143
4. 500 Internal Error
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/98468887
This could be solved by reviving #535