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

tarantool / tarantool / 12394
82%
master: 88%

Build:
Build:
LAST BUILD BRANCH: mk-index-mvcc-support
DEFAULT BRANCH: master
Ran 04 Jun 2018 10:32PM UTC
Jobs 1
Files 301
Run time 28s
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
12394

push

travis-ci

Gerold103
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

39237 of 47934 relevant lines covered (81.86%)

876563.94 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12394.3 (TARGET=coverage) 04 Jun 2018 10:32PM UTC 0
81.86
Travis Job 12394.3
Source Files on build 12394
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12394
  • 377b9712 on github
  • Prev Build on gh-2677-box-session-push (#12369)
  • Next Build on gh-2677-box-session-push (#12413)
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