Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    0bf03158
    [SPARK-5780] [PySpark] Mute the logging during unit tests · 0bf03158
    Davies Liu authored
    There a bunch of logging coming from driver and worker, it's noisy and scaring, and a lots of exception in it, people are confusing about the tests are failing or not.
    
    This PR will mute the logging during tests, only show them if any one failed.
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #4572 from davies/mute and squashes the following commits:
    
    1e9069c [Davies Liu] mute the logging during python tests
    0bf03158
    History
    [SPARK-5780] [PySpark] Mute the logging during unit tests
    Davies Liu authored
    There a bunch of logging coming from driver and worker, it's noisy and scaring, and a lots of exception in it, people are confusing about the tests are failing or not.
    
    This PR will mute the logging during tests, only show them if any one failed.
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #4572 from davies/mute and squashes the following commits:
    
    1e9069c [Davies Liu] mute the logging during python tests