Skip to content

Commit f3b3cc4

Browse files
committed
Many runs of problematic test
1 parent 69bb837 commit f3b3cc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/tests/compat/arcticdb/test_compatibility.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ def test_compat_snapshot_metadata_read(old_venv_and_arctic_uri, lib_name):
174174
assert meta == {"old_key": "old_value"}
175175

176176

177-
def test_compat_read_incomplete(old_venv_and_arctic_uri, lib_name):
177+
@pytest.mark.parametrize("run", list(range(50)))
178+
def test_compat_read_incomplete(old_venv_and_arctic_uri, lib_name, run):
179+
print("Run number:", run)
178180
old_venv, arctic_uri = old_venv_and_arctic_uri
179181
sym = "sym"
180182
df = pd.DataFrame({

0 commit comments

Comments
 (0)