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

xapi-project / sm / 795
47%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2019 12:23PM UTC
Jobs 1
Files 93
Run time 9s
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
795

push

travis-ci

MarkSymsCtx
CA-323702: fcntl locks are per process, so need to reference count.

As fcntl locks are per-process it is not an error if a lock is acquired
that is already held, however the release is not reference counted by
the system. So, if a lock is taken by an API and subsequently another
method in the call chain takes the same lock it must not be released
until the API call completes.

To ensure this behaviour make Lock objects unique by name and namespace
so that subsequent calls obtain the same object reference. internally
to the object track how many calls to acquire and release have been made
and only release the underlying lock when all the acquires have had matching
release calls.

Signed-off-by: Mark Syms <mark.syms@citrix.com>

866 of 6214 branches covered (13.94%)

7323 of 20739 relevant lines covered (35.31%)

0.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 795.1 24 Jul 2019 12:23PM UTC 0
35.31
Travis Job 795.1
Source Files on build 795
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #795
  • d150e730 on github
  • Prev Build on master (#790)
  • Next Build on master (#798)
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

© 2025 Coveralls, Inc