We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2e415 commit 9142dd4Copy full SHA for 9142dd4
python/tests/stress/arcticdb/test_mem_leaks.py
@@ -15,8 +15,8 @@
15
import arcticdb as adb
16
from pympler import muppy, summary
17
18
-from python.arcticdb.util.test import get_sample_dataframe
19
-from python.arcticdb.version_store._store import NativeVersionStore
+from arcticdb.util.test import get_sample_dataframe
+from arcticdb.version_store._store import NativeVersionStore
20
21
22
def get_process_by_id(id: int | None) -> psutil.Process:
@@ -142,6 +142,8 @@ def test_mem_leak_read_all_arctic_lib(arctic_library_lmdb):
142
df = get_sample_dataframe(size=1000000)
143
df = grow_exp(df, 5)
144
145
+ l
146
+
147
symbol = "test"
148
lib.write(symbol, df)
149
0 commit comments