Last active
January 3, 2016 16:19
-
-
Save faridnsh/8488632 to your computer and use it in GitHub Desktop.
I have already set AWS_ACCEESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS2JS_S3_BUCKET.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /home/alfred/repos/aws2js | |
> tools/test.sh | |
Running tests on node.js v0.10.13 | |
[72% | 34/47 | + 33 | - 0] s3-signurl | |
assert.js:324 | |
assert.ifError = function(err) { if (err) {throw err;}}; | |
^ | |
Error: Redirect response without the Location header. | |
at Object.formattedError (/home/alfred/repos/aws2js/node_modules/http-get/lib/tools.js:251:9) | |
at ClientRequest.<anonymous> (/home/alfred/repos/aws2js/node_modules/http-get/lib/http-get.js:577:19) | |
at ClientRequest.EventEmitter.emit (events.js:95:17) | |
at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1669:21) | |
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:120:23) | |
at CleartextStream.socketOnData [as ondata] (http.js:1564:20) | |
at CleartextStream.read [as _read] (tls.js:502:12) | |
at CleartextStream.Readable.read (_stream_readable.js:320:10) | |
at EncryptedStream.write [as _write] (tls.js:366:25) | |
at doWrite (_stream_writable.js:219:10) | |
Failed: s3-signurl | |
[74% | 35/47 | + 33 | - 1] s3-x-amz-date | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "undefined" deepEqual "image/png" | |
at /home/alfred/repos/aws2js/tests/s3-x-amz-date.js:24:10 | |
at IncomingMessage.<anonymous> (/home/alfred/repos/aws2js/lib/internals.js:400:10) | |
at IncomingMessage.EventEmitter.emit (events.js:117:20) | |
at _stream_readable.js:910:16 | |
at process._tickCallback (node.js:415:13) | |
Failed: s3-x-amz-date | |
[87% | 41/47 | + 38 | - 2] sqs | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "undefined" == true | |
at sqsProcessResponse (/home/alfred/repos/aws2js/tests/sqs.js:19:9) | |
at /home/alfred/repos/aws2js/tests/sqs.js:29:2 | |
at /home/alfred/repos/aws2js/lib/internals.js:281:6 | |
at module.exports (/home/alfred/repos/aws2js/node_modules/libxml-to-js/lib/libxml-to-js.js:187:3) | |
at parseXml (/home/alfred/repos/aws2js/lib/internals.js:267:4) | |
at IncomingMessage.<anonymous> (/home/alfred/repos/aws2js/lib/internals.js:365:8) | |
at IncomingMessage.EventEmitter.emit (events.js:117:20) | |
at _stream_readable.js:910:16 | |
at process._tickCallback (node.js:415:13) | |
Failed: sqs | |
[98% | 46/47 | + 42 | - 3] sts-sqs | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "undefined" == true | |
at sqsProcessResponse (/home/alfred/repos/aws2js/tests/sts-sqs.js:17:9) | |
at /home/alfred/repos/aws2js/tests/sts-sqs.js:29:3 | |
at /home/alfred/repos/aws2js/lib/internals.js:281:6 | |
at module.exports (/home/alfred/repos/aws2js/node_modules/libxml-to-js/lib/libxml-to-js.js:187:3) | |
at parseXml (/home/alfred/repos/aws2js/lib/internals.js:267:4) | |
at IncomingMessage.<anonymous> (/home/alfred/repos/aws2js/lib/internals.js:365:8) | |
at IncomingMessage.EventEmitter.emit (events.js:117:20) | |
at _stream_readable.js:910:16 | |
at process._tickCallback (node.js:415:13) | |
Failed: sts-sqs | |
Failed tests: 4 | |
Total tests: 47 | |
npm ERR! Test failed. See above for more details. | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment