Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5099 +/- ##
==========================================
- Coverage 87.75% 87.71% -0.05%
==========================================
Files 202 202
Lines 36213 36220 +7
Branches 150 150
==========================================
- Hits 31780 31771 -9
- Misses 4433 4449 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request is stale because it has been open for 60 days with no activity. |
tests/cpptests/test_cpp_llapi.cpp
Outdated
| ASSERT_EQ(info.numDocuments, 2); | ||
| ASSERT_EQ(info.maxDocId, 2); | ||
| ASSERT_EQ(info.docTableSize, 140); | ||
| ASSERT_EQ(info.docTableSize, 16140); |
|
/backport |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-5099-to-2.8 origin/2.8
cd .worktree/backport-5099-to-2.8
git switch --create backport-5099-to-2.8
git cherry-pick -x b4234edfc5031a996c903a824a51a02c75825925 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.6
git worktree add -d .worktree/backport-5099-to-2.6 origin/2.6
cd .worktree/backport-5099-to-2.6
git switch --create backport-5099-to-2.6
git cherry-pick -x b4234edfc5031a996c903a824a51a02c75825925 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-5099-to-2.10 origin/2.10
cd .worktree/backport-5099-to-2.10
git switch --create backport-5099-to-2.10
git cherry-pick -x b4234edfc5031a996c903a824a51a02c75825925 |
* 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)
|
Successfully created backport PR for |
MOD-5904: Fix DocTable memsize (#5099) * 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) Co-authored-by: nafraf <[email protected]>
(cherry picked from commit b4234ed)
(cherry picked from commit b4234ed)
(cherry picked from commit b4234ed)
Description
Changes to count the memory allocated for
DMDChain *bucketsas part of DocTable memsize.Which issues this PR fixes
Main objects this PR modified
Mark if applicable