Re: Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-06-26 Thread Bill Farner

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/#review46789
---

Ship it!


Ship It!

- Bill Farner


On June 26, 2014, 3:23 a.m., Jake Farrell wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19796/
> ---
> 
> (Updated June 26, 2014, 3:23 a.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Bugs: AURORA-145
> https://issues.apache.org/jira/browse/AURORA-145
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> AURORA-145:Test dependencies leak into distribution
> 
> Moves testing dependencies out of main src into test.
> 
> 
> Diffs
> -
> 
>   build.gradle be2ff053f5bba4248a1ddc2f67b4f055e4e3f841 
>   
> src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java
>   
>   
> src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java
>   
> 
> Diff: https://reviews.apache.org/r/19796/diff/
> 
> 
> Testing
> ---
> 
> Was initially waiting on AURORA-132 for this. ran 
> build-support/jenkins/build.sh and created dists with no issues.
> 
> 
> Thanks,
> 
> Jake Farrell
> 
>



Re: Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-06-25 Thread Jake Farrell

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/
---

(Updated June 26, 2014, 3:23 a.m.)


Review request for Aurora, Kevin Sweeney and Bill Farner.


Changes
---

rebase against master, gradlew clean build passes tests


Bugs: AURORA-145
https://issues.apache.org/jira/browse/AURORA-145


Repository: aurora


Description
---

AURORA-145:Test dependencies leak into distribution

Moves testing dependencies out of main src into test.


Diffs (updated)
-

  build.gradle be2ff053f5bba4248a1ddc2f67b4f055e4e3f841 
  
src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java 
 
  
src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java  

Diff: https://reviews.apache.org/r/19796/diff/


Testing
---

Was initially waiting on AURORA-132 for this. ran 
build-support/jenkins/build.sh and created dists with no issues.


Thanks,

Jake Farrell



Re: Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-05-16 Thread Jake Farrell


> On April 1, 2014, 3:38 p.m., Bill Farner wrote:
> > Just for clarity — i'll review/ship this once 
> > https://reviews.apache.org/r/19767/ is on master.
> 
> Jake Farrell wrote:
> This patch remains the same with the recently committed (and then 
> reverted) cron updates.
> 
> After this patch FileLogStreamModule.java will be the last testing dep in 
> main, unless we count FakeClock (from twitter.commons util-testing)

bump, any objections on this?


- Jake


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/#review39162
---


On March 28, 2014, 7:28 p.m., Jake Farrell wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19796/
> ---
> 
> (Updated March 28, 2014, 7:28 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Bugs: AURORA-145
> https://issues.apache.org/jira/browse/AURORA-145
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> AURORA-145:Test dependencies leak into distribution
> 
> Moves testing dependencies out of main src into test.
> 
> 
> Diffs
> -
> 
>   build.gradle f10f22cb27dca28d1087a03b12d0defcaf1a7836 
>   
> src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java
>   
>   
> src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java
>   
> 
> Diff: https://reviews.apache.org/r/19796/diff/
> 
> 
> Testing
> ---
> 
> Was initially waiting on AURORA-132 for this. ran 
> build-support/jenkins/build.sh and created dists with no issues.
> 
> 
> Thanks,
> 
> Jake Farrell
> 
>



Re: Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-05-16 Thread Kevin Sweeney

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/#review43173
---

Ship it!


I'm +1 if this works on master now.

- Kevin Sweeney


On March 28, 2014, 12:28 p.m., Jake Farrell wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19796/
> ---
> 
> (Updated March 28, 2014, 12:28 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Bugs: AURORA-145
> https://issues.apache.org/jira/browse/AURORA-145
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> AURORA-145:Test dependencies leak into distribution
> 
> Moves testing dependencies out of main src into test.
> 
> 
> Diffs
> -
> 
>   build.gradle f10f22cb27dca28d1087a03b12d0defcaf1a7836 
>   
> src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java
>   
>   
> src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java
>   
> 
> Diff: https://reviews.apache.org/r/19796/diff/
> 
> 
> Testing
> ---
> 
> Was initially waiting on AURORA-132 for this. ran 
> build-support/jenkins/build.sh and created dists with no issues.
> 
> 
> Thanks,
> 
> Jake Farrell
> 
>



Re: Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-04-24 Thread Jake Farrell


> On April 1, 2014, 3:38 p.m., Bill Farner wrote:
> > Just for clarity — i'll review/ship this once 
> > https://reviews.apache.org/r/19767/ is on master.

This patch remains the same with the recently committed (and then reverted) 
cron updates.

After this patch FileLogStreamModule.java will be the last testing dep in main, 
unless we count FakeClock (from twitter.commons util-testing)


- Jake


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/#review39162
---


On March 28, 2014, 7:28 p.m., Jake Farrell wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19796/
> ---
> 
> (Updated March 28, 2014, 7:28 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Bugs: AURORA-145
> https://issues.apache.org/jira/browse/AURORA-145
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> AURORA-145:Test dependencies leak into distribution
> 
> Moves testing dependencies out of main src into test.
> 
> 
> Diffs
> -
> 
>   build.gradle f10f22cb27dca28d1087a03b12d0defcaf1a7836 
>   
> src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java
>   
>   
> src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java
>   
> 
> Diff: https://reviews.apache.org/r/19796/diff/
> 
> 
> Testing
> ---
> 
> Was initially waiting on AURORA-132 for this. ran 
> build-support/jenkins/build.sh and created dists with no issues.
> 
> 
> Thanks,
> 
> Jake Farrell
> 
>



Re: Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-04-01 Thread Bill Farner

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/#review39162
---


Just for clarity — i'll review/ship this once 
https://reviews.apache.org/r/19767/ is on master.

- Bill Farner


On March 28, 2014, 7:28 p.m., Jake Farrell wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19796/
> ---
> 
> (Updated March 28, 2014, 7:28 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Bugs: AURORA-145
> https://issues.apache.org/jira/browse/AURORA-145
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> AURORA-145:Test dependencies leak into distribution
> 
> Moves testing dependencies out of main src into test.
> 
> 
> Diffs
> -
> 
>   build.gradle f10f22cb27dca28d1087a03b12d0defcaf1a7836 
>   
> src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java
>   
>   
> src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java
>   
> 
> Diff: https://reviews.apache.org/r/19796/diff/
> 
> 
> Testing
> ---
> 
> Was initially waiting on AURORA-132 for this. ran 
> build-support/jenkins/build.sh and created dists with no issues.
> 
> 
> Thanks,
> 
> Jake Farrell
> 
>



Review Request 19796: AURORA-145:Test dependencies leak into distribution

2014-03-28 Thread Jake Farrell

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19796/
---

Review request for Aurora, Kevin Sweeney and Bill Farner.


Bugs: AURORA-145
https://issues.apache.org/jira/browse/AURORA-145


Repository: aurora


Description
---

AURORA-145:Test dependencies leak into distribution

Moves testing dependencies out of main src into test.


Diffs
-

  build.gradle f10f22cb27dca28d1087a03b12d0defcaf1a7836 
  
src/main/java/org/apache/aurora/scheduler/storage/log/testing/LogOpMatcher.java 
 
  
src/main/java/org/apache/aurora/scheduler/storage/testing/StorageTestUtil.java  

Diff: https://reviews.apache.org/r/19796/diff/


Testing
---

Was initially waiting on AURORA-132 for this. ran 
build-support/jenkins/build.sh and created dists with no issues.


Thanks,

Jake Farrell