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

luci / gae / 126
82%

Build:
DEFAULT BRANCH: master
Ran 05 Feb 2016 08:28AM UTC
Jobs 1
Files 67
Run time 3s
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
126

push

travis-ci

Commit bot
Add support for uint8, uint16 and uint32 in luci/gae

This has come up for like 3 models in DM so far, and I'm tired of having this
be a stupid "gotcha!". I was working around it with some PropertyConverter, but
with this change it will just be obvious what the heck is going on.

They all map to positive int64 values (which should make indexes obvious), and
they include out-of-bounds checks on deserialization.

I excluded uint64, since there's no way to properly encode it in the native
datastore representation which still makes any sense for indexes.

I also added some (apparently?) missing documentation in PLS which explicitly
lays out what field types are allowed in a pls-managed struct.

R=dnj@chromium.org, estaab@chromium.org, martiniss@chromium.org, vadimsh@chromium.org
BUG=550684

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

6178 of 7557 relevant lines covered (81.75%)

998.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 126.1 05 Feb 2016 08:28AM UTC 0
81.75
Travis Job 126.1
Source Files on build 126
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #126
  • daecce9b on github
  • Prev Build on master (#125)
  • Next Build on master (#127)
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