You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2024/01/23 01:08:00 UTC

[jira] [Resolved] (SPARK-46801) Do not treat exit 5 as a test failure in Python testing script

     [ https://issues.apache.org/jira/browse/SPARK-46801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-46801.
-----------------------------------
    Fix Version/s: 3.4.3
                   3.5.1
                   4.0.0
       Resolution: Fixed

Issue resolved by pull request 44841
[https://github.com/apache/spark/pull/44841]

> Do not treat exit 5 as a test failure in Python testing script
> --------------------------------------------------------------
>
>                 Key: SPARK-46801
>                 URL: https://issues.apache.org/jira/browse/SPARK-46801
>             Project: Spark
>          Issue Type: Test
>          Components: PySpark, Tests
>    Affects Versions: 4.0.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.3, 3.5.1, 4.0.0
>
>
> {code}
> ========================================================================
> Running PySpark tests
> ========================================================================
> Running PySpark tests. Output is in /__w/spark/spark/python/unit-tests.log
> Will test against the following Python executables: ['python3.12']
> Will test the following Python modules: ['pyspark-core', 'pyspark-streaming', 'pyspark-errors']
> python3.12 python_implementation is CPython
> python3.12 version is: Python 3.12.1
> Starting test(python3.12): pyspark.streaming.tests.test_context (temp output: /__w/spark/spark/python/target/8674ed86-36bd-47d1-863b-abb0405557f6/python3.12__pyspark.streaming.tests.test_context__umu69c3v.log)
> Finished test(python3.12): pyspark.streaming.tests.test_context (12s)
> Starting test(python3.12): pyspark.streaming.tests.test_dstream (temp output: /__w/spark/spark/python/target/847eb56b-3c5f-49ab-8a83-3326bb96bc5d/python3.12__pyspark.streaming.tests.test_dstream__rorhk0lc.log)
> Finished test(python3.12): pyspark.streaming.tests.test_dstream (102s)
> Starting test(python3.12): pyspark.streaming.tests.test_kinesis (temp output: /__w/spark/spark/python/target/78f23c83-c24d-4fa1-abbd-edb90f48dff1/python3.12__pyspark.streaming.tests.test_kinesis__q5l1pv0h.log)
> test_kinesis_stream (pyspark.streaming.tests.test_kinesis.KinesisStreamTests.test_kinesis_stream) ... skipped "Skipping all Kinesis Python tests as environmental variable 'ENABLE_KINESIS_TESTS' was not set."
> test_kinesis_stream_api (pyspark.streaming.tests.test_kinesis.KinesisStreamTests.test_kinesis_stream_api) ... skipped "Skipping all Kinesis Python tests as environmental variable 'ENABLE_KINESIS_TESTS' was not set."
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
> NO TESTS RAN (skipped=2)
> Had test failures in pyspark.streaming.tests.test_kinesis with python3.12; see logs.
> Error:  running /__w/spark/spark/python/run-tests --modules=pyspark-core,pyspark-streaming,pyspark-errors --parallelism=1 --python-executables=python3.12 ; received return code 255
> Error: Process completed with exit code 19.
> {code}
> Scheduled job fails because of exit 5, see https://github.com/pytest-dev/pytest/issues/2393. This isn't a test failure.



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