-
Notifications
You must be signed in to change notification settings - Fork 651
Open
Description
Please make sure you have searched for information in the following guides.
- Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
- Check our Troubleshooting guide: https://github.com/googleapis/google-cloud-node/blob/main/docs/troubleshooting.md
- Check our FAQ: https://github.com/googleapis/google-cloud-node/blob/main/docs/faq.md
- Check our libraries HOW-TO: https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md
- Check out our authentication guide: https://github.com/googleapis/google-auth-library-nodejs
- Check out handwritten samples for many of our APIs: https://github.com/GoogleCloudPlatform/nodejs-docs-samples
- Check the API's issue tracker: https://cloud.google.com/support/docs/issue-trackers
Library Name
@google-cloud/firestore
A screenshot that you have tested with "Try this API".
Link to the code that reproduces this issue. A link to a public Github Repository or gist with a minimal reproduction.
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
- Create a PR
- Run presubmits
- Observe occasional failure of firestore system test
A clear and concise description of what the bug is, and what you expected to happen.
The failing tests seem to have a variety of causes:
Error: 5 NOT_FOUND: No document to update: projects/java-review/databases/test-db/documents/foo/bar
"error": {
"code": 503,
"message": "Authentication backend unavailable.",
"errors": [
{
"message": "Authentication backend unavailable.",
"domain": "global",
"reason": "backendError"
}
],
"status": "UNAVAILABLE"
}
nc: connection failed, SOCKSv5 error: Host unreachable
Connection closed by UNKNOWN port 65535
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(232) [Receiver=3.2.7]
java.io.IOException: Build failed with an internal error, check build logs for details.
A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
These tests are failing for unrelated PRs, for example:
https://fusion2.corp.google.com/ci/kokoro/prod:cloud-devrel%2Fclient-libraries%2Fnodejs%2Fpresubmit%2Fgoogleapis%2Fgoogle-cloud-node%2Fnodejs-firestore%2Fnode18%2Fsystem-test/activity/30560954-62fb-46a9-af9e-1750cf9fb17b/details
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels