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

tarantool / crud / 6533866395
88%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2023 01:17PM UTC
Jobs 1
Files 60
Run time 3s
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

16 Oct 2023 12:53PM UTC coverage: 89.162%. Remained the same
6533866395

push

github

DifferentialOrange
crud: store the cursor's `after_tuple` explicitly as a Lua table

In scope of tarantool/tarantool#8147, a new context-dependent extension for
box tuples, `MP_TUPLE`, is introduced. If the merger's buffer source is
used, raw MsgPack is received, which does not allow for passing the context
required for decoding `MP_TUPLE`.

At the same time, all box tuples are now encoded as `MP_TUPLE` by default.
If the merger's tuple chunk can be decoded by manually skipping the
extension header of `MP_TUPLE` and the tuple format of individual tuples,
the cursor is decoded using the Lua `msgpack` library, which cannot handle
`MP_TUPLE`s without a decoding context.

The cursor's `after_tuple` field is a box tuple, so in order to overcome
the limitation above, we need to explicitly convert it to a Lua table.

Needed for tarantool/tarantool#8147

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

4615 of 5176 relevant lines covered (89.16%)

16828.21 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
12.36
0.0% crud/readview.lua
Jobs
ID Job ID Ran Files Coverage
1 6533866395.1 16 Oct 2023 01:17PM UTC 60
89.16
GitHub Action Run
Source Files on build 6533866395
  • Tree
  • List 60
  • Changed 32
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d18ad415 on github
  • Prev Build on master (#6493431653)
  • Next Build on master (#6534548167)
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