Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21107#discussion_r183237963
  
    --- Diff: python/run-tests.py ---
    @@ -281,6 +262,12 @@ def process_queue(task_queue):
         total_duration = time.time() - start_time
         LOGGER.info("Tests passed in %i seconds", total_duration)
     
    +    for key, lines in sorted(SKIPPED_TESTS.items()):
    +        pyspark_python, test_name = key
    +        LOGGER.info("\nSkipped tests in %s with %s:" % (test_name, 
pyspark_python))
    --- End diff --
    
    Will it be too verbose to print all skipped tests? An option is to record 
them into LOG_FILE only. No strong preference here.


---

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

Reply via email to