[
https://issues.apache.org/jira/browse/STREAMS-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578416#comment-14578416
]
ASF GitHub Bot commented on STREAMS-332:
----------------------------------------
Github user steveblackmon commented on a diff in the pull request:
https://github.com/apache/incubator-streams/pull/226#discussion_r31985768
--- Diff: streams-contrib/streams-provider-datasift/pom.xml ---
@@ -29,6 +29,11 @@
<description>Datasift Provider</description>
+ <properties>
+ <skipITs>true</skipITs>
+
<testDataBaseURl>http://streams.peoplepattern.com.s3.amazonaws.com/test-data/</testDataBaseURl>
--- End diff --
Yes - these reference test files can reside in this commerically-hosted
repository with public permissions until/unless there is a complaint. More
important than where these specific test files are hosted today, integration
tests can now run against real-world data hosted by anyone at any accessible
URL.
> Restore ability to test data conversions on flat files during build
> -------------------------------------------------------------------
>
> Key: STREAMS-332
> URL: https://issues.apache.org/jira/browse/STREAMS-332
> Project: Streams
> Issue Type: Improvement
> Reporter: Steve Blackmon
>
> Files containing test data were removed from the project during the 0.2
> release.
> Restore ability to test data conversions on flat files during build.
> Rather than keeping files under apache source control, we should support
> retrieval from a user-specified endpoint when running the build. Unless
> explicitly directed with a valid endpoint supplied, these tests should be
> skipped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)