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

tarantool / tarantool / 24653978358
88%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 07:43AM UTC
Jobs 1
Files 525
Run time 1min
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

20 Apr 2026 07:27AM UTC coverage: 87.703% (+0.02%) from 87.683%
24653978358

push

github

sergepetrenko
msgpack: do not validate MP_ARROW payload in mp_check

During replication the MP_ARROW payload is decoded twice by the applier:
 1. applier_read_tx_row() -> xrow_decode() -> mp_check()
 2. applier_thread_reader_f() -> applier_thread_decode_arrow_ipc()

It is too costly and doesn't make any sense. According to flamegraphs a
single arrow_ipc_decode() takes as much time as execute_batch_insert().
This patch removes the first decoding from mp_check(). The only visible
side effect is that require('msgpack').decode() will no longer validate
the Arrow payload. But currently we do not support Arrow in Lua anyway.

Needed for tarantool/tarantool-ee#1710

NO_DOC=ee
NO_TEST=ee
NO_CHANGELOG=ee

70736 of 119006 branches covered (59.44%)

106386 of 121302 relevant lines covered (87.7%)

1358734.38 hits per line

Coverage Regressions

Lines Coverage ∆ File
116
89.85
-0.67% src/box/applier.cc
16
91.48
0.0% src/box/space.c
12
85.37
0.0% src/box/xrow.h
6
95.22
-1.04% src/box/vy_read_iterator.c
3
93.0
0.07% src/lib/core/fiber.c
2
92.69
-0.09% src/box/vinyl.c
2
88.09
-0.13% src/box/vy_run.c
2
87.01
-0.41% src/box/vy_stmt.c
2
96.95
-0.2% src/lib/msgpuck/msgpuck.h
1
81.19
2.34% src/box/msgpack.c
1
95.1
0.0% src/box/replication.cc
1
85.96
0.15% src/box/xlog.c
1
80.0
-2.05% src/lib/core/clock.c
1
22.7
0.04% src/lib/uri/uri_parser.c
Jobs
ID Job ID Ran Files Coverage
1 24653978358.1 20 Apr 2026 07:43AM UTC 525
87.7
GitHub Action Run
Source Files on build 24653978358
  • Tree
  • List 525
  • Changed 31
  • Source Changed 0
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 142ceb5a on github
  • Prev Build on master (#24581363779)
  • Next Build on master (#24654719552)
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