[
https://issues.apache.org/jira/browse/SPARK-37252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17440848#comment-17440848
]
Apache Spark commented on SPARK-37252:
--------------------------------------
User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/34527
> Ignore test_memory_limit on non-Linux environment
> -------------------------------------------------
>
> Key: SPARK-37252
> URL: https://issues.apache.org/jira/browse/SPARK-37252
> Project: Spark
> Issue Type: Bug
> Components: PySpark, Tests
> Affects Versions: 3.2.0, 3.3.0
> Reporter: Dongjoon Hyun
> Priority: Minor
>
> {code}
> $ build/sbt -Phadoop-cloud -Phadoop-3.2 test:package
> $ python/run-tests
> ...
> ======================================================================
> FAIL: test_memory_limit (pyspark.tests.test_worker.WorkerMemoryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Users/dongjoon/APACHE/spark-merge/python/pyspark/tests/test_worker.py",
> line 212, in test_memory_limit
> self.assertEqual(soft_limit, 2 * 1024 * 1024 * 1024)
> AssertionError: 9223372036854775807 != 2147483648
> ----------------------------------------------------------------------
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]