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

tarantool / tarantool / 12519
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: ninarodicova/test5
DEFAULT BRANCH: master
Ran 14 Jun 2018 05:31PM UTC
Jobs 1
Files 301
Run time 66min
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
12519

push

travis-ci

Gerold103
session: fix box.session.sync()

Before the patch box.session.sync() is global for the session and
is updated on each new iproto request. When the connection is
multiplexed, box.session.sync() can be changed with no finishing
a current request, if a new one arrives.

The patch makes box.session.push() local for the request,
protecting it from multiplexing mess. Box.session.sync() after
the patch can be safely used inside a request.

Closes #3450

@TarantoolBot document
Title: box.session.sync() became request local
Box.session.sync() was global for a session, so it was unusable
when the connection behind the session is multiplexed. Now
box.session.sync() is request local and can be safely used inside
the request processor.

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

39489 of 48209 relevant lines covered (81.91%)

901060.95 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12519.3 (TARGET=coverage) 14 Jun 2018 05:31PM UTC 0
81.91
Travis Job 12519.3
Source Files on build 12519
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12519
  • 6cc31e04 on github
  • Prev Build on 1.10 (#12514)
  • Next Build on 1.10 (#12579)
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