Skip to content

Instantly share code, notes, and snippets.

@jchris
Created October 31, 2012 21:38
Show Gist options
  • Save jchris/3990063 to your computer and use it in GitHub Desktop.
Save jchris/3990063 to your computer and use it in GitHub Desktop.
running make check inside the node repository checkout
ether 14:15:26 ~/couchbase-sdks/node(work) jchrisa
make check
(cd tests && ./runtests.sh 0*.js)
00-args.t.js .. OK
01-set.js .. OK
assert.js:3657: Uncaught AssertionError: JSON values should be converted back to objects
assert.js:3657: Uncaught AssertionError: Unicode characters should round trip.
timeout, assuming failure
02-get.js .. FAIL
03-multiget.js .. OK
04-delete.js .. OK
05-replace.js .. OK
06-add.js .. OK
07-exception-handling.js .. OK
08-views.js .. OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment