-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Don't run defers if it would result in an NPE #1281
Conversation
0633ae2
to
61feec6
Compare
61feec6
to
f1e4cfb
Compare
|
||
BREAKING CHANGES | ||
* Change default ports from 466xx to 266xx | ||
|
||
FIXES | ||
* \#1259 - fix bug where certain tests that could have a nil pointer in defer |
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.
Why the backslash? edit: escape Markdown
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
The lcd tests don't fail on my machine. My system:
Over here they're all basically port in use errors. (e.g. listen tcp 0.0.0.0:36658: bind: address already in use) |
Codecov Report
@@ Coverage Diff @@
## develop #1281 +/- ##
========================================
Coverage 65.26% 65.26%
========================================
Files 102 102
Lines 5519 5519
========================================
Hits 3602 3602
Misses 1708 1708
Partials 209 209 |
It was some strange circle ci bug earlier. Re ran the tests manually and they all passed! |
Closes #1259. I've checked this on all usages of defer in the sdk.
does this need to update the changelog? I'm not sure.- updated changelog