-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-5780] [PySpark] Mute the logging during unit tests #4572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #27370 has started for PR 4572 at commit
|
|
Test build #27370 has finished for PR 4572 at commit
|
|
Test FAILed. |
|
retest this please |
|
Test FAILed. |
|
Test build #600 has started for PR 4572 at commit
|
|
Test build #600 has finished for PR 4572 at commit
|
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 <[email protected]> Closes #4572 from davies/mute and squashes the following commits: 1e9069c [Davies Liu] mute the logging during python tests (cherry picked from commit 0bf0315) Signed-off-by: Andrew Or <[email protected]>
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 <[email protected]> Closes #4572 from davies/mute and squashes the following commits: 1e9069c [Davies Liu] mute the logging during python tests (cherry picked from commit 0bf0315) Signed-off-by: Andrew Or <[email protected]>
|
Alright going into master 1.3 and 1.2 thanks @davies. |
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 <[email protected]> Closes apache#4572 from davies/mute and squashes the following commits: 1e9069c [Davies Liu] mute the logging during python tests (cherry picked from commit 0bf0315) Signed-off-by: Andrew Or <[email protected]>
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.