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

letsencrypt / boulder / 10520
66%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2019 06:09PM UTC
Jobs 1
Files 93
Run time 6s
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

26 Apr 2019 05:53PM UTC coverage: 60.935% (-0.2%) from 61.121%
10520

push

travis-ci

rolandshoemaker
sa: use a faster query for certificates per name rate limit (#4179)

Right now we run a `SELECT COUNT` query on issuedNames to calculate this rate limit.
Unfortunately, counting large numbers of rows is very slow. This change introduces a
dedicated table for keeping track of that rate limit.

Instead of being keyed by FQDN, this new `certificatesPerName` table is keyed by
the same field as rate limits are calculated on: the base domain. Each row has a base
domain, a time (chunked by hour), and a count. This means calculating the rate limit
status for each domain reads at most 7 * 24 rows.

This should particularly speed up cases when a single domain has lots of subdomains.

Fixes #4152

11070 of 18167 relevant lines covered (60.93%)

0.68 hits per line

Jobs
ID Job ID Ran Files Coverage
6 10520.6 (RUN="coverage" CONTAINER="netaccess") 26 Apr 2019 06:09PM UTC 0
60.93
Travis Job 10520.6
Source Files on build 10520
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10520
  • e49ffaf9 on github
  • Prev Build on master (#10516)
  • Next Build on master (#10522)
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