[8.0] MOD-8862: Add DebugCTX mechanism and DebugIndexesScanner#5711
Merged
redisearch-backport-pull-request[bot] merged 1 commit into8.0from Mar 2, 2025
Merged
[8.0] MOD-8862: Add DebugCTX mechanism and DebugIndexesScanner#5711redisearch-backport-pull-request[bot] merged 1 commit into8.0from
redisearch-backport-pull-request[bot] merged 1 commit into8.0from
Conversation
* Create dbg ctx and dbgIndScan * Fix * fixing mechanism and pytest * Add pause before scan mechanism and pytest * Revert "Add pause before scan mechanism and pytest" This reverts commit b842ce9. * Re-adding 'Add pause before scan mechanism and pytest' * fix testDebugHelp * fixing Guy's comment + skipping on cluster in pytest * Move volatile pause to BG scanner, move debug scanner flag to base IndexesScanner * fix pytest * thread safety * Cover more code * pause before scan coverage * fix - can't create a flow to reach 'Debug mode enabled but scanner is not a debug scanner' error * fixing Alon's comment * wrong arity check and comment on not used function * format (cherry picked from commit a0536fe)
lerman25
approved these changes
Mar 2, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 8.0 #5711 +/- ##
==========================================
- Coverage 88.03% 88.01% -0.02%
==========================================
Files 197 197
Lines 35544 35670 +126
==========================================
+ Hits 31290 31395 +105
- Misses 4254 4275 +21 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #5672 to
8.0.