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

JCTools / JCTools / 700 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 30 Jul 2020 01:51PM UTC
Files 71
Run time 6min
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

30 Jul 2020 01:22PM UTC coverage: 86.013% (-0.2%) from 86.217%
700.1

push

travis-ci

web-flow
MpscBlockingConsumerArrayQueue poll with timeout fix (#316)

MpscBlockingConsumerArrayQueue poll with timeout fix

Previously the following sequence was possible:
```
  Consumer                            Provider

  poll(timeout)
                                      offerAndWakeup()
  time out
                                      soRefElement(, offset,)
  consume from offset
  offset -> offset'
  poll()
                                      soBlocked(null)
                                      unpark(consumerThread)
  // Spin for ever
  spinWaitForElement(, offset')
```
Issue resolved by more strictly enforcing consumer invariants when exiting the parked state.

Co-authored-by: nickhill <nickhill@us.ibm.com>
Co-authored-by: Nitsan <nwakart@gmail.com>

4766 of 5541 relevant lines covered (86.01%)

0.86 hits per line

Source Files on job 700.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 662
  • Travis Job 700.1
  • 8196da37 on github
  • Prev Job for on master (#681.1)
  • Next Job for on master (#701.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