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

tarantool / tarantool / 22773914650
88%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2026 05:28PM UTC
Jobs 1
Files 526
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

06 Mar 2026 05:13PM UTC coverage: 87.65% (-0.03%) from 87.678%
22773914650

push

github

locker
box: remove collation from tuple format

It's possible to set a collation for a space format field, in which case
it will be used as the default collation when creating an index over
this field. Also, it's used for comparison of tuple fields in SQL.
We store a collation id not only in space_def but also in tuple_format,
but it's redundant because in all places where we use it, we have
a space_def object. Let's remove coll_id and coll from tuple_format
and use field_def::coll_id instead. This a step towards allowing
application threads to use tuple formats because now we don't need to
access the global collation cache to create a tuple format.

Needed for #12210

NO_DOC=code cleanup
NO_TEST=code cleanup
NO_CHANGELOG=code cleanup

70404 of 118496 branches covered (59.41%)

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

45 existing lines in 16 files now uncovered.

105907 of 120829 relevant lines covered (87.65%)

1392337.75 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.47
-1.75% src/box/xlog.h
1
60.42
-0.42% src/lib/core/fio.c
1
91.56
-0.11% src/lib/swim/swim.c
2
90.99
-0.06% src/box/box.cc
2
96.3
-3.7% src/lib/core/backtrace.c
2
92.93
-0.2% src/lib/core/fiber.c
2
87.03
-0.29% src/lib/core/say.c
3
90.28
-0.22% src/box/applier.cc
3
92.47
-0.13% src/box/vinyl.c
3
94.15
-1.06% src/box/vy_range.c
3
91.27
-0.31% src/box/vy_scheduler.c
4
94.57
-0.33% src/box/tuple_format.c
4
88.03
-0.27% src/box/vy_run.c
4
85.87
-0.39% src/box/xlog.c
4
81.82
-12.12% src/lua/minifio.c
6
95.2
-1.25% src/box/vy_read_iterator.c
Jobs
ID Job ID Ran Files Coverage
1 22773914650.1 06 Mar 2026 05:29PM UTC 526
87.65
GitHub Action Run
Source Files on build 22773914650
  • Tree
  • List 526
  • Changed 27
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • cb6f7961 on github
  • Prev Build on master (#22770960916)
  • Next Build on master (#22775810579)
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