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

letsencrypt / boulder / 9031
66%

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

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

Jobs
ID Job ID Ran Files Coverage
5 9031.5 (RUN="coverage") 20 Apr 2018 03:31PM UTC 0
62.37
Travis Job 9031.5
Source Files on build 9031
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9031
  • ebc86fd7 on github
  • Prev Build on master (#9029)
  • Next Build on master (#9034)
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