Skip to content

Commit

Permalink
Renaming 'cbstat memory' field_to_grep to 'ht_mem_used_inactive'
Browse files Browse the repository at this point in the history
Change-Id: I20692838de45b6c7973b560b41aa3022a7c8a057
Reviewed-on: https://review.couchbase.org/c/TAF/+/223282
Tested-by: Ashwin <[email protected]>
Reviewed-by: Vibhav S P <[email protected]>
  • Loading branch information
ashwin2002 committed Feb 12, 2025
1 parent 331d7d8 commit 3713d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/crash_test/crash_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def test_MB_55694(self):
vbucket_stats = cbstats_obj.vbucket_details(bucket_name=bucket.name)
mem_stats = cbstats_obj.all_stats(bucket.name, "memory")
cbstats_obj.disconnect()
ht_mem_used_replica_stat = mem_stats["ht_mem_used_replica"]
ht_mem_used_replica_stat = mem_stats["ht_mem_used_inactive"]
vbucket_mem_used = 0
for vbucket in vbucket_stats:
if vbucket_stats[vbucket]["type"] == "replica":
Expand Down

0 comments on commit 3713d90

Please sign in to comment.