nodejs-datastore
nodejs-datastore copied to clipboard
import/export entities: "before all" hook for "should export entities" failed
Note: #829 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 3862cffb8a0fa0ff1ca23a08eb7fed8a5ac6eb3d buildURL: Build Status, Sponge status: failed
Test output
Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/samples/test/import-export.test.js)
Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/samples/test/import-export.test.js)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
commit: 0ecca862fd93fc668a3dd3f5c93c54724e43f055 buildURL: Build Status, Sponge status: failed
Test output
Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/samples/test/import-export.test.js)
Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/samples/test/import-export.test.js)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
commit: 2b80e1ef691a340ed15e3105983cd34983b57cb1 buildURL: Build Status, Sponge status: failed
Test output
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Error: 16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
-> /workspace/node_modules/@grpc/grpc-js/src/call.ts:81:17
at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:190:52)
-> /workspace/node_modules/@grpc/grpc-js/src/client.ts:352:36
at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:365:141)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:462:34
at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:424:48
at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:188:78
-> /workspace/node_modules/@grpc/grpc-js/src/call-stream.ts:330:24
at processTicksAndRejections (internal/process/task_queues.js:79:11)
for call at
at ServiceClientImpl.makeUnaryRequest (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:160:30)
-> /workspace/node_modules/@grpc/grpc-js/src/client.ts:324:26
at ServiceClientImpl. (/workspace/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
-> /workspace/node_modules/@grpc/grpc-js/src/make-client.ts:189:15
at /workspace/build/src/v1/datastore_admin_client.js:294:29
-> /workspace/src/v1/datastore_admin_client.ts:392:25
at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
-> /workspace/node_modules/google-gax/src/normalCalls/timeout.ts:54:13
at LongrunningApiCaller._wrapOperation (/workspace/node_modules/google-gax/build/src/longRunningCalls/longRunningApiCaller.js:55:16)
-> /workspace/node_modules/google-gax/src/longRunningCalls/longRunningApiCaller.ts:80:12
at /workspace/node_modules/google-gax/build/src/longRunningCalls/longRunningApiCaller.js:46:25
-> /workspace/node_modules/google-gax/src/longRunningCalls/longRunningApiCaller.ts:64:19
at OngoingCall.call (/workspace/node_modules/google-gax/build/src/call.js:67:27)
-> /workspace/node_modules/google-gax/src/call.ts:81:23
at LongrunningApiCaller.call (/workspace/node_modules/google-gax/build/src/longRunningCalls/longRunningApiCaller.js:45:19)
-> /workspace/node_modules/google-gax/src/longRunningCalls/longRunningApiCaller.ts:63:15
at /workspace/node_modules/google-gax/build/src/createApiCall.js:84:30
-> /workspace/node_modules/google-gax/src/createApiCall.ts:118:26
at processTicksAndRejections (internal/process/task_queues.js:97:5)
The authentication issue was fixed by https://github.com/googleapis/nodejs-datastore/pull/1046 and the timeout issues aren't happening anymore.