[
https://issues.apache.org/jira/browse/KAFKA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974859#comment-14974859
]
ASF GitHub Bot commented on KAFKA-2644:
---------------------------------------
GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/361
MINOR: Add new build target for system test libs
KAFKA-2644 adds MiniKdc for system tests and hence needs a target to
collect all MiniKdc jars. At the moment, system tests run `gradlew jar`.
Replacing that with `gradlew systemTestLibs` will enable kafka jars and test
dependency jars to be built and copied into appropriate locations. Submitting
this as a separate PR so that the new target can be added to the build scripts
that run system tests before KAFKA-2644 is committed. A separate target for
system test artifacts will allow dependency changes to be made in future
without breaking test runs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka kafka-systemTestLibs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/361.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 #361
----
commit c4925d71bcc248c566a04a6348a216870f56243a
Author: Rajini Sivaram <[email protected]>
Date: 2015-10-26T19:07:21Z
MINOR: Add new build target for system test libs
----
> Run relevant ducktape tests with SASL_PLAINTEXT and SASL_SSL
> ------------------------------------------------------------
>
> Key: KAFKA-2644
> URL: https://issues.apache.org/jira/browse/KAFKA-2644
> Project: Kafka
> Issue Type: Sub-task
> Components: security
> Reporter: Ismael Juma
> Assignee: Rajini Sivaram
> Priority: Critical
> Fix For: 0.9.0.0
>
>
> We need to define which of the existing ducktape tests are relevant. cc
> [~rsivaram]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)