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

tarantool / tarantool / 24660882515 / 1
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/claude
DEFAULT BRANCH: master
Ran 20 Apr 2026 10:52AM UTC
Files 520
Run time 24s
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 10:12AM UTC coverage: 87.597% (-0.02%) from 87.612%
24660882515.1

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

(cherry picked from commit 142ceb5af)

70213 of 118127 branches covered (59.44%)

105549 of 120494 relevant lines covered (87.6%)

1405942.21 hits per line

Source Files on job 24660882515.1
  • Tree
  • List 520
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24660882515
  • 7b0cc7ba on github
  • Prev Job for on release/3.6 (#24160063732.1)
  • Next Job for on release/3.6 (#24679108815.1)
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