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

tarantool / tarantool / 12462 / 3
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: release/3.6
DEFAULT BRANCH: master
Ran 08 Jun 2018 06:58PM UTC
Files 301
Run time 2min
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

08 Jun 2018 05:01PM UTC coverage: 81.8% (-0.08%) from 81.883%
TARGET=coverage

push

travis-ci

kostja
netbox: introduce iterable future objects

Netbox has two major ways to execute a request: sync and async.
During execution of any a server can send multiplie responses via
IPROTO_CHUNK. And the execution ways differ in how to handle the
chunks (called messages or pushes).

For a sync request a one can specify on_push callback and its
on_push_ctx argument called on each message.

When a request is async a user has a future object only, and can
not specify any callbacks. To get the pushed messages a one must
iterate over future object like this:
for i, message in future:pairs(one_iteration_timeout) do
...
end
Or ignore messages just calling future:wait_result(). Anyway
messages are not deleted, so a one can iterate over future object
again and again.

Follow up #2677

39440 of 48215 relevant lines covered (81.8%)

902675.5 hits per line

Source Files on job 12462.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 242
  • Source Changed 8
  • Coverage Changed 242
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11335
  • Travis Job 12462.3
  • 39709775 on github
  • Prev Job for TARGET=coverage on 1.10 (#12456.3)
  • Next Job for TARGET=coverage on 1.10 (#12465.3)
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