-
Notifications
You must be signed in to change notification settings - Fork 187
Sporadically failing Browser Tests logging for Edge Browser #2179
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
Sporadically failing Browser Tests logging for Edge Browser #2179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try to gather/concatenate the info that you need and only print it when the test fails. Using System.out in every case spams the output even when tests do not fail.
d35c5c5 to
169cbca
Compare
HeikoKlare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The added information might be useful for debugging the sporadically failing tests and it's only printed if the test fails. I have some minor comments.
....swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java
Outdated
Show resolved
Hide resolved
....swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java
Outdated
Show resolved
Hide resolved
c230e26 to
33d8a62
Compare
This commit adds relevant loggings for debugging purposes to the Browser tests which sporadically fail for Edge Browser. contributes to eclipse-platform#2098, eclipse-platform#2113 and eclipse-platform#2063
33d8a62 to
18babdf
Compare
HeikoKlare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Looks fine now.
This PR adds relevant loggings for debugging purposes to the Browser tests which sporadically fail for Edge Browser.
contributes to #2098, #2113 and #2063