You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to benchmark add to pack operations for different size of file with following benchmark tests. However, it fails with "too many open files" OSError:
Here is the failed traceback, it seems disk-objectstore will leave some symlinks that pytest tries to clean up:
File "/home/jyu/WP-MY-IT/dos/python/.venv/lib/python3.12/site-packages/_pytest/tmpdir.py", line 303, in pytest_sessionfinish
cleanup_dead_symlinks(basetemp)
File "/home/jyu/WP-MY-IT/dos/python/.venv/lib/python3.12/site-packages/_pytest/pathlib.py", line 357, in cleanup_dead_symlinks
for left_dir in root.iterdir():
^^^^^^^^^^^^^^
File "/home/jyu/.local/share/uv/python/cpython-3.12.8-linux-x86_64-gnu/lib/python3.12/pathlib.py", line 1056, in iterdir
for name in os.listdir(self):
^^^^^^^^^^^^^^^^
OSError: [Errno 24] Too many open files: '/tmp/pytest-of-jyu/pytest-4'
The text was updated successfully, but these errors were encountered:
I try to benchmark add to pack operations for different size of file with following benchmark tests. However, it fails with "too many open files" OSError:
The test is:
Here is the failed traceback, it seems disk-objectstore will leave some symlinks that pytest tries to clean up:
The text was updated successfully, but these errors were encountered: