Skip to content

Commit 46707cf

Browse files
committed
fix cursor comments
1 parent ca97647 commit 46707cf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pytests/test_info_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ def test_redis_info_modules_vecsim():
545545
env.assertEqual(info['search_gc_marked_deleted_vectors'], 0)
546546
env.assertEqual(to_dict(field_infos[0]['BACKEND_INDEX'])['NUMBER_OF_MARKED_DELETED'], 0)
547547
env.assertEqual(to_dict(field_infos[1]['BACKEND_INDEX'])['NUMBER_OF_MARKED_DELETED'], 0)
548+
env.assertEqual(to_dict(field_infos[3]['BACKEND_INDEX'])['NUMBER_OF_MARKED_DELETED'], 0)
548549

549550
@skip(cluster=True)
550551
def test_indexes_logically_deleted_docs(env):

tests/pytests/test_vecsim_svs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ def test_gc():
581581
# Phase 2: Force garbage collection to reclaim memory
582582
# Explicit GC should reduce memory usage after marked deletions
583583
env.expect(debug_cmd(), 'WORKERS', 'PAUSE').ok()
584-
jobs_done_before = getWorkersThpoolStats(env)['totalJobsDone']
585584
forceInvokeGC(env, DEFAULT_INDEX_NAME)
586585
cur_workers_stats = getWorkersThpoolStats(env)
587586

0 commit comments

Comments
 (0)