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

letsencrypt / boulder / 10530
66%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2019 05:36PM UTC
Jobs 1
Files 93
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

29 Apr 2019 04:57PM UTC coverage: 60.969%. Remained the same
10530

push

travis-ci

jsha
sa: return corepb.Empty{} not nil. (#4183)

The new `RevokeAuthorizationsByDomain2` and `DeactivateAuthorization2`
SA RPCs are declared to return `*corepb.Empty, error` but were
implemented to `return nil, nil` for the success case. This causes
a gRPC unmarshal error:

```
E151233 boulder-sa [AUDIT] grpc: server failed to encode response:  rpc
error: code = Internal desc = grpc: error while marshaling: proto:
Marshal called with nil
```

Both RPCs should `return &corepb.Empty{}, nil` to avoid this.

11089 of 18188 relevant lines covered (60.97%)

0.68 hits per line

Jobs
ID Job ID Ran Files Coverage
6 10530.6 (RUN="coverage" CONTAINER="netaccess") 29 Apr 2019 05:36PM UTC 0
60.97
Travis Job 10530.6
Source Files on build 10530
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10530
  • b24fe7c3 on github
  • Prev Build on master (#10525)
  • Next Build on master (#10537)
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