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

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

Build:
Build:
LAST BUILD BRANCH: skaplun/bump-luajit-3.3
DEFAULT BRANCH: master
Ran 14 Jun 2018 05:31PM UTC
Files 301
Run time 49min
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

14 Jun 2018 05:14PM UTC coverage: 81.912% (-0.02%) from 81.936%
TARGET=coverage

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.

39489 of 48209 relevant lines covered (81.91%)

901060.95 hits per line

Source Files on job 12519.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 251
  • Source Changed 9
  • Coverage Changed 251
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11379
  • Travis Job 12519.3
  • 6cc31e04 on github
  • Prev Job for TARGET=coverage on 1.10 (#12514.3)
  • Next Job for TARGET=coverage on 1.10 (#12579.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