Created
June 21, 2013 20:06
-
-
Save jchris/5833937 to your computer and use it in GitHub Desktop.
test output timeout PUT
This file contains hidden or 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
➜ node-tap git:(node-test) ✗ npm test | |
> [email protected] test /Users/jchris/code/cb/mobile/sync_gateway/tests/node-tap | |
> tap ./test --tap | |
# assert-test.js | |
# TAP version 13 | |
# reachable | |
ok 1 no error | |
ok 2 correct db name | |
# tests 2 | |
# pass 2 | |
# ok | |
ok 3 test/assert-test.js | |
# simple-test.js | |
# TAP version 13 | |
# sync gateway database is reachable | |
ok 4 no errors | |
ok 5 is a database | |
# put http://localhost:4984/db/test-doc-b 12-e7ad8aa40dd99ffe7001bc5fcaafe5ac | |
# put http://localhost:4984/db/test-doc-b 13-eed4371af44ffd5b5542150086baed14 | |
# begin watch and save abc:18,empty:17,ok:18 | |
# will put | |
# put http://localhost:4984/db/test-doc 4-916c7379b74d50c6dcfd40514bc325e9 | |
# did put null { id: 'test-doc', | |
# saved seq abc:18,empty:17,ok:19 | |
# docs are seen on the changes feed of all channels | |
ok 6 doc-saved | |
ok 7 doc-saved | |
ok 8 has a sequence | |
ok 9 no err on saved doc | |
ok 10 has a sequence | |
ok 11 on abc channel | |
ok 12 on ok channel | |
# put http://localhost:4984/db/test-doc-b 14-2f6f0703133514705a75b12e0b32c68e | |
not ok 13 test/simple-test.js | |
--- | |
exit: 1 | |
timedOut: true | |
command: "node" "simple-test.js" | |
... | |
1..13 | |
# tests 13 | |
# pass 12 | |
# fail 1 | |
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