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

luci / luci-go / 661
62%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2016 04:48PM UTC
Jobs 1
Files 456
Run time 24s
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

pending completion
661

push

travis-ci

Commit bot
Cleanup and add tests for errors.

- MarkedError is now an internal type that implements Wrapped.
- Added Walk, which traverses MultiError and Wrapped error spaces.
- Any now is written in terms of Walk.
- Remove Unwrap, as it is not really useful for export. Someone
  calling this set of functions either wants the innermost error (UnwrapAll)
  or to operate on wrapped errors manually (Walk, Any).
  - Renamed UnwrapAll to Unwrap.
  - Added tests.
  - Updated call sites to use new Unwrap() (nothing external used old
    one).
- Walk/Any now traverse wrapped errors and MultiErrors.
- IsTransient now uses Any to recursively check for transience.

Additionally, after discussion:
- grpcutil.DeadlineExceeded is no longer a transient error.
- Removed grpcutil.IsTransient, as it was a hybrid error testing
  function. Its functionality is now cleanly split between grpcutil and
  errors packages.

BUG=

Review URL: https://codereview.chromium.org/1916683002

25019 of 36532 relevant lines covered (68.49%)

2095.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 661.1 25 Apr 2016 04:48PM UTC 0
68.49
Travis Job 661.1
Source Files on build 661
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #661
  • e57e9301 on github
  • Prev Build on master (#660)
  • Next Build on master (#662)
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