You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/16 12:17:27 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #7785: [Packaging][Python] Fix macOS wheel build failures

kszucs commented on a change in pull request #7785:
URL: https://github.com/apache/arrow/pull/7785#discussion_r455742169



##########
File path: dev/tasks/python-wheels/travis.osx.yml
##########
@@ -64,7 +62,7 @@ install:
   # install the built wheel and test dependencies
   - install_wheel arrow
   # run unit tests before removing the system libraries
-  - run_unit_tests arrow
+  - ulimit -S -n 4096 && run_unit_tests arrow

Review comment:
       Python 3.7 tests were failing because of too many open files.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org