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

letsencrypt / boulder / 11349
66%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2019 06:26AM UTC
Jobs 1
Files 109
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

18 Oct 2019 05:53PM UTC coverage: 61.393%. Remained the same
11349

cron

travis-ci

web-flow
log: panic if bothWriter write to stdout errs. (#4491)

If we can't write to stdout we prefer to panic immediately rather than
potentially lose logs we capture from redirecting stdout as a syslog backup.

A unit test is included to verify the panic behaviour. Prior to the `log` diff
in this branch the test failed because the non-nil `err` result from
`fmt.Printf` was being away:

```
=== RUN   TestStdoutFailure
=== PAUSE TestStdoutFailure
=== CONT  TestStdoutFailure
FAIL	github.com/letsencrypt/boulder/log	0.011s
FAIL
```

After the `log` package diff in this branch is applied the test passes.

I additionally tested this end-to-end by redirecting stdout to a full
filesystem volume mounted into the Boulder docker image. It provoked the
expected panic when a component tried to write to stdout and the filesystem was
full.

11882 of 19354 relevant lines covered (61.39%)

0.69 hits per line

Jobs
ID Job ID Ran Files Coverage
7 11349.7 (RUN="coverage" CONTAINER="netaccess") 20 Oct 2019 06:26AM UTC 0
61.39
Travis Job 11349.7
Source Files on build 11349
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11349
  • eb4445be on github
  • Prev Build on master (#11348)
  • Next Build on master (#11350)
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