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

tarantool / tarantool / 12275532560
87%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-test-dir-for-gitlab-ci
DEFAULT BRANCH: master
Ran 11 Dec 2024 12:19PM UTC
Jobs 1
Files 514
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

11 Dec 2024 11:33AM UTC coverage: 87.28% (+0.004%) from 87.276%
12275532560

push

github

locker
vinyl: disable tautological DELETE optimization for deferred DELETEs

If the write iterator sees that one DELETE statement follows another,
which isn't discarded because it's referenced by a read view, it drops
the newer DELETE, see commit a6f45d870813b ("vinyl: discard tautological
DELETEs on compaction"). This is incorrect if the older DELETE is a
deferred DELETE statement (marked as SKIP READ) because such statements
are dumped out of order, i.e. there may be a statement with the LSN
lying between the two DELETEs in an older source not included into this
compaction task. If we discarded the newer DELETE, we wouldn't overwrite
this statement on major compaction, leaving garbage. Fix this issue by
disabling this optimization for deferred DELETEs.

Closes #10895

NO_DOC=bug fix

(cherry picked from commit 2945a8c9f)

68621 of 121862 branches covered (56.31%)

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

90 existing lines in 20 files now uncovered.

101213 of 115964 relevant lines covered (87.28%)

2481579.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12275532560.1 11 Dec 2024 12:19PM UTC 0
87.28
GitHub Action Run
Source Files on build 12275532560
Detailed source file information is not available for this build.
  • Back to Repo
  • 4e4274a1 on github
  • Prev Build on release/3.2 (#12275347388)
  • Next Build on release/3.2 (#12281709861)
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