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

tarantool / tarantool / 11029333790
88%

Build:
DEFAULT BRANCH: master
Ran 25 Sep 2024 08:43AM UTC
Jobs 1
Files 514
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

25 Sep 2024 08:33AM UTC coverage: 87.315% (+0.004%) from 87.311%
11029333790

push

github

locker
vinyl: fix crash when empty PK DDL races with DML

Vinyl doesn't support altering the primary index of a non-empty space,
but the check forbidding this isn't entirely reliable - the DDL function
may yield to wait for pending WAL writes to finish after ensuring that
the space doesn't contain any tuples. If a new tuples is inserted into
the space in the meantime, the DDL operation will proceed rebuilding
the primary index and trigger a crash because the code is written on
the assumption that it's rebuilding a secondary index:

```
./src/box/vinyl.c:1572: vy_check_is_unique_secondary_one: Assertion `lsm->index_id > 0' failed.
```

Let's fix this by moving the check after syncing on WAL.

Closes #10603

NO_DOC=bug fix

68988 of 122509 branches covered (56.31%)

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

19 existing lines in 12 files now uncovered.

101757 of 116540 relevant lines covered (87.32%)

2565370.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11029333790.1 25 Sep 2024 08:43AM UTC 0
87.32
GitHub Action Run
Source Files on build 11029333790
Detailed source file information is not available for this build.
  • Back to Repo
  • 955537b5 on github
  • Prev Build on master (#11013355939)
  • Next Build on master (#11032458350)
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