这是indexloc提供的服务,不要输入任何密码
Skip to content

Update to the latest version of nodejs-common and gcs-resumable-upload #202

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

Merged
merged 7 commits into from
Jun 13, 2018

Conversation

stephenplusplus
Copy link
Contributor

@stephenplusplus stephenplusplus commented May 21, 2018

@JustinBeckwith I updated both dependencies at once, and the system tests. And...:

  24 passing (5h)
  1 pending
  62 failing
  1. storage
    without authentication
    public data
    should list and download a file:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  2. storage
    without authentication
    private data
    should not upload a file:

    Uncaught AssertionError [ERR_ASSERTION]: false == true

    • expected - actual

    -false
    +true

    at Pumpify. (system-test\storage.js:163:11)
    at Pumpify.Duplexify._destroy (node_modules\duplexify\index.js:191:15)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\duplexify\index.js:182:10
    at _combinedTickCallback (internal/process/next_tick.js:95:7)
    at process._tickCallback (internal/process/next_tick.js:161:9)

  3. storage
    acls
    buckets
    should make files public:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  4. storage
    acls
    buckets
    should make a bucket private:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  5. storage
    acls
    buckets
    should make files private:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  6. storage
    acls
    files
    "before each" hook:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  7. storage
    acls
    files
    "after each" hook for "should get access controls":
    TypeError: Cannot read property 'delete' of undefined
    at Context. (system-test\storage.js:401:13)

  8. storage
    iam
    "before all" hook:
    TypeError: storage.authClient.getProjectId is not a function
    at Context. (system-test\storage.js:628:26)

  9. storage
    unicode validation
    should not perform normalization form C:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  10. storage
    unicode validation
    should not perform normalization form D:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  11. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#createNotification:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  12. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#exists:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  13. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#get:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  14. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#getMetadata:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  15. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#getNotifications:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  16. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#makePrivate:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  17. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#setMetadata:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  18. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#setStorageClass:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  19. storage
    requester pays
    existing bucket
    methods that accept userProject
    bucket#upload:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  20. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#copy:
    Uncaught TypeError: Cannot read property 'indexOf' of undefined
    at Pumpify. (system-test\storage.js:1099:39)
    at onwriteError (node_modules\readable-stream\lib_stream_writable.js:449:12)
    at onwrite (node_modules\readable-stream\lib_stream_writable.js:470:11)
    at WritableState.onwrite (node_modules\readable-stream\lib_stream_writable.js:180:5)
    at Pumpify.Duplexify._destroy (node_modules\duplexify\index.js:190:18)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\duplexify\index.js:182:10
    at _combinedTickCallback (internal/process/next_tick.js:95:7)
    at process._tickCallback (internal/process/next_tick.js:161:9)

  21. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#createReadStream:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  22. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#download:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  23. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#exists:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  24. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#get:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  25. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#getMetadata:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  26. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#makePrivate:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  27. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#move:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  28. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#setMetadata:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  29. storage
    requester pays
    existing bucket
    methods that accept userProject
    file#setStorageClass:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  30. storage
    requester pays
    existing bucket
    methods that accept userProject
    acl#add:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  31. storage
    requester pays
    existing bucket
    methods that accept userProject
    acl#update:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  32. storage
    requester pays
    existing bucket
    methods that accept userProject
    acl#get:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  33. storage
    requester pays
    existing bucket
    methods that accept userProject
    acl#delete:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  34. storage
    requester pays
    existing bucket
    methods that accept userProject
    iam#getPolicy:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  35. storage
    requester pays
    existing bucket
    methods that accept userProject
    iam#setPolicy:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  36. storage
    requester pays
    existing bucket
    methods that accept userProject
    notification#get:
    Error: Notification was not successfully created.
    at C:\Users\sawch\dev\nodejs-storage\system-test\storage.js:1410:21
    at C:\Users\sawch\dev\nodejs-storage\system-test\storage.js:1098:19
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:3866:24
    at replenish (node_modules\async\dist\async.js:998:17)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:1002:9
    at eachOfLimit (node_modules\async\dist\async.js:1027:24)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:1032:16
    at _parallel (node_modules\async\dist\async.js:3865:5)
    at Object.series (node_modules\async\dist\async.js:4721:5)
    at Context. (system-test\storage.js:1095:19)

  37. storage
    requester pays
    existing bucket
    methods that accept userProject
    notification#getMetadata:
    Error: Notification was not successfully created.
    at C:\Users\sawch\dev\nodejs-storage\system-test\storage.js:1421:21
    at C:\Users\sawch\dev\nodejs-storage\system-test\storage.js:1098:19
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:3866:24
    at replenish (node_modules\async\dist\async.js:998:17)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:1002:9
    at eachOfLimit (node_modules\async\dist\async.js:1027:24)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:1032:16
    at _parallel (node_modules\async\dist\async.js:3865:5)
    at Object.series (node_modules\async\dist\async.js:4721:5)
    at Context. (system-test\storage.js:1095:19)

  38. storage
    requester pays
    existing bucket
    methods that accept userProject
    notification#delete:
    Error: Notification was not successfully created.
    at C:\Users\sawch\dev\nodejs-storage\system-test\storage.js:1432:21
    at C:\Users\sawch\dev\nodejs-storage\system-test\storage.js:1098:19
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:3866:24
    at replenish (node_modules\async\dist\async.js:998:17)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:1002:9
    at eachOfLimit (node_modules\async\dist\async.js:1027:24)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:1032:16
    at _parallel (node_modules\async\dist\async.js:3865:5)
    at Object.series (node_modules\async\dist\async.js:4721:5)
    at Context. (system-test\storage.js:1095:19)

  39. storage
    write, read, and remove files
    should read/write from/to a file in a directory:
    Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at Context. (system-test\storage.js:1465:19)

  40. storage
    write, read, and remove files
    should read a byte range from a file:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  41. storage
    write, read, and remove files
    should download a file to memory:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  42. storage
    write, read, and remove files
    should gzip a file on the fly and download it:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify._write (node_modules\duplexify\index.js:208:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Duplexify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at DestroyableTransform.ondata (node_modules\readable-stream\lib_stream_readable.js:619:20)
    at addChunk (node_modules\readable-stream\lib_stream_readable.js:291:12)
    at readableAddChunk (node_modules\readable-stream\lib_stream_readable.js:278:11)
    at DestroyableTransform.Readable.push (node_modules\readable-stream\lib_stream_readable.js:245:10)
    at DestroyableTransform.Transform.push (node_modules\readable-stream\lib_stream_transform.js:148:32)
    at DestroyableTransform.afterTransform (node_modules\readable-stream\lib_stream_transform.js:91:10)
    at DestroyableTransform.onData [as _transform] (node_modules\hash-stream-validation\index.js:26:5)
    at DestroyableTransform.Transform._read (node_modules\readable-stream\lib_stream_transform.js:184:10)
    at DestroyableTransform.Transform._write (node_modules\readable-stream\lib_stream_transform.js:172:83)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at DestroyableTransform.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at Gzip.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at Gzip.Readable.push (_stream_readable.js:197:10)
    at Gzip.Transform.push (_stream_transform.js:151:32)
    at Zlib.callback (zlib.js:444:14)

  43. storage
    write, read, and remove files
    should upload a gzipped file and download it:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  44. storage
    write, read, and remove files
    should copy an existing file:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  45. storage
    write, read, and remove files
    should copy a large file:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  46. storage
    write, read, and remove files
    should copy to another bucket given a gs:// URL:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  47. storage
    write, read, and remove files
    should allow changing the storage class:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  48. storage
    write, read, and remove files
    simple write
    should save arbitrary data:
    Error: the array [
    "Error: ESOCKETTIMEDOUT"
    [undefined]
    [undefined]
    ] was thrown, throw an Error :)
    at process._fatalException (bootstrap_node.js:329:26)

  49. storage
    write, read, and remove files
    stream write
    should stream write, then remove file (3mb):
    Error: the array [
    "Error: ESOCKETTIMEDOUT"
    [undefined]
    [undefined]
    ] was thrown, throw an Error :)
    at process._fatalException (bootstrap_node.js:329:26)

  50. storage
    write, read, and remove files
    stream write
    should write metadata:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  51. storage
    write, read, and remove files
    stream write
    should resume an upload after an interruption:
    Error: the array [
    "Error: ESOCKETTIMEDOUT"
    [undefined]
    [undefined]
    ] was thrown, throw an Error :)
    at process._fatalException (bootstrap_node.js:329:26)

  52. storage
    write, read, and remove files
    stream write
    should write/read/remove from a buffer:
    Error: the array [
    "Error: ESOCKETTIMEDOUT"
    [undefined]
    [undefined]
    ] was thrown, throw an Error :)
    at process._fatalException (bootstrap_node.js:329:26)

  53. storage
    write, read, and remove files
    customer-supplied encryption keys
    "before all" hook:
    Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at Pumpify.Duplexify.end (node_modules\duplexify\index.js:230:18)
    at File.save (src\file.js:2141:6)
    at File.wrapper [as save] (node_modules@google-cloud\common\build\src\util.js:648:39)
    at Context. (system-test\storage.js:1738:14)

  54. storage
    combine files
    should combine multiple files into one:
    Error: done() invoked with non-Error: Error: ESOCKETTIMEDOUT,,
    at onwriteError (node_modules\readable-stream\lib_stream_writable.js:449:12)
    at onwrite (node_modules\readable-stream\lib_stream_writable.js:470:11)
    at WritableState.onwrite (node_modules\readable-stream\lib_stream_writable.js:180:5)
    at Pumpify.Duplexify._destroy (node_modules\duplexify\index.js:190:18)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\duplexify\index.js:182:10
    at _combinedTickCallback (internal/process/next_tick.js:95:7)
    at process._tickCallback (internal/process/next_tick.js:161:9)

  55. storage
    list files
    "before all" hook:
    Uncaught Error: _transform() is not implemented
    at Transform._transform (_stream_transform.js:165:9)
    at Transform._read (_stream_transform.js:190:10)
    at Transform._write (_stream_transform.js:178:12)
    at doWrite (_stream_writable.js:371:12)
    at writeOrBuffer (_stream_writable.js:357:5)
    at Transform.Writable.write (_stream_writable.js:274:11)
    at Duplexify.write (node_modules\duplexify\index.js:208:22)
    at Duplexify.uncork (node_modules\duplexify\index.js:77:50)
    at Duplexify.setWritable (node_modules\duplexify\index.js:113:8)
    at Util.makeWritableStream (node_modules@google-cloud\common\build\src\util.js:224:13)
    at File.startSimpleUpload
    (src\file.js:2393:15)
    at Pumpify. (src\file.js:967:12)
    at Pumpify.obj.(anonymous function) [as _write] (node_modules\stubs\index.js:28:22)
    at doWrite (node_modules\readable-stream\lib_stream_writable.js:428:64)
    at writeOrBuffer (node_modules\readable-stream\lib_stream_writable.js:417:5)
    at Pumpify.Writable.write (node_modules\readable-stream\lib_stream_writable.js:334:11)
    at ReadStream.ondata (_stream_readable.js:628:20)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at ReadStream.Readable.push (_stream_readable.js:197:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:663:17)

  56. storage
    list files
    "after all" hook:
    Error: done() invoked with non-Error: Error: No such object: gcloud-storage-tests-335be670-5aa3-11e8-b115-b52b6de0d61a/directory-name/CloudLogo4,[object Object],[object Object]
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:473:16
    at iteratorCallback (node_modules\async\dist\async.js:1048:13)
    at C:\Users\sawch\dev\nodejs-storage\node_modules\async\dist\async.js:958:16
    at C:\Users\sawch\dev\nodejs-storage\node_modules@google-cloud\common\build\src\service-object.js:278:119
    at
    at process._tickCallback (internal/process/next_tick.js:169:7)

  57. storage
    file generations
    should overwrite file, then get older version:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  58. storage
    channels
    should stop a channel:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

  59. storage
    sign urls
    should create a signed read url:
    TypeError: authClient.sign is not a function
    at File.getSignedUrl (src\file.js:1746:14)
    at File.wrapper [as getSignedUrl] (node_modules@google-cloud\common\build\src\util.js:648:39)
    at Context. (system-test\storage.js:2184:12)

  60. storage
    sign urls
    should create a signed delete url:
    TypeError: authClient.sign is not a function
    at File.getSignedUrl (src\file.js:1746:14)
    at File.wrapper [as getSignedUrl] (node_modules@google-cloud\common\build\src\util.js:648:39)
    at Context. (system-test\storage.js:2201:12)

  61. storage
    sign policy
    should create a policy:
    TypeError: this.storage.authClient.sign is not a function
    at File.getSignedPolicy (src\file.js:1566:27)
    at File.wrapper [as getSignedPolicy] (node_modules@google-cloud\common\build\src\util.js:648:39)
    at Context. (system-test\storage.js:2251:12)

  62. storage
    notifications
    should get an existing notification:
    Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\sawch\dev\nodejs-storage\system-test\storage.js)

@ghost ghost assigned stephenplusplus May 21, 2018
@ghost ghost added the cla: yes This human has signed the Contributor License Agreement. label May 21, 2018
@googlebot googlebot removed the cla: yes This human has signed the Contributor License Agreement. label May 21, 2018
@googlebot
Copy link

☹️ Sorry, but only Googlers may change the label cla: yes.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 21, 2018
@ghost ghost assigned JustinBeckwith May 21, 2018
@codecov
Copy link

codecov bot commented May 21, 2018

Codecov Report

Merging #202 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #202   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines        1125   1122    -3     
=====================================
- Hits         1125   1122    -3
Impacted Files Coverage Δ
src/bucket.js 100% <ø> (ø) ⬆️
src/acl.js 100% <100%> (ø) ⬆️
src/file.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1475a50...d13ed93. Read the comment docs.

@JustinBeckwith
Copy link
Contributor

JustinBeckwith commented Jun 2, 2018

Just FYI, I haven't forgotten about this :) Right now we need to land a few changes first:

As these land, I'll cut releases, re-integrate, and keep testin'.

@JustinBeckwith
Copy link
Contributor

@stephenplusplus when you get a chance, could you try out the system tests on your machine?

@stephenplusplus
Copy link
Contributor Author

Woo! I only had one system test failure, and I just pushed a fix.

@JustinBeckwith JustinBeckwith merged commit 4e34994 into master Jun 13, 2018
@stephenplusplus stephenplusplus deleted the updates branch June 13, 2018 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants