[
https://issues.apache.org/jira/browse/CRUNCH-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899128#comment-13899128
]
Gabriel Reid commented on CRUNCH-341:
-------------------------------------
I think the rebranding of CRUNCH-188 as you outlined it makes the most sense.
As I see it, the intention of CRUNCH-188 is just a clean-up action, and the
true underlying intention is not specifically to retire crunch-test (instead,
that's just a side-effect).
> Move test resources used across multiple modules to crunch-test
> ---------------------------------------------------------------
>
> Key: CRUNCH-341
> URL: https://issues.apache.org/jira/browse/CRUNCH-341
> Project: Crunch
> Issue Type: Bug
> Reporter: Chao Shi
> Attachments: crunch-341.patch
>
>
> There are duplicated test resource files in multiple modules. This patch
> moves them into crunch-test, which is accessiable in classpath during unit
> testing.
> chaoshi@vm3 ~/projects/crunch (master) $ find -name shakes.txt
> ./crunch-core/src/it/resources/shakes.txt
> ./crunch-contrib/src/it/resources/shakes.txt
> ./crunch-scrunch/src/it/resources/shakes.txt
> ./crunch-spark/src/it/resources/shakes.txt
> ./crunch-hbase/src/it/resources/shakes.txt
> ./crunch-test/target/classes/shakes.txt
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)