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

cilium / cilium / 10947
39%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2019 04:45PM UTC
Jobs 1
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

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>

4 of 4 new or added lines in 2 files covered. (100.0%)

25526 of 57107 relevant lines covered (44.7%)

1179.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10947.1 24 Sep 2019 04:45PM UTC 0
44.7
Travis Job 10947.1
Source Files on build 10947
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #10947
  • 1c281f76 on github
  • Prev Build on master (#10945)
  • Next Build on master (#10948)
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