Skip to content

Commit

Permalink
fix mem leaks import
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Rusev authored and Georgi Rusev committed Nov 15, 2024
1 parent 4e3c3c0 commit 157f415
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/tests/stress/arcticdb/test_mem_leaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import arcticdb as adb
from pympler import muppy, summary

from python.arcticdb.util.test import get_sample_dataframe
from python.arcticdb.version_store._store import NativeVersionStore
from arcticdb.util.test import get_sample_dataframe
from arcticdb.version_store._store import NativeVersionStore


def get_process_by_id(id: int | None) -> psutil.Process:
Expand Down Expand Up @@ -142,6 +142,8 @@ def test_mem_leak_read_all_arctic_lib(arctic_library_lmdb):
df = get_sample_dataframe(size=1000000)
df = grow_exp(df, 5)

l

symbol = "test"
lib.write(symbol, df)

Expand Down

0 comments on commit 157f415

Please sign in to comment.