[8.0] MOD-5904: Fix DocTable memsize#5799
Merged
redisearch-backport-pull-request[bot] merged 1 commit into8.0from Mar 19, 2025
Merged
[8.0] MOD-5904: Fix DocTable memsize#5799redisearch-backport-pull-request[bot] merged 1 commit into8.0from
redisearch-backport-pull-request[bot] merged 1 commit into8.0from
Conversation
* Fix TrieMap Size and Cardinality * Add python tests * Fix cpp test * Fix testKeyTableInfo * Fix DocTable memsize * Fix test_ft_info() * Fix testDocTableInfo() * Add description to DocTable properties * Fix testDocTableInfo() 2 * Fix test_ft_info() 2 * Fix tests 3 * Fix testDocTableInfo() 4 * Fix unit-tests * Update DocTable memory size calculation and related tests * Update DocTable size calculation in tests to include struct size * Remove unneeded memsize update * Fix codespell errors * Fix codespell errors * testDocTableInfo: Use shardsCount instead of cluster nodes * Revert changes related to triemap * Fix codespell ignore comment in test_profile_crash_mod5323 (cherry picked from commit b4234ed)
2 tasks
nafraf
approved these changes
Mar 19, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 8.0 #5799 +/- ##
==========================================
- Coverage 88.09% 88.09% -0.01%
==========================================
Files 200 200
Lines 36031 36038 +7
==========================================
+ Hits 31742 31746 +4
- Misses 4289 4292 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 #5099 to
8.0.