MOD-9169 Do not double count used capacity of containers in memory st… by ephraimfeldblum · Pull Request #1330 · RedisJSON/RedisJSON

@ephraimfeldblum

…ats (#1329)

  • do not double count used capacity of containers in memory stats

  • unit test

  • flow tests

  • separate root from recursive calls

  • rustic

(cherry picked from commit e75f9af)

@ephraimfeldblum

…ats (#1329)

* do not double count used capacity of containers in memory stats

* unit test

* flow tests

* separate root from recursive calls

* rustic

(cherry picked from commit e75f9af)

@codecov

Codecov Report

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

Please upload report for BASE (8.0@25dd29f). Learn more about missing BASE report.

Files with missing lines Patch % Lines
redis_json/src/ivalue_manager.rs 88.46% 3 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##             8.0    #1330   +/-   ##
======================================
  Coverage       ?   78.10%           
======================================
  Files          ?       15           
  Lines          ?     3868           
  Branches       ?        0           
======================================
  Hits           ?     3021           
  Misses         ?      847           
  Partials       ?        0           

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

eranhd