You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Attila Zsolt Piros (Jira)" <ji...@apache.org> on 2021/10/09 08:37:00 UTC

[jira] [Created] (SPARK-36965) Extend python test runner by logging out the temp output files

Attila Zsolt Piros created SPARK-36965:
------------------------------------------

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


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 I got for the parallel execution each test has its own temporary output file which are 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 the temporary output files.



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

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