Adding integrationTest src set to geode-dunit

2019-02-07 Thread Kirk Lund
The usual geode src sets like integrationTest don't already exist in some
modules such as geode-dunit.

I'm trying to write a new IntegrationTest but simply creating the
directories and placing a new .java file in it doesn't seem to work.

geode-dunit/src/integrationTest/java/org/apache/geode/test/junit/rules/DiskDirRuleIntegrationTest.java

I've looked at geode-dunit/build.gradle and it's not clear what to add
there if anything. The only src sets currently in geode-dunit are:

geode-dunit/src/distributedTest
geode-dunit/src/main
geode-dunit/src/test

How do I add integrationTest so that it a) compiles, b) is added to my IJ
project, and 3) actually runs in CI and precheckin?


Re: Adding integrationTest src set to geode-dunit

2019-02-07 Thread Robert Houghton
Can I work with you on this tomorrow?

On Thu, Feb 7, 2019, 15:09 Kirk Lund  wrote:

> The usual geode src sets like integrationTest don't already exist in some
> modules such as geode-dunit.
>
> I'm trying to write a new IntegrationTest but simply creating the
> directories and placing a new .java file in it doesn't seem to work.
>
>
> geode-dunit/src/integrationTest/java/org/apache/geode/test/junit/rules/DiskDirRuleIntegrationTest.java
>
> I've looked at geode-dunit/build.gradle and it's not clear what to add
> there if anything. The only src sets currently in geode-dunit are:
>
> geode-dunit/src/distributedTest
> geode-dunit/src/main
> geode-dunit/src/test
>
> How do I add integrationTest so that it a) compiles, b) is added to my IJ
> project, and 3) actually runs in CI and precheckin?
>


Re: Adding integrationTest src set to geode-dunit

2019-02-08 Thread Kirk Lund
Yep, I'll ping you later this afternoon to see if you're free. Thanks!

On Thu, Feb 7, 2019 at 4:11 PM Robert Houghton  wrote:

> Can I work with you on this tomorrow?
>
> On Thu, Feb 7, 2019, 15:09 Kirk Lund  wrote:
>
> > The usual geode src sets like integrationTest don't already exist in some
> > modules such as geode-dunit.
> >
> > I'm trying to write a new IntegrationTest but simply creating the
> > directories and placing a new .java file in it doesn't seem to work.
> >
> >
> >
> geode-dunit/src/integrationTest/java/org/apache/geode/test/junit/rules/DiskDirRuleIntegrationTest.java
> >
> > I've looked at geode-dunit/build.gradle and it's not clear what to add
> > there if anything. The only src sets currently in geode-dunit are:
> >
> > geode-dunit/src/distributedTest
> > geode-dunit/src/main
> > geode-dunit/src/test
> >
> > How do I add integrationTest so that it a) compiles, b) is added to my IJ
> > project, and 3) actually runs in CI and precheckin?
> >
>


Re: Adding integrationTest src set to geode-dunit

2019-02-08 Thread Robert Houghton
If i'm not responsive, it because family stuff came up. But i can
definitely do this on Monday

On Fri, Feb 8, 2019 at 9:45 AM Kirk Lund  wrote:

> Yep, I'll ping you later this afternoon to see if you're free. Thanks!
>
> On Thu, Feb 7, 2019 at 4:11 PM Robert Houghton 
> wrote:
>
> > Can I work with you on this tomorrow?
> >
> > On Thu, Feb 7, 2019, 15:09 Kirk Lund  wrote:
> >
> > > The usual geode src sets like integrationTest don't already exist in
> some
> > > modules such as geode-dunit.
> > >
> > > I'm trying to write a new IntegrationTest but simply creating the
> > > directories and placing a new .java file in it doesn't seem to work.
> > >
> > >
> > >
> >
> geode-dunit/src/integrationTest/java/org/apache/geode/test/junit/rules/DiskDirRuleIntegrationTest.java
> > >
> > > I've looked at geode-dunit/build.gradle and it's not clear what to add
> > > there if anything. The only src sets currently in geode-dunit are:
> > >
> > > geode-dunit/src/distributedTest
> > > geode-dunit/src/main
> > > geode-dunit/src/test
> > >
> > > How do I add integrationTest so that it a) compiles, b) is added to my
> IJ
> > > project, and 3) actually runs in CI and precheckin?
> > >
> >
>