[jira] [Commented] (RYA-402) Create Kafka reusable test code project.

2017-10-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16202443#comment-16202443
 ] 

ASF GitHub Bot commented on RYA-402:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-rya/pull/242


> Create Kafka reusable test code project.
> 
>
> Key: RYA-402
> URL: https://issues.apache.org/jira/browse/RYA-402
> Project: Rya
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.2.11
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
> Fix For: 3.2.12
>
>
> Create the parent project for all 3rd party tech test jar artifacts. It will 
> be a child of rya-project and the module will be named "test".
> Then have a project within the test parent for the Kafka components that 
> currently reside within the "rya.pcj.fluo.test.base" project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-402) Create Kafka reusable test code project.

2017-10-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200949#comment-16200949
 ] 

ASF GitHub Bot commented on RYA-402:


Github user kchilton2 commented on the issue:

https://github.com/apache/incubator-rya/pull/242
  
Fixed all of those problems.


> Create Kafka reusable test code project.
> 
>
> Key: RYA-402
> URL: https://issues.apache.org/jira/browse/RYA-402
> Project: Rya
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.2.11
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
> Fix For: 3.2.12
>
>
> Create the parent project for all 3rd party tech test jar artifacts. It will 
> be a child of rya-project and the module will be named "test".
> Then have a project within the test parent for the Kafka components that 
> currently reside within the "rya.pcj.fluo.test.base" project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-402) Create Kafka reusable test code project.

2017-10-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200928#comment-16200928
 ] 

ASF GitHub Bot commented on RYA-402:


Github user asfgit commented on the issue:

https://github.com/apache/incubator-rya/pull/242
  

Refer to this link for build results (access rights to CI server needed): 

https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/525/



> Create Kafka reusable test code project.
> 
>
> Key: RYA-402
> URL: https://issues.apache.org/jira/browse/RYA-402
> Project: Rya
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.2.11
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
> Fix For: 3.2.12
>
>
> Create the parent project for all 3rd party tech test jar artifacts. It will 
> be a child of rya-project and the module will be named "test".
> Then have a project within the test parent for the Kafka components that 
> currently reside within the "rya.pcj.fluo.test.base" project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-402) Create Kafka reusable test code project.

2017-10-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200253#comment-16200253
 ] 

ASF GitHub Bot commented on RYA-402:


Github user jdasch commented on a diff in the pull request:

https://github.com/apache/incubator-rya/pull/242#discussion_r144007026
  
--- Diff: test/kafka/pom.xml ---
@@ -0,0 +1,82 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+
+
+org.apache.rya
+rya.test.parent
+3.2.12-incubating-SNAPSHOT
+
+
+4.0.0
+rya.test.kafka
+
+Apache Rya Test Kafka
+
+This module contains the Rya Test Kakfa components that help write 
Kafka
+based integration tests.
+
+
+
+
+
+org.apache.kafka
+kafka-clients
+
+
+
+org.apache.kafka
+kafka-clients
+test
+
+
+
+org.apache.kafka
+kafka_2.11
+
+
+slf4j-log4j12
+org.slf4j
+
+
+
+
+
+org.apache.kafka
+kafka_2.11
+test
+compile
+
+
+slf4j-log4j12
+org.slf4j
+
+
+
+
+
+
+junit
+junit
+4.12
--- End diff --

Not sure if you still need this version override.  If you do, I'll take a 
wag at it when I tackle RYA-366.


> Create Kafka reusable test code project.
> 
>
> Key: RYA-402
> URL: https://issues.apache.org/jira/browse/RYA-402
> Project: Rya
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.2.11
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
> Fix For: 3.2.12
>
>
> Create the parent project for all 3rd party tech test jar artifacts. It will 
> be a child of rya-project and the module will be named "test".
> Then have a project within the test parent for the Kafka components that 
> currently reside within the "rya.pcj.fluo.test.base" project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-402) Create Kafka reusable test code project.

2017-10-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199552#comment-16199552
 ] 

ASF GitHub Bot commented on RYA-402:


Github user asfgit commented on the issue:

https://github.com/apache/incubator-rya/pull/242
  

Refer to this link for build results (access rights to CI server needed): 

https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/524/



> Create Kafka reusable test code project.
> 
>
> Key: RYA-402
> URL: https://issues.apache.org/jira/browse/RYA-402
> Project: Rya
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.2.11
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
>
> Create the parent project for all 3rd party tech test jar artifacts. It will 
> be a child of rya-project and the module will be named "test".
> Then have a project within the test parent for the Kafka components that 
> currently reside within the "rya.pcj.fluo.test.base" project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-402) Create Kafka reusable test code project.

2017-10-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16199501#comment-16199501
 ] 

ASF GitHub Bot commented on RYA-402:


GitHub user kchilton2 opened a pull request:

https://github.com/apache/incubator-rya/pull/242

RYA-402 Create Kafka reusable test code project.


## Description
>What Changed?
[Brief Description of what changed]

### Tests
>Coverage?

[Description of what tests were written]

### Links
[Jira](https://issues.apache.org/jira/browse/RYA-NUMBER)

### Checklist
- [ ] Code Review
- [ ] Squash Commits

 People To Reivew
[Add those who should review this]


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kchilton2/incubator-rya RYA-402

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/242.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 #242


commit 156a18b0edb0174352cb0321daeca5c7ca668e57
Author: kchilton2 
Date:   2017-10-10T22:36:25Z

RYA-402 Create Kafka reusable test code project.




> Create Kafka reusable test code project.
> 
>
> Key: RYA-402
> URL: https://issues.apache.org/jira/browse/RYA-402
> Project: Rya
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.2.11
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
>
> Create the parent project for all 3rd party tech test jar artifacts. It will 
> be a child of rya-project and the module will be named "test".
> Then have a project within the test parent for the Kafka components that 
> currently reside within the "rya.pcj.fluo.test.base" project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)