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

letsencrypt / boulder / 9031 / 5
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2018 03:31PM UTC
Files 85
Run time 8s
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

20 Apr 2018 03:26PM UTC coverage: 62.373% (-0.03%) from 62.404%
RUN="coverage"

push

travis-ci

cpu
Fix CT submission cancelations (#3658)

When the WFE calls the RA the RA creates a sub context which is cancelled when
the RPC returns. Because we were spawning the publisher RPC calls in a
goroutine with the context from ra.IssueCertificate as soon as
ra.IssueCertificate returned that context was being canceled which in turn
canceled the publisher RPC calls.

Instead of using the RA RPC context simply use a `context.Background()` so
that the RPC context doesn't break these submissions. Also return to
pre-features.CancelCTSubmissions behavior where precert submissions would
be canceled once we retrieved SCTs from the winning logs instead of relying
on the magic behavior of the RA RPC canceling them itself.

9946 of 15946 relevant lines covered (62.37%)

0.69 hits per line

Source Files on job 9031.5 (RUN="coverage")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8624
  • Travis Job 9031.5
  • ebc86fd7 on github
  • Prev Job for RUN="coverage" on master (#9029.5)
  • Next Job for RUN="coverage" on master (#9034.5)
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