Skip to content

[2.10] MOD-11090: Try marking DROP commands as touches-arbitrary-keys (#6795)#7167

Merged
oshadmi merged 1 commit into2.10from
nafraf_backport-6795-to-2.10
Oct 28, 2025
Merged

[2.10] MOD-11090: Try marking DROP commands as touches-arbitrary-keys (#6795)#7167
oshadmi merged 1 commit into2.10from
nafraf_backport-6795-to-2.10

Conversation

@nafraf
Copy link
Collaborator

@nafraf nafraf commented Oct 27, 2025

Description

Backport of #6795 to 2.10.
(cherry picked from commit 3bf233f)


Note

Registers DROP commands with the touches-arbitrary-keys flag via a new helper that falls back to original flags if unsupported.

  • Command registration:
    • Add RMCreateArbitraryWriteSearchCommand to attempt touches-arbitrary-keys flag with fallback to original flags.
    • Use the helper to register RS_DROP_CMD, RS_DROP_INDEX_CMD, RS_DROP_IF_X_CMD, and RS_DROP_INDEX_IF_X_CMD as arbitrary-key writes.
    • Keep RS_INFO_CMD and other commands unchanged aside from ordering.

Written by Cursor Bugbot for commit 8a1fe11. This will update automatically on new commits. Configure here.

@nafraf nafraf requested a review from oshadmi October 27, 2025 18:45
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

❌ Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 89.22%. Comparing base (d741b29) to head (8a1fe11).
⚠️ Report is 1 commits behind head on 2.10.

Files with missing lines Patch % Lines
src/module.c 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             2.10    #7167      +/-   ##
==========================================
- Coverage   89.26%   89.22%   -0.04%     
==========================================
  Files         207      207              
  Lines       35267    35281      +14     
==========================================
  Hits        31481    31481              
- Misses       3786     3800      +14     
Flag Coverage Δ
flow 83.80% <94.73%> (-0.17%) ⬇️
unit 42.51% <84.21%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oshadmi oshadmi added this pull request to the merge queue Oct 28, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 28, 2025
@oshadmi oshadmi added this pull request to the merge queue Oct 28, 2025
Merged via the queue into 2.10 with commit df710e4 Oct 28, 2025
13 checks passed
@oshadmi oshadmi deleted the nafraf_backport-6795-to-2.10 branch October 28, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants