-
Notifications
You must be signed in to change notification settings - Fork 549
Conversation
a8d582e
to
495ec57
Compare
Codecov Report
@@ Coverage Diff @@
## master #918 +/- ##
===========================================
+ Coverage 66.08% 66.78% +0.7%
+ Complexity 771 754 -17
===========================================
Files 171 170 -1
Lines 3249 3158 -91
Branches 372 370 -2
===========================================
- Hits 2147 2109 -38
+ Misses 942 892 -50
+ Partials 160 157 -3 |
fefef9c
to
8231422
Compare
I guess the comment is no longer valid re: delaying the socket options? https://github.com/spotify/docker-client/pull/918/files#diff-a479355e73762bc07b466a285d105088L41 I'm fine with this given that tests pass. |
@caipre Yea, I think |
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.
I'm not too familiar with the API but this seems ok to me overall
@Rule | ||
public ExpectedException exception = ExpectedException.none(); | ||
|
||
private static UnixConnectionSocketFactory sut; |
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.
I don't think this needs to be static
when it is reused in all @Test
s
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.
ah yes, changed
8231422
to
88721f0
Compare
Use upstream UnixSocket instead of our own ApacheUnixSocket wrapper.