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

census-instrumentation / opencensus-java / 2778
37%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2017 09:38PM UTC
Jobs 1
Files 156
Run time 8s
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
2778

push

travis-ci

web-flow
Fix the wrong use of notify and wait. (#798)

The previous code was using low-level synchronization based on
notify and wait - and it was wrong. The code allowed for a race condition
where notify is called before wait. In that case, notify will have no effect,
and wait will wait forever until interrupted by the test timeout.
I believe this to be the root cause of #793 (and the previous occurrences
in #540).

Just avoid the low-level synchronization and use Semaphore instead.

3207 of 3954 relevant lines covered (81.11%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2778.2 (TASK=BUILD) 09 Nov 2017 09:38PM UTC 0
81.11
Travis Job 2778.2
Source Files on build 2778
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2778
  • 32cc8dd0 on github
  • Prev Build on master (#2768)
  • Next Build on master (#2779)
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