-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firestore: refactor 'Document.get' to use the 'GetDocument' API. #6534
Firestore: refactor 'Document.get' to use the 'GetDocument' API. #6534
Conversation
firestore_api.get_document.return_value = response | ||
client, document = _make_client_document(firestore_api, testcase) | ||
|
||
document.get() # No '.textprotos' for errors, field_paths. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@crwilcox, @theacodes I still can't see the Kokoro test log, which means I can't diagnose anything. System tests, unit tests, and lint are all passing on my local machine for ade1acf. |
@crwilcox, @theacodes CI is green after manually forcing it to rebuild via the |
@crwilcox, @JustinBeckwith, @theacodes Can one of you please paste the Kokoro error log into a gist? My suspicion is that the failure is due to #6605. |
Update conformance test to actually run for 'get'. Toward #6533.
Update conformance test to actually run for 'get'.
Toward #6533.