Skip to content

Commit

Permalink
Update test section to note file descriptor limit workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraerb committed Apr 12, 2023
1 parent 7045e11 commit 731738f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ make integration
> These make targets assume you have a local installation of a recent version of [`tox`](https://tox.readthedocs.io/en/latest/) for unit/integration testing and pre-commit for code quality checks,
> unless you use choose a Docker container to run tests. Run `make help` for more info.
> Running functional tests can fail with repeated errors opening files and other resources.
> If this occurs, check directory permissions and the limit on open file descriptors. The latter needs to be at least 8000.
Check out the other targets in the Makefile to see other commonly used test
suites.

Expand Down

0 comments on commit 731738f

Please sign in to comment.