Dongjoon Hyun created SPARK-37252:
-------------------------------------

             Summary: 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


{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]

Reply via email to