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

luci / luci-go / 708
62%

Build:
DEFAULT BRANCH: master
Ran 09 May 2016 05:35PM UTC
Jobs 1
Files 471
Run time 26s
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
708

push

travis-ci

Commit bot
Split stream state from params.

Split the log stream's current Coordinator state from its parameters.
The state is now a separate entity whose parent is the LogStream that it
describes. The immediate intent is to reduce datastore index write costs
on state change, but this also has the long term goal of splitting
mutable log stream state from immutable log stream base properties.

This change removes the ability to query for streams that have been
archived and/or terminated, since those properties are now tracked in a
separate entity. Such queries are considered administrative, and can
still be performed manually, as the LogStreamState exports those
properties for index.

Update all internal service endpoints and services to reference log
streams via their "Coordinator ID" (hash) rather than their full path.
This will reduce bandwidth and redundancy.

This updates the coordinatorTest package to make dealing with all of the
various log stream entities more manageable.

BUG=

Review-Url: https://codereview.chromium.org/1947153004

26505 of 38691 relevant lines covered (68.5%)

1985.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 708.1 09 May 2016 05:35PM UTC 0
68.5
Travis Job 708.1
Source Files on build 708
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #708
  • 1de614b1 on github
  • Prev Build on master (#707)
  • Next Build on master (#710)
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