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

noironetworks / aci-containers / 6223 / 1
57%
master: 63%

Build:
Build:
LAST BUILD BRANCH: snat-svc-fix
DEFAULT BRANCH: master
Ran 27 Jan 2022 02:09PM UTC
Files 72
Run time 22s
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

27 Jan 2022 09:27AM UTC coverage: 56.772% (-0.01%) from 56.782%
6223.1

push

travis-ci-com

akhilamohanan
Fixed deadlock in hostagent

Trying to access snatPolicyCacheMutex.RLock again in same goroutine
without releasing already acquired snatPolicyCacheMutex.RLock was causing
deadlock. This goroutine accessed its first snatPolicyCacheMutex.RLock
and then another goroutine stated waiting for snatPolicyCacheMutex.Lock
and hence the first goroutine was not able to access the 2nd
snatPolicyCacheMutex.RLock which caused the deadlock

Avoided the 2nd occurance of snatPolicyCacheMutex.RLock in same
goroutine without releasing the 1st read lock.

11623 of 20473 relevant lines covered (56.77%)

0.63 hits per line

Source Files on job 6223.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1613
  • Travis Job 6223.1
  • 65e7351d on github
  • Prev Job for on lock-order (#6200.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