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

tarantool / tarantool / 7753457399
88%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2024 08:55AM UTC
Jobs 1
Files 511
Run time 1min
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

02 Feb 2024 08:41AM UTC coverage: 86.88% (-0.01%) from 86.89%
7753457399

push

github

locker
gc: add graceful shutdown

We call `gc_shutdown` after all client shutdown fibers is finished. So
shutdown is quite simple, we just need to finish checkpoint system
fibers.

There may be a checkpoint in progress during shutdown. It can by done in
`checkpoint_daemon` fiber or in client fiber. Anyway we just need to
make sure it is cancellable. In case of memtx we run checkpoint in
distinct cord but thanks to `cord_cojoin` semantics cancel is propagated
to the cord's main fiber. So let's add a yield to the `checkpoint_f` to
make it cancellable.

Now we don't need `checkpoint_cancel` at all. At the moment of
memtx_engine_shutdown (actually freeing resources) the cord is sure to
be terminated.

Part of #8423

NO_CHANGELOG=internal
NO_DOC=internal

66656 of 119064 branches covered (0.0%)

98978 of 113925 relevant lines covered (86.88%)

2700346.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7753457399.1 02 Feb 2024 08:55AM UTC 0
86.88
GitHub Action Run
Source Files on build 7753457399
Detailed source file information is not available for this build.
  • Back to Repo
  • 557567ee on github
  • Prev Build on master (#7743215927)
  • Next Build on master (#7760876921)
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