Re: Launchpad Integration Test Errors

2017-05-18 Thread Daniel Klco
I just ran mvn clean install from a fresh clone of the trunk branch in
GitHub and am seeing baseline issues and integration test failures in
sightly. It did seem to resolve the rat issues. Let me look to see if I can
resolve the baseline issue...

On Thu, May 18, 2017 at 9:44 AM, Daniel Klco  wrote:

> I performed a git clean -f and git clean -d, I would assume that should
> return me to a good state but let me try a clean clone off GitHub.
>
> On Thu, May 18, 2017 at 9:41 AM, Carsten Ziegeler 
> wrote:
>
>> Daniel Klco wrote
>> > Hm, I'm trying to do a reactor build on 1795515 and am getting rat
>> errors,
>> > baseline errors and integration testing errors in
>> > bundles/scripting/sightly/testing. Still trying to get a successful
>> reactor
>> > build...
>> >
>>
>> At some point we moved modules around, so you might have stale
>> directories in your checkout. I had them recently as well and ran into
>> similar problems. After removing all of them, the build started working
>> fine.
>>
>>  Regards
>>
>> Carsten
>>
>> --
>> Carsten Ziegeler
>> Adobe Research Switzerland
>> cziege...@apache.org
>>
>
>


Re: Launchpad Integration Test Errors

2017-05-18 Thread Daniel Klco
Ah, @Radu, the issue I'm having is with launchpad/integration-tests. I can
confirm running mvn clean verify from launchpad/testing works fine.

On Thu, May 18, 2017 at 9:34 AM, Radu Cotescu  wrote:

> Hi Daniel,
>
> What are you trying to run and how?
>
> I get this result when running mvn clean verify in launchpad/testing: Tests
> run: 570, Failures: 0, Errors: 0, Skipped: 2
>
> Cheers,
> Radu
>
> On Thu, 18 May 2017 at 15:19 Daniel Klco  wrote:
>
> > Hm, I'm trying to do a reactor build on 1795515 and am getting rat
> errors,
> > baseline errors and integration testing errors in
> > bundles/scripting/sightly/testing. Still trying to get a successful
> reactor
> > build...
> >
> > On Thu, May 18, 2017 at 2:27 AM, Bertrand Delacretaz <
> > bdelacre...@apache.org
> > > wrote:
> >
> > > On Thu, May 18, 2017 at 8:14 AM, Carsten Ziegeler <
> cziege...@apache.org>
> > > wrote:
> > > > ...I did a full build several times now and I don't get any
> > > > test failures at all...
> > >
> > > Same here, full build at revision 1795477 works.
> > >
> > > -Bertrand
> > >
> >
>


Re: Launchpad Integration Test Errors

2017-05-18 Thread Daniel Klco
I performed a git clean -f and git clean -d, I would assume that should
return me to a good state but let me try a clean clone off GitHub.

On Thu, May 18, 2017 at 9:41 AM, Carsten Ziegeler 
wrote:

> Daniel Klco wrote
> > Hm, I'm trying to do a reactor build on 1795515 and am getting rat
> errors,
> > baseline errors and integration testing errors in
> > bundles/scripting/sightly/testing. Still trying to get a successful
> reactor
> > build...
> >
>
> At some point we moved modules around, so you might have stale
> directories in your checkout. I had them recently as well and ran into
> similar problems. After removing all of them, the build started working
> fine.
>
>  Regards
>
> Carsten
>
> --
> Carsten Ziegeler
> Adobe Research Switzerland
> cziege...@apache.org
>


Re: Launchpad Integration Test Errors

2017-05-18 Thread Carsten Ziegeler
Daniel Klco wrote
> Hm, I'm trying to do a reactor build on 1795515 and am getting rat errors,
> baseline errors and integration testing errors in
> bundles/scripting/sightly/testing. Still trying to get a successful reactor
> build...
> 

At some point we moved modules around, so you might have stale
directories in your checkout. I had them recently as well and ran into
similar problems. After removing all of them, the build started working
fine.

 Regards

Carsten

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


Re: Launchpad Integration Test Errors

2017-05-18 Thread Radu Cotescu
Hi Daniel,

What are you trying to run and how?

I get this result when running mvn clean verify in launchpad/testing: Tests
run: 570, Failures: 0, Errors: 0, Skipped: 2

Cheers,
Radu

On Thu, 18 May 2017 at 15:19 Daniel Klco  wrote:

> Hm, I'm trying to do a reactor build on 1795515 and am getting rat errors,
> baseline errors and integration testing errors in
> bundles/scripting/sightly/testing. Still trying to get a successful reactor
> build...
>
> On Thu, May 18, 2017 at 2:27 AM, Bertrand Delacretaz <
> bdelacre...@apache.org
> > wrote:
>
> > On Thu, May 18, 2017 at 8:14 AM, Carsten Ziegeler 
> > wrote:
> > > ...I did a full build several times now and I don't get any
> > > test failures at all...
> >
> > Same here, full build at revision 1795477 works.
> >
> > -Bertrand
> >
>


Re: Launchpad Integration Test Errors

2017-05-18 Thread Daniel Klco
Hm, I'm trying to do a reactor build on 1795515 and am getting rat errors,
baseline errors and integration testing errors in
bundles/scripting/sightly/testing. Still trying to get a successful reactor
build...

On Thu, May 18, 2017 at 2:27 AM, Bertrand Delacretaz  wrote:

> On Thu, May 18, 2017 at 8:14 AM, Carsten Ziegeler 
> wrote:
> > ...I did a full build several times now and I don't get any
> > test failures at all...
>
> Same here, full build at revision 1795477 works.
>
> -Bertrand
>


Re: Launchpad Integration Test Errors

2017-05-18 Thread Robert Munteanu
Hi Dan,

On Wed, 2017-05-17 at 23:00 -0400, Daniel Klco wrote:
> I don't feel like this was happening until recently. Perhaps
> introduced
> with the recent Commons Scheduler? You can reproduce the issue off
> the
> trunk by running the launchpad integration tests as such:
> 
> mvn test -Dtest=**/integrationtest/**/*Test.java

Maybe you can use git bisect to pinpoint when the problem started
occurring?

Robert


Re: Launchpad Integration Test Errors

2017-05-18 Thread Bertrand Delacretaz
On Thu, May 18, 2017 at 8:14 AM, Carsten Ziegeler  wrote:
> ...I did a full build several times now and I don't get any
> test failures at all...

Same here, full build at revision 1795477 works.

-Bertrand


Re: Launchpad Integration Test Errors

2017-05-18 Thread Carsten Ziegeler
Interesting, I did a full build several times now and I don't get any
test failures at all.

I doubt that it's related to commons scheduler as this is still on the
old version 2.5.2

Regards
Carsten

Daniel Klco wrote
> Hey All,
> 
> I'm seeing 5 launchpad test errors on the current trunk:
> 
> Failed tests:
> 
>   FullTextIndexingTest.testUploadedPdfIsIndexed:117 RetryLoop failed,
> condition is false after 45 seconds: A document containing 'Excepteur' is
> found under /tmp/test-FullTextIndexingTest
> 
>   FullTextIndexingTest.testUploadedPdfIsIndexed:117 RetryLoop failed,
> condition is false after 45 seconds: A document containing 'some text that
> we will search for' is found under /var/test-FullTextIndexingTest
> 
>   FullTextIndexingTest.testUploadedPdfIsIndexed:117 RetryLoop failed,
> condition is false after 45 seconds: A document containing 'un autre PDF
> pour le test fulltext' is found under /libs/test-FullTextIndexingTest
> 
> 
> InstallManyBundlesTest.installManyBundles:173->installAndCheckBundle:143->assertActiveBundle:112
> Did not get state=Active and version=42.42.42 within 1 msec, got null /
> null
> 
> 
> InstallManyBundlesTest.installAndUpgradeBundleManyTimes:153->installAndCheckBundle:143->assertActiveBundle:112
> Did not get state=Active and version=42.0.0 within 1 msec, got null /
> null
> 
> I don't feel like this was happening until recently. Perhaps introduced
> with the recent Commons Scheduler? You can reproduce the issue off the
> trunk by running the launchpad integration tests as such:
> 
> mvn test -Dtest=**/integrationtest/**/*Test.java
> 
> Thanks,
> Dan
> 


 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org