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

letsencrypt / boulder / 12446
66%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2020 07:48PM UTC
Jobs 1
Files 111
Run time 19s
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

29 Jun 2020 07:42PM UTC coverage: 66.036% (-0.02%) from 66.052%
12446

push

travis-pro

web-flow
Remove OCSPStaleMaxAge config value and handling (#4911)

The OCSPStaleMaxAge config value was added in #2419 as part of an
effort to ensure that ocsp-updater's queries of the certificateStatus
table were efficient. It was never intended as a long-term fix:
in #2431 and #2432 the query was updated to index on the much more
efficient isExpired and notAfter columns if a feature flag was set,
and in #2561 that code path was made the default and the flag removed.

However, the `WHERE ocspLastUpdate > ocspStaleMaxAge` clause has
remained in the query. This is redundant, as the ocspStaleMaxAge has
always been set to 5040 hours, or 210 days, significantly longer than
the 90-day expiration of Let's Encrypt certs.

This change removes that clause from the query, and removes the config
scaffolding around it. In addition, it updates the tests to remove
workarounds necessitated by this column, and simplifies and documents
them for future readers.

Fixes #4884

12986 of 19665 relevant lines covered (66.04%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
7 12446.7 (RUN="coverage" CONTAINER="netaccess") 29 Jun 2020 07:48PM UTC 0
66.04
Travis Job 12446.7
Source Files on build 12446
  • Tree
  • List 111
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #12446
  • d16d3fd0 on github
  • Prev Build on master (#12444)
  • Next Build on master (#12449)
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