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

gajus / slonik / 649
81%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v29.1.0
DEFAULT BRANCH: master
Ran 10 Nov 2019 03:14PM UTC
Jobs 1
Files 63
Run time 3s
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
649

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 649.1 10 Nov 2019 03:14PM UTC 0
80.57
Travis Job 649.1
Source Files on build 649
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #649
  • 151bc84c on github
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

© 2025 Coveralls, Inc