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

tarantool / tarantool / 12159
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: drewdzzz/remove_tuples_from_logs
DEFAULT BRANCH: master
Ran 17 May 2018 08:31PM UTC
Jobs 1
Files 299
Run time 22s
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

pending completion
12159

push

travis-ci

kostja
collation: split collation into coll and id objects

In the issue #3290 the important problem appeared - Tarantool can
not create completely internal collations with no ID, name,
owner. Just for internal usage.

Original struct coll can not be used for this since
* it has fields that are not needed in internals;
* collation name is public thing, and the collation cache uses
  it, so it would be necessary to forbid to a user usage of some
  system names;
* when multiple collations has the same comparator and only their
  names/owners/IDs are different, the separate UCollator objects
  are created, but it would be good to be able to reference a
  single one.

This patch renames coll to coll_id, coll_def to call_id_def and
introduces coll - pure collation object with no any user defined
things.

Needed for #3290.

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

38435 of 47184 relevant lines covered (81.46%)

902410.81 hits per line

Uncovered Changes

Lines Coverage ∆ File
14
100.0
src/exception.cc
13
100.0
src/coll.c
7
100.0
src/box/alter.cc
4
100.0
src/box/coll_id.c
2
100.0
src/box/coll_id_cache.c
2
100.0
src/exception.h
1
100.0
src/box/error.cc

Coverage Regressions

Lines Coverage ∆ File
28
100.0
src/backtrace.cc
17
100.0
src/util.c
10
100.0
src/lib/salad/mhash.h
9
100.0
src/lua/init.c
3
100.0
src/box/alter.cc
2
100.0
src/box/xrow.c
1
100.0
src/box/xlog.c
1
100.0
src/box/vy_run.c
1
100.0
src/box/vy_scheduler.c
1
100.0
src/box/error.h
1
100.0
src/fiber.c
1
100.0
src/box/key_def.c
Jobs
ID Job ID Ran Files Coverage
3 12159.3 (TARGET=coverage) 17 May 2018 08:31PM UTC 0
81.46
Travis Job 12159.3
Source Files on build 12159
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12159
  • 97a6a4c5 on github
  • Prev Build on 1.10 (#12143)
  • Next Build on 1.10 (#12160)
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