tingodb
tingodb copied to clipboard
bumping versions for `bson` and `mongodb`
Bumped also own version to 0.6.0 because of upgrade to mongodb@2
I'm a windows user, I have some problems with running the tests.
having istanbul installed -g,
I'm using
istanbul cover test/run.js
I get two tests failing, and have problems understanding what they mean:
635 passing (2m)
2 failing
1) (FS) Corrupted DB Load Check count:
Error: EBADF: bad file descriptor, read
at Error (native)
2) (FS) Corrupted DB Load Check data:
Error: EBADF: bad file descriptor, read
at Error (native)
Is this a windows related problem?
the CI is set to support node 0.8 - which is officially discontinued and not supported any more...
https://github.com/nodejs/LTS
mm. looking on the CI output - I speculate the tests that are failing are tests 'borrowed' from mongodb v1. I have to let it off brother for now, I don't have the capacity.
Maybe, if you could show me exactly what to do to fix it - and be specific about it - then I can pull it trhough, or you can complete it by yourself.
The only file I changed is the package.json...