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

tarantool / tarantool / 12413
82%
master: 88%

Build:
Build:
LAST BUILD BRANCH: mk-index-mvcc-support
DEFAULT BRANCH: master
Ran 06 Jun 2018 08:18PM UTC
Jobs 1
Files 301
Run time 44s
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
12413

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

39249 of 47942 relevant lines covered (81.87%)

880995.47 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12413.3 (TARGET=coverage) 06 Jun 2018 08:18PM UTC 0
81.87
Travis Job 12413.3
Source Files on build 12413
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12413
  • 9404f29c on github
  • Prev Build on gh-2677-box-session-push (#12394)
  • Next Build on gh-2677-box-session-push (#12457)
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