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

tarantool / tarantool / 12275543970
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: iverbin/malloc_trim
DEFAULT BRANCH: master
Ran 11 Dec 2024 12:26PM UTC
Jobs 1
Files 518
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:34AM UTC coverage: 87.362% (-0.008%) from 87.37%
12275543970

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)

69655 of 123506 branches covered (56.4%)

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

92 existing lines in 24 files now uncovered.

102613 of 117457 relevant lines covered (87.36%)

2687426.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12275543970.1 11 Dec 2024 12:26PM UTC 0
87.36
GitHub Action Run
Source Files on build 12275543970
Detailed source file information is not available for this build.
  • Back to Repo
  • 08cb8953 on github
  • Prev Build on release/3.3 (#12262979696)
  • Next Build on release/3.3 (#12281707056)
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