Skip to content

[2.10] MOD-5904: Fix DocTable memsize (#5099)#5800

Merged
nafraf merged 2 commits into2.10from
nafraf_backport-5099-to-2.10
Mar 26, 2025
Merged

[2.10] MOD-5904: Fix DocTable memsize (#5099)#5800
nafraf merged 2 commits into2.10from
nafraf_backport-5099-to-2.10

Conversation

@nafraf
Copy link
Collaborator

@nafraf nafraf commented Mar 19, 2025

Description

Manual backport of #5099 to 2.10.
(cherry picked from commit b4234ed)

Adjustments for 2.10

  • 2.10 does not contain tests/cpptests/test_cpp_llapi.cpp: TEST_F(LLApiTest, testInfoSizeWithExistingIndex)
  • sizeof(DocTable) = 64 bytes, because does not contain TimeToLiveTable* ttl;

@nafraf nafraf marked this pull request as ready for review March 19, 2025 23:14
@nafraf nafraf requested review from raz-mon and removed request for raz-mon March 19, 2025 23:15
@codecov
Copy link

codecov bot commented Mar 19, 2025

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 86.62%. Comparing base (eee9d56) to head (88c4467).
Report is 6 commits behind head on 2.10.

Files with missing lines Patch % Lines
src/doc_table.c 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             2.10    #5800      +/-   ##
==========================================
- Coverage   86.62%   86.62%   -0.01%     
==========================================
  Files         198      198              
  Lines       34273    34280       +7     
==========================================
+ Hits        29690    29694       +4     
- Misses       4583     4586       +3     

☔ 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.

@nafraf nafraf requested review from kei-nan, oshadmi and raz-mon March 20, 2025 00:48
@nafraf nafraf added this pull request to the merge queue Mar 26, 2025
Merged via the queue into 2.10 with commit f5e8daa Mar 26, 2025
8 of 9 checks passed
@nafraf nafraf deleted the nafraf_backport-5099-to-2.10 branch March 26, 2025 14:27
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