[
https://issues.apache.org/jira/browse/ARROW-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16376817#comment-16376817
]
ASF GitHub Bot commented on ARROW-2215:
---------------------------------------
xhochy commented on a change in pull request #1660: ARROW-2215: [Plasma]
hugetables munmap issue
URL: https://github.com/apache/arrow/pull/1660#discussion_r170581885
##########
File path: python/pyarrow/tests/test_plasma.py
##########
@@ -755,6 +755,18 @@ def test_use_one_memory_mapped_file(self):
create_object(self.plasma_client, DEFAULT_PLASMA_STORE_MEMORY + 1,
0)
+ def test_use_huge_pages(self):
+ subprocess.check_call("sudo mkdir -p /mnt/hugepages", shell=True)
Review comment:
Please don't do `sudo` calls in unit tests. This could rather be a script
that is run as an extra step in the CI. Still, this does not seem to test any
Arrow/Plasma functionality?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Plasma] Error when using huge pages
> ------------------------------------
>
> Key: ARROW-2215
> URL: https://issues.apache.org/jira/browse/ARROW-2215
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Plasma (C++)
> Reporter: Philipp Moritz
> Priority: Major
> Labels: pull-request-available
>
> seeĀ https://github.com/ray-project/ray/issues/1592
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)