You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2022/12/17 07:59:00 UTC

[jira] [Created] (SPARK-41558) Disable Coverage in python.pyspark.tests.test_memory_profiler

Hyukjin Kwon created SPARK-41558:
------------------------------------

             Summary: Disable Coverage in python.pyspark.tests.test_memory_profiler
                 Key: SPARK-41558
                 URL: https://issues.apache.org/jira/browse/SPARK-41558
             Project: Spark
          Issue Type: Test
          Components: PySpark
    Affects Versions: 3.4.0
            Reporter: Hyukjin Kwon


https://github.com/apache/spark/actions/runs/3712125552/jobs/6293347848

{code}
======================================================================
FAIL [13.173s]: test_memory_profiler (pyspark.tests.test_memory_profiler.MemoryProfilerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/tests/test_memory_profiler.py", line 56, in test_memory_profiler
    self.assertTrue("plus_one" in fake_out.getvalue())
AssertionError: False is not true

======================================================================
FAIL [3.986s]: test_profile_pandas_function_api (pyspark.tests.test_memory_profiler.MemoryProfilerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/tests/test_memory_profiler.py", line 87, in test_profile_pandas_function_api
    self.assertTrue(f_name in fake_out.getvalue())
AssertionError: False is not true

======================================================================
FAIL [3.722s]: test_profile_pandas_udf (pyspark.tests.test_memory_profiler.MemoryProfilerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/tests/test_memory_profiler.py", line 69, in test_profile_pandas_udf
    self.assertTrue(f_name in fake_out.getvalue())
AssertionError: False is not true

----------------------------------------------------------------------
Ran 3 tests in 20.882s
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org