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

cilium / cilium / 10947 / 1
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2019 04:45PM UTC
Files 440
Run time 1min
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

24 Sep 2019 04:25PM UTC coverage: 44.699% (-0.01%) from 44.712%
10947.1

push

travis-ci-com

aanm
daemon: remove `uniqueID` map

We encode whether a given Endpoint needs to be regenerated or not with changes
to its state; regenerations are not attempted by callers if the endpoint is in
`StateWaitingToRegenerate` already. The `uniqueID` map encoded this same state,
but outside of the Endpoint package; therefore, it is now redundant. It makes
more logical sense to have the logic of whether a regeneration needs to be
performed for an Endpoint to be part of `pkg/endpoint` itself.

If an Endpoint is waiting on the semaphore from the Daemon to be acquired which
meters the number of concurrent regenerations, provide its `aliveCtx` to the
call to `QueueEndpointBuild` if no context is provided in the call to
`regenerate`. This ensures that when an Endpoint is deleted, it will release all
resources associated with it, including if it is waiting on this semaphore.

Signed-off by: Ian Vernon <ian@cilium.io>

25526 of 57107 relevant lines covered (44.7%)

1179.73 hits per line

Source Files on job 10947.1
  • Tree
  • List 0
  • Changed 79
  • Source Changed 5
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6391
  • Travis Job 10947.1
  • 1c281f76 on github
  • Prev Job for on master (#10945.1)
  • Next Job for on master (#10948.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc