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

tarantool / tarantool / 25499199320
88%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 01:52PM UTC
Jobs 1
Files 525
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

07 May 2026 01:35PM UTC coverage: 87.658%. Remained the same
25499199320

push

github

locker
lua: use configured group name in application thread name

Currently, application threads are named `app<id>` where `<id>` is the
global thread identifier used internally. This makes it difficult to
figure out which group an application thread belongs to. In particular,
this complicates matching logged messages to application threads. Let's
name application threads `<group><id>` where `<group>` is the name of
the configured thread group and `<id>` is the identifier of the thread
in the group. We also change the meaning of the `thread_id` field
returned by `threads.info()`: now it shows the identifier of the thread
in its group instead of the global identifier used internally. We do it
for consistency with the new thread naming policy and the new `target`
option of `threads.call()` and `eval()` introduced recently.

Closes #12643

NO_DOC=experimental

70653 of 118968 branches covered (59.39%)

106308 of 121276 relevant lines covered (87.66%)

1362061.21 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
88.14
-7.63% src/box/vy_regulator.c
6
87.76
-0.39% src/box/vy_run.c
4
81.82
-12.12% src/lua/minifio.c
3
97.51
-0.2% src/box/memtx_tx.c
3
89.71
-0.04% src/box/xrow.c
2
92.65
-0.09% src/box/vinyl.c
2
95.21
-1.06% src/box/vy_range.c
2
94.8
-0.42% src/box/vy_read_iterator.c
2
85.69
-0.17% src/box/xlog.c
2
96.3
-3.7% src/lib/core/backtrace.c
1
88.96
-0.61% src/box/engine.c
1
96.88
-1.56% src/box/engine.h
1
90.3
-0.08% src/box/vy_log.c
1
92.0
-0.1% src/box/vy_scheduler.c
1
87.93
-1.54% src/box/xlog.h
1
90.38
-1.77% src/lib/core/trigger.cc
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
91.68
0.0% src/lib/swim/swim.c
Jobs
ID Job ID Ran Files Coverage
1 25499199320.1 07 May 2026 01:52PM UTC 525
87.66
GitHub Action Run
Source Files on build 25499199320
  • Tree
  • List 525
  • Changed 37
  • Source Changed 0
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 7430a8f6 on github
  • Prev Build on master (#25494731709)
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