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

tarantool / tarantool / 15439
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-12787-box-info-in-app-threads
DEFAULT BRANCH: master
Ran 18 Feb 2019 08:29AM UTC
Jobs 1
Files 305
Run time 36s
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
15439

push

travis-ci

kyukhin
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/f1ff0b507b039c368cf3288619c5456042774c60">f1ff0b507<a href="https://github.com/tarantool/tarantool/commit/f1ff0b507b039c368cf3288619c5456042774c60">&quot;&gt;box: disable sparse optimization in box.tuple.new()

The box.tuple.new() used to call luamp_encode_tuple with
default LUA serializer config &amp;#39;luaL_msgpack_default&amp;#39;. This
routine may consider an array to be excessively sparse when
  + encode_sparse_ratio &amp;gt; 0
  + max(table) &amp;gt; encode_sparse_safe
  + max(table) &amp;gt; count(table) * encode_sparse_ratio.
Sparse optimization save memory via representing excessively
sparse tuple as MP_MAP. But Tarantool tuple always must be
MP_ARRAY so it is not relevant for box.tuple.new semantics.
So it is disabled with encode_sparse_ratio = 0 in a new local
serializer config.

Closes #3882

(cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/1a4d88748727220358c3c0b1408ab91c2cc66d04">1a4d88748</a>">1a4d88748</a><a href="https://github.com/tarantool/tarantool/commit/f1ff0b507b039c368cf3288619c5456042774c60">)

8 of 8 new or added lines in 2 files covered. (100.0%)

41210 of 50113 relevant lines covered (82.23%)

845053.45 hits per line

Jobs
ID Job ID Ran Files Coverage
5 15439.5 (TARGET=coverage) 18 Feb 2019 08:29AM UTC 0
82.23
Travis Job 15439.5
Source Files on build 15439
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15439
  • f1ff0b50 on github
  • Prev Build on 1.10 (#15424)
  • Next Build on 1.10 (#15498)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc