You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chrisrossi opened this issue
Jun 24, 2019
· 1 comment
· Fixed by #119
Assignees
Labels
🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.
Improve usage of Datastore Emulator by not requiring credentials to be
set.
Rewrite failing system test to work around emulator discrepency with
``more_results`` field of ``QueryResultsBatch`` message.
See: googleapis/google-cloud-datastore#130
Update the ``more`` return value of ``Query.fetch_page`` to be ``False``
if an empty page has just been retrieved. This is intended to prevent
possible infinite loops in client code when using the Datastore
emulator.
Improve usage of Datastore Emulator by not requiring credentials to be
set.
Rewrite failing system test to work around emulator discrepency with
``more_results`` field of ``QueryResultsBatch`` message.
See: googleapis/google-cloud-datastore#130
Update the ``more`` return value of ``Query.fetch_page`` to be ``False``
if an empty page has just been retrieved. This is intended to prevent
possible infinite loops in client code when using the Datastore
emulator.
🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.
The test,
tests.system.test_query:test_fetch_page
fails when run against the Datastore emulator:The text was updated successfully, but these errors were encountered: