tingodb icon indicating copy to clipboard operation
tingodb copied to clipboard

bumping versions for `bson` and `mongodb`

Open osher opened this issue 9 years ago • 3 comments
trafficstars

Bumped also own version to 0.6.0 because of upgrade to mongodb@2

osher avatar Sep 27 '16 11:09 osher

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?

osher avatar Sep 27 '16 11:09 osher

the CI is set to support node 0.8 - which is officially discontinued and not supported any more...

https://github.com/nodejs/LTS

osher avatar Sep 27 '16 11:09 osher

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...

osher avatar Sep 27 '16 11:09 osher