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

tarantool / tarantool / 27202141675
88%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2026 11:23AM 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

09 Jun 2026 11:10AM UTC coverage: 87.674% (-0.03%) from 87.699%
27202141675

push

github

locker
box: wake up all active fibers at application thread exit

When an application thread exits, its Lua state is destroyed. This
includes all condition variables created from Lua code. If there's
a fiber waiting on a condition variable, fiber_cond_destroy() will
fail the assertion checking that the condition variable is unused.
If assertions are disabled, Tarantool is likely to crash later,
when it deletes all fibers in cord_join(). Let's wake up all fibers
before destroying the Lua state. This is actually a hack. We should
probably implement something like fiber_shutdown() for application
threads.

Closes #12792

NO_DOC=bug fix

70791 of 119071 branches covered (59.45%)

2 of 2 new or added lines in 1 file covered. (100.0%)

58 existing lines in 16 files now uncovered.

106426 of 121388 relevant lines covered (87.67%)

1385375.07 hits per line

Coverage Regressions

Lines Coverage ∆ File
20
90.74
-0.63% src/box/box.cc
15
91.88
-2.17% src/box/memtx_space.c
4
93.31
-1.27% src/lib/swim/swim_io.c
4
22.64
-0.08% src/lib/uri/uri_parser.c
2
92.78
-0.04% src/box/vinyl.c
2
81.38
-0.6% src/lib/core/coio.c
2
97.15
0.1% src/lib/msgpuck/msgpuck.h
1
96.32
-0.17% src/box/relay.cc
1
95.1
-0.1% src/box/replication.cc
1
93.37
-0.19% src/box/txn_limbo.c
1
85.82
0.0% src/box/xlog.c
1
92.96
0.0% src/lib/core/fiber.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
85.15
-0.99% src/lib/small/small/slab_arena.c
1
91.68
-0.11% src/lib/swim/swim.c
1
75.85
-0.24% src/main.cc
Jobs
ID Job ID Ran Files Coverage
1 27202141675.1 09 Jun 2026 11:23AM UTC 525
87.67
GitHub Action Run
Source Files on build 27202141675
  • Tree
  • List 525
  • Changed 26
  • Source Changed 0
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 1e838427 on github
  • Prev Build on master (#27167206849)
  • Next Build on master (#27202430798)
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