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

letsencrypt / boulder / 9888 / 12
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2018 01:28PM UTC
Files 88
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

30 Nov 2018 01:12PM UTC coverage: 63.05% (+0.06%) from 62.991%
RUN="coverage" CONTAINER="netaccess"

push

travis-ci

cpu
Prevent connection pooling in publisher. (#3958)

Even though we create a different `http.Client` for each log, all those
clients have their `Transport` pointed at `http.DefaultTransport`, which
means they share a connection pool and the relevant locks.

We occasionally see a bug where a single publisher instance will hang on
all log submissions, while other publisher instances continue normally.
One possibility is that `http.Client` is blocking on some internal state
related to connection pooling. To rule that out, we provide a separate
`Transport` for each log.

10796 of 17123 relevant lines covered (63.05%)

0.7 hits per line

Source Files on job 9888.12 (RUN="coverage" CONTAINER="netaccess")
  • Tree
  • List 0
  • Changed 27
  • Source Changed 27
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9384
  • Travis Job 9888.12
  • 54ef1220 on github
  • Prev Job for RUN="coverage" CONTAINER="netaccess" on master (#9886.11)
  • Next Job for RUN="coverage" CONTAINER="netaccess" on master (#9891.11)
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