[ https://issues.apache.org/jira/browse/KAFKA-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15305250#comment-15305250 ]
ASF GitHub Bot commented on KAFKA-3767: --------------------------------------- GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/1443 KAFKA-3767: Failed Kafka Connect's unit test because of Unknown license. This address to https://issues.apache.org/jira/browse/KAFKA-3767. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka test_failure_no_license Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1443.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 #1443 ---- commit ac07df53facab1f8277f744594fc1b5875148595 Author: Sasaki Toru <sasaki...@nttdata.co.jp> Date: 2016-05-28T09:01:36Z describes license to connect-test.properties ---- > Failed Kafka Connect's unit test because of Unknown license. > ------------------------------------------------------------ > > Key: KAFKA-3767 > URL: https://issues.apache.org/jira/browse/KAFKA-3767 > Project: Kafka > Issue Type: Bug > Components: KafkaConnect, unit tests > Reporter: Sasaki Toru > Assignee: Sasaki Toru > > Kafka Connect's unit test failed with Unknown license as blow. > {quote} > $ ./gradlew test > (snip) > :rat > Unknown license: > /home/kafka/code/kafka/connect/json/src/test/resources/connect-test.properties > :rat FAILED > FAILURE: Build failed with an exception. > * Where: > Script '/home/kafka/code/kafka/gradle/rat.gradle' line: 63 > * What went wrong: > Execution failed for task ':rat'. > > Found 1 files with unknown licenses. > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > BUILD FAILED > {quote} > I think this is because connect-test.properties doesn't have license. -- This message was sent by Atlassian JIRA (v6.3.4#6332)