[
https://issues.apache.org/jira/browse/SAMZA-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jake Maes resolved SAMZA-1207.
------------------------------
Resolution: Fixed
Superceded by
https://cwiki.apache.org/confluence/display/SAMZA/SEP-12%3A+Integration+Test+Framework
> Samza should publish test utilities in a test artifact
> ------------------------------------------------------
>
> Key: SAMZA-1207
> URL: https://issues.apache.org/jira/browse/SAMZA-1207
> Project: Samza
> Issue Type: Bug
> Reporter: Jake Maes
> Assignee: Jake Maes
> Priority: Major
> Fix For: 0.15.0
>
>
> Samza has some handy tools in samza-test that are not published in a maven
> artifact.
> For example:
> 1.
> https://github.com/apache/samza/blob/2a3a5ac7f21dc4213ff6ec96e11a798bff096d04/samza-test/src/test/java/org/apache/samza/test/StandaloneIntegrationTestHarness.java
> 2.
> https://github.com/apache/samza/blob/2a3a5ac7f21dc4213ff6ec96e11a798bff096d04/samza-test/src/test/scala/org/apache/samza/test/integration/StreamTaskTestUtil.scala
> However, these utilities are in the src/test/* directory of samza-test and
> are therefore not published to an artifact.
> This ticket is to fix that. Two options come to mind:
> 1. Move all useful test utilities to the /src/main/* directory so they get
> published
> 2. Configure gradle/maven to publish a separate artifact for these.
> I think #1 would be cleaner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)