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

letsencrypt / boulder / 10520 / 6
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2019 06:09PM UTC
Files 93
Run time 5s
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%
RUN="coverage" CONTAINER="netaccess"

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

Source Files on job 10520.6 (RUN="coverage" CONTAINER="netaccess")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9984
  • Travis Job 10520.6
  • e49ffaf9 on github
  • Prev Job for RUN="coverage" CONTAINER="netaccess" on master (#10516.6)
  • Next Job for RUN="coverage" CONTAINER="netaccess" on master (#10522.6)
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