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

Attila Zsolt Piros resolved SPARK-36965.
----------------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

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

> Extend python test runner by logging out the temp output files
> --------------------------------------------------------------
>
>                 Key: SPARK-36965
>                 URL: https://issues.apache.org/jira/browse/SPARK-36965
>             Project: Spark
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 3.3.0
>            Reporter: Attila Zsolt Piros
>            Assignee: Attila Zsolt Piros
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> I was running a python test which was extremely slow and I was surprised the 
> unit-tests.log has not been even created. Looked into the code and as I got 
> the tests can be executed in parallel and each one has its own temporary 
> output file which is only added to the unit-tests.log when a test is finished 
> with a failure (after acquiring a lock to avoid parallel write on 
> unit-tests.log). 
> To avoid such a confusion it would make sense to log out the path of those 
> temporary output files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to