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

tarantool / tarantool / 16885022315
88%

Build:
DEFAULT BRANCH: master
Ran 11 Aug 2025 04:00PM UTC
Jobs 1
Files 511
Run time 2min
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

11 Aug 2025 03:45PM UTC coverage: 87.582% (-0.008%) from 87.59%
16885022315

push

github

locker
core: increase error logging verbosity from C

When compat option `box_error_serialize_verbose` is set to `new` then
`tostring` of Lua box error object prints error with increased
verbosity. This affects logging error from Lua. Unfortunately it does
not affect logging box error from C.

Let's move `tostring` logic to C code so we can align logging from Lua and
C.

Note that:

- error is logged from C verbosly unconditionally
  (`box_error_serialize_verbose` is not taken into account)
- details that printed before ':' are removed (error code for
  `ClientError` for example)

While at it we did next changes in `tostring()`:

- frames are printed from effect to cause
- prefix `Caused by: ` is added for cause frames

Note that `say_logger_free()` it patched so that logger can be
reinitialized in `unit/fiber.cc` test.

Closes #10116
Follow-up #9105

NO_DOC=minor change

70838 of 124753 branches covered (56.78%)

46 of 49 new or added lines in 7 files covered. (93.88%)

46 existing lines in 16 files now uncovered.

104061 of 118815 relevant lines covered (87.58%)

1373455.44 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
90.71
-0.3% src/box/applier.cc
2
90.8
-0.49% src/box/box.cc

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.44
-0.04% src/box/vinyl.c
1
96.3
-3.7% src/cpu_feature.c
1
88.78
-0.57% src/lib/core/exception.cc
1
60.42
-0.69% src/lib/core/fio.c
1
96.15
-0.05% src/lib/salad/bps_tree.h
1
91.68
0.0% src/lib/swim/swim.c
1
88.38
-0.19% src/lua/init.c
2
93.02
-0.41% src/box/xrow_update_field.c
2
96.15
-3.85% src/lib/core/iostream.h
2
82.22
-4.44% src/lib/core/latch.h
2
97.26
-0.1% src/lib/msgpuck/msgpuck.h
3
84.21
-0.26% src/box/xlog.c
4
90.71
-0.3% src/box/applier.cc
4
93.62
-2.13% src/box/vy_range.c
4
81.82
-12.12% src/lua/minifio.c
16
90.8
-0.49% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 16885022315.1 11 Aug 2025 04:00PM UTC 511
87.58
GitHub Action Run
Source Files on build 16885022315
  • Tree
  • List 511
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2120de95 on github
  • Prev Build on master (#16876801711)
  • Next Build on master (#16935167855)
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