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

luci / luci-go / 638 / 1
62%
master: 62%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2016 12:11AM UTC
Files 451
Run time 13s
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

13 Apr 2016 11:40PM UTC coverage: 69.423% (+0.005%) from 69.418%
638.1

push

travis-ci

Commit bot
cipd: instance cache

Cache package instances on file system in a shared cache, as specified
by -cache-dir flag. Use LRU for GC.

The implementation is similar to the one of tag cache: a binary-protobuf
file with cache state is loaded/saved every time it is accessed. The state contains last access time of
instances.

If the state file is not found, corrupted or was not synced with fs for
a long time, the state is synced. Newly discovered instances are
considered last accessed at EPOCH.

GC happens on sync or when an instance is added: cutoff date is
determined and first N instances that were accessed before cutoff date
are removed, where N is the number of instance beyond cache limit.

R=vadimsh@chromium.org
BUG=601017

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

25445 of 36652 relevant lines covered (69.42%)

2086.91 hits per line

Source Files on job 638.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 638
  • Travis Job 638.1
  • 6c20df86 on github
  • Prev Job for on master (#637.1)
  • Next Job for on master (#639.1)
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