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

luci / gae / 203
82%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2017 03:18AM UTC
Jobs 1
Files 0
Run time –
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
203

push

travis-ci

Commit bot
Annotate ErrInvalidKey.

The ErrInvalidKey error is annoying when encountered, becuase it
provides no context about why the key is invalid and can occur in some
obscure places (checkfilter, query finalization, implementations, etc.).

To address this, replace ErrInvalidKey with a test function,
IsErrInvalidKey. This will return true for any invalid key errors.
Replace instances of ErrInvalidKey with errors derived from
MakeErrInvalidKey, annotated with some context and useful information.

This should be relatively minor change upstream, since no audited code
actually checks for this error case.

BUG=None
TEST=unit

Review-Url: https://codereview.chromium.org/2620043002
Jobs
ID Job ID Ran Files Coverage
1 203.1 11 Jan 2017 03:18AM UTC 0
Travis Job 203.1
Source Files on build 203
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #203
  • 89a62d1e on github
  • Prev Build on master (#202)
  • Next Build on master (#204)
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