Skip to content

Fix long PREFIX/SUFFIX/INFIX/WILDCARD queries - [MOD-7882]#5295

Merged
GuyAv46 merged 3 commits intomasterfrom
guyav-MOD-7882
Dec 3, 2024
Merged

Fix long PREFIX/SUFFIX/INFIX/WILDCARD queries - [MOD-7882]#5295
GuyAv46 merged 3 commits intomasterfrom
guyav-MOD-7882

Conversation

@GuyAv46
Copy link
Collaborator

@GuyAv46 GuyAv46 commented Dec 2, 2024

Describe the changes in the pull request

Validate we managed to create a rune string from the input string and return an error if not.

Which issues this PR fixes

  1. MOD-7882
  2. MOD-5291
  3. MOD-7895

Mark if applicable

  • This PR introduces API changes
  • This PR introduces serialization changes

@codecov
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.70%. Comparing base (89d8f2e) to head (56f798c).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5295      +/-   ##
==========================================
- Coverage   86.71%   86.70%   -0.01%     
==========================================
  Files         193      193              
  Lines       34750    34764      +14     
==========================================
+ Hits        30133    30142       +9     
- Misses       4617     4622       +5     

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

@GuyAv46 GuyAv46 enabled auto-merge December 3, 2024 07:51
@GuyAv46 GuyAv46 requested review from oshadmi and removed request for nafraf December 3, 2024 08:08
@GuyAv46 GuyAv46 added this pull request to the merge queue Dec 3, 2024
Merged via the queue into master with commit a1f6ef4 Dec 3, 2024
@GuyAv46 GuyAv46 deleted the guyav-MOD-7882 branch December 3, 2024 09:10
redisearch-backport-pull-request bot pushed a commit that referenced this pull request Dec 3, 2024
* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)
@redisearch-backport-pull-request
Copy link
Contributor

Successfully created backport PR for 2.8:

@redisearch-backport-pull-request
Copy link
Contributor

Backport failed for 2.6, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.6
git worktree add -d .worktree/backport-5295-to-2.6 origin/2.6
cd .worktree/backport-5295-to-2.6
git switch --create backport-5295-to-2.6
git cherry-pick -x a1f6ef42bcb7a6b97c8b5bf433fe2c747db80823

redisearch-backport-pull-request bot pushed a commit that referenced this pull request Dec 3, 2024
* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)
@redisearch-backport-pull-request
Copy link
Contributor

Successfully created backport PR for 2.10:

redisearch-backport-pull-request bot pushed a commit that referenced this pull request Dec 3, 2024
* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)
@redisearch-backport-pull-request
Copy link
Contributor

Successfully created backport PR for 8.0:

GuyAv46 added a commit that referenced this pull request Dec 3, 2024
* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)
github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
Fix long PREFIX/SUFFIX/INFIX/WILDCARD queries - [MOD-7882] (#5295)

* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)

Co-authored-by: GuyAv46 <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
)

Fix long PREFIX/SUFFIX/INFIX/WILDCARD queries - [MOD-7882] (#5295)

* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)

Co-authored-by: GuyAv46 <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
Fix long PREFIX/SUFFIX/INFIX/WILDCARD queries - [MOD-7882] (#5295)

* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)

Co-authored-by: GuyAv46 <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
Fix long PREFIX/SUFFIX/INFIX/WILDCARD queries - [MOD-7882] (#5295)

* add a crashing test

* fix bug

* review fixes

(cherry picked from commit a1f6ef4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants