googleapis / nodejs-firestore

Node.js client for Google Cloud Firestore: a NoSQL document database built for automatic scaling, high performance, and ease of application development.
https://cloud.google.com/firestore/
Apache License 2.0
643 stars 149 forks source link

count queries using aggregate api Run within Transaction: counts with startAt, endAt and offset with DocumentSnapshot cursor failed #1923

Open flaky-bot[bot] opened 1 year ago

flaky-bot[bot] commented 1 year ago

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting.


commit: 7a9d17bdd5fca3d91e66f7500c035140a7397c33 buildURL: Build Status, Sponge status: failed

Test output
Authentication backend unknown error.
Error: Authentication backend unknown error.
    at Function.parseHttpError (node_modules/google-gax/build/src/googleError.js:72:37)
    at decodeResponse (node_modules/google-gax/build/src/fallbackRest.js:66:49)
    at /tmpfs/src/github/nodejs-firestore/node_modules/google-gax/build/src/fallbackServiceStub.js:104:42
    at runMicrotasks ()
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
Caused by: /tmpfs/src/github/nodejs-firestore/dev/src/write-batch.ts:574
    const stack = Error().stack!;
                  ^

Error
    at WriteBatch.commit (dev/src/write-batch.ts:574:19)
    at DocumentReference.set (dev/src/reference.ts:478:23)
    at Context. (dev/system-test/firestore.ts:3216:35)
flaky-bot[bot] commented 1 year ago

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (7a9d17bdd5fca3d91e66f7500c035140a7397c33), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).