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

tarantool / tarantool / 20231352374
88%

Build:
DEFAULT BRANCH: master
Ran 15 Dec 2025 12:18PM UTC
Jobs 1
Files 520
Run time 4min
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

15 Dec 2025 11:58AM UTC coverage: 87.625% (-0.02%) from 87.648%
20231352374

push

github

locker
box: fix crash with transactional trigger on system space

Currently transactional trigger on space `_space` causes crash on DDL
which changes record for `_space` itself in `_space`. In particular this
happens on recovery. Similarly there is a crash on trigger on space
`_index` and changing record for `_index` itself in `_index`.

The issue is we first commit the DDL which destroys the old space and
then run transactional trigger which refers to the old space. Let's do
the opposite, first run transactional trigger.

Closes #11766

NO_DOC=bugfix

70252 of 118262 branches covered (59.4%)

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

43 existing lines in 14 files now uncovered.

105585 of 120497 relevant lines covered (87.62%)

1372017.98 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.13
-0.18% src/box/relay.cc
1
95.83
-0.12% src/box/replication.cc
1
80.0
-2.05% src/lib/core/clock.c
1
90.38
-1.77% src/lib/core/trigger.cc
2
92.52
-0.04% src/box/vinyl.c
2
94.78
-0.42% src/box/vy_read_iterator.c
2
85.78
-0.08% src/box/xlog.c
2
92.93
-0.11% src/lib/core/fiber.c
2
82.22
-4.44% src/lib/core/latch.h
3
90.5
-0.22% src/box/applier.cc
3
97.51
-0.2% src/box/memtx_tx.c
3
87.96
-0.2% src/box/vy_run.c
3
93.43
-0.17% src/box/xrow_update_field.c
17
91.09
-0.51% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 20231352374.1 15 Dec 2025 12:18PM UTC 520
87.62
GitHub Action Run
Source Files on build 20231352374
  • Tree
  • List 520
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 37c43afd on github
  • Prev Build on master (#20169323062)
  • Next Build on master (#20263820456)
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

© 2025 Coveralls, Inc