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

tarantool / tarantool / 15342356476
88%

Build:
DEFAULT BRANCH: master
Ran 30 May 2025 08:29AM UTC
Jobs 1
Files 519
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

30 May 2025 08:13AM UTC coverage: 87.51% (-0.005%) from 87.515%
15342356476

push

github

locker
box: disallow alter of primary index with dependent secondary

Rebuild of several indexes in one statement is broken because we need
to maintain consistency of built indexes while building the next ones,
and we don't do that. Such rebuilds can happen only when primary index
is altered and all non-unique and nullable indexes need to be rebuilt as
well. Let's simply forbid such alters.

We could forbid any alter of primary index, and the patch would be even
a bit simpler, but let's allow to alter primary in a space without
dependent secondary indexes - it seems to work fine, and people would
use it, at least someone reported this problem, hence, someone actually
tried to alter primary.

Closes #10951

NO_DOC=bugfix

70469 of 124193 branches covered (56.74%)

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

32 existing lines in 15 files now uncovered.

103610 of 118398 relevant lines covered (87.51%)

2777331.04 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.7
-0.07% src/box/applier.cc
1
95.96
-0.18% src/box/relay.cc
1
95.66
-0.12% src/box/replication.cc
1
93.55
-0.14% src/box/txn_limbo.c
1
92.58
0.09% src/box/vinyl.c
1
95.74
-0.53% src/box/vy_range.c
1
87.57
0.07% src/box/vy_run.c
1
80.0
-2.5% src/lib/core/clock.c
2
89.25
-0.12% src/box/xrow.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
90.91
-0.09% src/box/box.cc
3
84.38
-0.25% src/box/xlog.c
3
97.05
-0.1% src/lib/msgpuck/msgpuck.h
3
22.64
-0.06% src/lib/uri/uri_parser.c
8
60.84
-5.13% src/lib/core/fio.c
Jobs
ID Job ID Ran Files Coverage
1 15342356476.1 30 May 2025 08:29AM UTC 519
87.51
GitHub Action Run
Source Files on build 15342356476
  • Tree
  • List 519
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f34d0bf8 on github
  • Prev Build on master (#15325720149)
  • Next Build on master (#15347114677)
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