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

tarantool / tarantool / 12275459201
88%

Build:
DEFAULT BRANCH: master
Ran 11 Dec 2024 11:49AM UTC
Jobs 1
Files 518
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

11 Dec 2024 11:30AM UTC coverage: 87.359% (+0.02%) from 87.336%
12275459201

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

69630 of 123506 branches covered (56.38%)

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

31 existing lines in 14 files now uncovered.

102595 of 117441 relevant lines covered (87.36%)

2894941.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12275459201.1 11 Dec 2024 11:49AM UTC 0
87.36
GitHub Action Run
Source Files on build 12275459201
Detailed source file information is not available for this build.
  • Back to Repo
  • 2945a8c9 on github
  • Prev Build on master (#12260525386)
  • Next Build on master (#12275515199)
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