The number 200 was used before D1435. It caused trouble on systems with low
ulimit -n and with the Python datapack code path because Python's mmap
implementation keeps an internal fd for every mmap object and there is no
way to close those fds via pure Python API. But there is no such limit for
cdatapack after D1185. So let's change cdatapack test to use 200 packs.
Details
Details
- Reviewers
singhsrb durham - Group Reviewers
Restricted Project - Commits
- rFBHGX27f1a89cd4b5: test-remotefilelog-datapack: use more packs for cdatapack code path
ulimit -n 50 and ./scripts/unit.py
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.