-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fabo/1509 crash tests on warnings #1542
Conversation
why do you want to add this back? it caused issues for us... maybe add a flag to opt in instead? |
Strong agreement. This caused problems before but you haven't yet demonstrated a benefit for adding it back in. So far the two examples we've discussed ( I prefer that you discuss changes like this (undoing previously discussed and agreed upon work) with the rest of the team before writing code. |
My approach as discussed on Slack: |
i think i agree with you here @faboweb - can the tests fail without obscuring the logs though?
is there a situation where the expected behaviour is a console error?
yep, i agree. |
I didn't fine a possibility to do that.
yes in the case of the failing contract test David mentioned |
…m/cosmos/voyager into fabo/1509-crash-tests-on-warnings
Codecov Report
@@ Coverage Diff @@
## develop #1542 +/- ##
========================================
Coverage 96.62% 96.62%
========================================
Files 100 100
Lines 1953 1953
Branches 95 95
========================================
Hits 1887 1887
Misses 56 56
Partials 10 10
|
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.
utACK
Closes #1509
Description:
readded the
console.error
andconsole.warn
throw patches. but also added a quick way to opt out of them.❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer