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

letsencrypt / boulder / 9888
66%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2018 01:28PM UTC
Jobs 2
Files 88
Run time 12s
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%
9888

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%)

1.4 hits per line

Jobs
ID Job ID Ran Files Coverage
11 9888.11 (RUN="coverage" CONTAINER="netaccess") 30 Nov 2018 01:28PM UTC 0
63.05
Travis Job 9888.11
12 9888.12 (RUN="coverage" CONTAINER="netaccess") 30 Nov 2018 01:28PM UTC 0
63.05
Travis Job 9888.12
Source Files on build 9888
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9888
  • 54ef1220 on github
  • Prev Build on master (#9886)
  • Next Build on master (#9891)
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