Fix execution of copy file/archive command skips 0xFF bytes by tejksat · Pull Request #501 · docker-java/docker-java
Current coverage is 23.50%
Merging #501 into master will increase coverage by +0.58% as of
ee71263
@@ master #501 diff @@ ===================================== Files 291 291 Stmts 6042 6042 Branches 527 527 Methods 0 0 ===================================== + Hit 1385 1420 +35 - Partial 83 85 +2 + Missed 4574 4537 -37
Review entire Coverage Diff as of
ee71263Powered by Codecov. Updated on successful CI builds.
| streamHandler.channelRead0(ctx, buffer); | ||
| streamHandler.channelReadComplete(ctx); | ||
|
|
||
| Assert.assertTrue(IOUtils.contentEquals(callback.getInputStream(), new ByteBufInputStream(buffer))); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use static import
@tejksat please point "~/.docker-java.properties" (example could be found in resources) to some docker daemon and try implement integration test. Example could be found for any existing *Cmd*Test.
marcuslinke
changed the title
Fix for #496
Fix execution of copy file/archive command skips 0xFF bytes
tejksat
deleted the
fixNettyResponseStreamSkipsFFBytes
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters