PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

Test Failures #26

Closed davesag closed 7 years ago

davesag commented 9 years ago

Hi @PhilWaldmann

I am evaluating Node based ORM systems for use with a multi-database system that includes both traditional SQL (PG to be specific) and Redis (for caching) and OpenRecord looks great.

The only concern I have is the fact that your test suite is currently flagged as failing. A quick look at the Travis report shows test fails for assigning of primary_keys which is a bit of a concern.

  1. Do you expect these test failures to be resolved soon?
  2. Is there a stable version I ought to be looking at?
  3. Can you let me know of other users of OpenRecord I could speak to about their experiences?

Thanks

Dave

PhilWaldmann commented 9 years ago

Hi Dave,

jeah, the test suite currently fails on travis-ci. But it's not a big deal! The failing tests are supposed to fail - but should be handled gracefully.

I'll fix it as soon as I've time to compare my local environment to travis.

Thanks, Philipp

davesag commented 9 years ago

Good to hear. I'll keep an eye out.

PhilWaldmann commented 7 years ago

tests are running fine for node v0.10, v4 and v6