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

gajus / slonik / 648
89%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2019 03:09PM UTC
Jobs 1
Files 63
Run time 4s
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
648

push

travis-ci

gajus
feat: implemenet connection pooling

pg-pool have removed `min` option (https://github.com/brianc/node-pg-pool/issues/135). Our implementation partially implements the original pro-active pooling logic. However, unlike the original implementation, we only pool new queries when another query is complete. The benefit of this approach is that if the process is otherwise idle, there are no unnecessary sockets being kept. Equally, the moment a single query is issued, we ensure that we bring the pool size to the minimum number of connections expected.

235 of 297 branches covered (79.12%)

Branch coverage included in aggregate %.

557 of 686 relevant lines covered (81.2%)

49.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 648.1 10 Nov 2019 03:09PM UTC 0
80.57
Travis Job 648.1
Source Files on build 648
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #648
  • 151bc84c on github
  • Prev Build on master (#647)
  • Next Build on master (#650)
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