Skip to content

Commit f9ecab1

Browse files
Georgi RusevGeorgi Rusev
Georgi Rusev
authored and
Georgi Rusev
committed
xfail test as currently PR not merged
1 parent 9142dd4 commit f9ecab1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/tests/stress/arcticdb/test_mem_leaks.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import os
1313
import numpy as np
1414
import pandas as pd
15+
import pytest
1516
import arcticdb as adb
1617
from pympler import muppy, summary
1718

@@ -135,15 +136,13 @@ def grow_exp(df_to_grow : pd.DataFrame, num_times_xx2:int):
135136
df_to_grow = pd.concat([df_to_grow, df_prev])
136137
return df_to_grow
137138

138-
139+
@pytest.mark.xfail("ArcticDBPR#1998", reason = "String memory leaks while read")
139140
def test_mem_leak_read_all_arctic_lib(arctic_library_lmdb):
140141
lib : adb.Library = arctic_library_lmdb
141142

142143
df = get_sample_dataframe(size=1000000)
143144
df = grow_exp(df, 5)
144145

145-
l
146-
147146
symbol = "test"
148147
lib.write(symbol, df)
149148

0 commit comments

Comments
 (0)