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

tarantool / tarantool / 12462
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: Godrik0/gh-11759-fail_if-config-check
DEFAULT BRANCH: master
Ran 08 Jun 2018 06:58PM UTC
Jobs 1
Files 301
Run time 3min
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
12462

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

Jobs
ID Job ID Ran Files Coverage
3 12462.3 (TARGET=coverage) 08 Jun 2018 06:58PM UTC 0
81.8
Travis Job 12462.3
Source Files on build 12462
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12462
  • 39709775 on github
  • Prev Build on 1.10 (#12456)
  • Next Build on 1.10 (#12465)
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