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

JCTools / JCTools / 700
88%

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

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>

43 of 43 new or added lines in 1 file covered. (100.0%)

4766 of 5541 relevant lines covered (86.01%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 700.1 30 Jul 2020 01:51PM UTC 0
86.01
Travis Job 700.1
Source Files on build 700
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #700
  • 8196da37 on github
  • Prev Build on master (#681)
  • Next Build on master (#701)
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