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

tarantool / tarantool / 22773914650 / 1
88%
master: 88%

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

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

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%)

105907 of 120829 relevant lines covered (87.65%)

1392337.75 hits per line

Source Files on job 22773914650.1
  • 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 Build 22773914650
  • cb6f7961 on github
  • Prev Job for on master (#22770960916.1)
  • Next Job for on master (#22775810579.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