[Core] Cleanup shm based object store on engine shutdown (#32429)

Signed-off-by: walterbm <walter.beller.morales@gmail.com>
This commit is contained in:
Walter Beller-Morales
2026-01-20 03:53:37 -05:00
committed by GitHub
parent e1a34c3a5d
commit 8be263c3fb
7 changed files with 57 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ class TestSingleWriterShmObjectStorage(unittest.TestCase):
def tearDown(self):
"""Clean up after each test."""
if self.storage:
del self.storage
self.storage.close()
def test_minimal_put_get_cycle(self):
"""Test basic put and get operations."""