[ https://issues.apache.org/jira/browse/KAFKA-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840143#comment-15840143 ]
ASF GitHub Bot commented on KAFKA-4640: --------------------------------------- GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/2451 KAFKA-4640: Improve test coverage StreamTask Provide test coverage for exception paths in: `schedule()`, `closeTopology()`, and `punctuate()` You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka kafka-4640 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2451.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2451 ---- commit 1f902084d0eeaf27a7fad6a1be26c42c2042599c Author: Damian Guy <damian....@gmail.com> Date: 2017-01-26T18:03:51Z improve test coverage ---- > Improve Streams unit test coverage > ---------------------------------- > > Key: KAFKA-4640 > URL: https://issues.apache.org/jira/browse/KAFKA-4640 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 0.10.3.0 > Reporter: Damian Guy > Assignee: Damian Guy > Priority: Minor > Fix For: 0.10.3.0 > > Attachments: streams-coverage.zip > > > There are some important methods in streams that are lacking good unit-test > coverage. Whilst we shouldn't strive to get 100% coverage, we should do our > best to ensure sure that all important code paths are covered by unit-tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)