• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NREL / api-umbrella-gatekeeper / 29
93%

Build:
DEFAULT BRANCH: master
Ran 08 Dec 2013 06:15PM UTC
Jobs 1
Files 22
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
29

push

travis-ci

GUI
Resolve mongodb connection drop issues (I think).

By switching the mongo connections from the raw Mongo adapter to
Mongoose, this seems to fix NREL/api-umbrella#17.

Mongoose uses the same underlying mongo driver, so why this fixes it is
a bit confusing. My only theories are:

- It's related to how Mongoose connects and the keepalive setting.
  Mongoose doesn't use the newer MongoClient.connect approach, and on a
  quick glance, there are maybe some differences in how keepalive
  settings get passed with the new MongoClient.connect).
- Or it's Mongoose's query buffering that helps resolve this issue.
  While we don't need most of Mongoose's extra features, its ability to
  buffer queries when in a disconnected state might be what fixes this.

Assuming this ends up working, the retry logic in api_key_validator.js
should be revisited.

914 of 995 relevant lines covered (91.86%)

1297.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29.1 08 Dec 2013 06:15PM UTC 0
91.86
Travis Job 29.1
Source Files on build 29
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #29
  • 5c5c12b2 on github
  • Prev Build on master (#28)
  • Next Build on master (#31)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc