You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2008/05/28 11:45:38 UTC

integration test failures in 2.0.9 / 2.0.x

Hi,

I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else  
seen the problem? Clean repo, nothing in the settings.

Tests in error:
    
testitMNG3221a 
(org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
    
testitMNG2861 
(org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)

Cheers,
Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Paul Gier <pg...@redhat.com>.
Brian E. Fox wrote:
> These are the failures I'm getting:
> Failed tests:
>  
> testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave
> nITmng3545ProfileDeactivation)
>  
> testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes
> ts.MavenITmng3545ProfileDeactivation
> )
>  
> testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3
> 545ProfileDeactivation)
>  
> testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa
> shPCommandLine)
>  

The above tests seems to be working for me and working on Hudson.  Brian, are 
you using windows?  I don't have access to a windows box this week.  But I 
should be able to test on windows next week.  I'll also fix the method name of 
testitMNG2234 which has a confusing name.


> testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav
> enITmng3106ProfileMultipleActivators
> )
>  
> testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2
> 739RequiredRepositoryElements)
>  
> testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng
> 2739RequiredRepositoryElements)
> 
> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
> 
> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Wednesday, May 28, 2008 5:46 AM
> To: Maven Developers List
> Subject: integration test failures in 2.0.9 / 2.0.x
> 
> Hi,
> 
> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else  
> seen the problem? Clean repo, nothing in the settings.
> 
> Tests in error:
>     
> testitMNG3221a 
> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>     
> testitMNG2861 
> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)
> 
> Cheers,
> Brett
> 
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
John,

It looks to me like this is related to the Hudson/Nexus configuration.  
There are a number of problems on there at the moment - getting some  
empty responses from Nexus, 500 errors on deployment in the last 2.1.x  
build, timeouts. There are also a whole bunch of other projects  
building in Hudson and some release things I don't understand that  
could be affecting it.

Since I'm not able to affect that set up, I went ahead and put Maven  
2.0.x and the integration tests back into vmbuild. Everything passed  
successfully, so we now have that as a sanity check. I'll go ahead and  
add trunk now and see how that goes too.

- Brett

On 18/06/2008, at 10:05 AM, Brett Porter wrote:

> I'll try another machine when I next get online - expecting a  
> boarding call shortly :) I'll see what it has to say about those  
> 81/65 errors too.
>
> This test is checking that the problem we saw with the stage plugin  
> in 2.0.9 is corrected.
>
> - Brett
>
> On 18/06/2008, at 3:11 AM, John Casey wrote:
>
>> Hudson is seeing all ITs pass on trunk now, but 2.0.x has an IT  
>> failure for MNG-3581. Brett, can you have a look? I'm seeing the  
>> following output:
>>
>> testmng3581 
>> (org 
>> .apache 
>> .maven.integrationtests.MavenITmng3581PluginUsesWagonDependency)   
>> Time elapsed: 3.623 sec  <<< ERROR!
>> org.apache.maven.it.VerificationException: Exit code was non-zero:  
>> 1; log = + Error stacktraces are turned on.
>> [INFO] Scanning for projects...
>> [INFO] Searching repository for plugin with prefix: 'clean'.
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] Building Unnamed - org.apache.maven.its.mng3581:parent:jar: 
>> 1.0-SNAPSHOT
>> [INFO]    task-segment: [clean:clean, validate]
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [WARNING] Attempting to build MavenProject instance for Artifact  
>> (org.apache.maven.its.plugins:maven-it-plugin-uses-wagon: 
>> 2.1-20080616.220135-14) of type: maven-plugin; constructing POM  
>> artifact instead.
>> [INFO] [ituses-wagon:use-wagon {execution: default}]
>> [INFO]  
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] null
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] Trace
>> org.apache.maven.lifecycle.LifecycleExecutionException
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor 
>> .executeGoals(DefaultLifecycleExecutor.java:583)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor 
>> .executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java: 
>> 478)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor 
>> .executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor 
>> .executeTaskSegments(DefaultLifecycleExecutor.java:291)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:302)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at  
>> sun 
>> .reflect 
>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> 	at  
>> sun 
>> .reflect 
>> .DelegatingMethodAccessorImpl 
>> .invoke(DelegatingMethodAccessorImpl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:324)
>> 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java: 
>> 315)
>> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> 	at  
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: org.apache.maven.plugin.MojoExecutionException
>> 	at  
>> org 
>> .apache 
>> .maven.plugin.coreit.UsesWagonMojo.execute(UsesWagonMojo.java:32)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java: 
>> 451)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .lifecycle 
>> .DefaultLifecycleExecutor 
>> .executeGoals(DefaultLifecycleExecutor.java:558)
>> 	... 16 more
>> Caused by: java.lang.ClassCastException
>> 	at  
>> org 
>> .apache 
>> .maven.plugin.coreit.UsesWagonMojo.execute(UsesWagonMojo.java:28)
>> 	... 18 more
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] Total time: 2 seconds
>> [INFO] Finished at: Tue Jun 17 11:18:23 CDT 2008
>> [INFO] Final Memory: 3M/8M
>> [INFO]  
>> ------------------------------------------------------------------------
>> 	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1039)
>> 	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:894)
>> 	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:888)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .integrationtests 
>> .MavenITmng3581PluginUsesWagonDependency 
>> .testmng3581(MavenITmng3581PluginUsesWagonDependency.java:27)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .integrationtests 
>> .MavenITmng3581PluginUsesWagonDependency 
>> .testmng3581(MavenITmng3581PluginUsesWagonDependency.java:27)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at  
>> sun 
>> .reflect 
>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> 	at  
>> sun 
>> .reflect 
>> .DelegatingMethodAccessorImpl 
>> .invoke(DelegatingMethodAccessorImpl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:324)
>> 	at junit.framework.TestCase.runTest(TestCase.java:154)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .integrationtests 
>> .AbstractMavenIntegrationTestCase 
>> .runTest(AbstractMavenIntegrationTestCase.java:100)
>> 	at junit.framework.TestCase.runBare(TestCase.java:127)
>> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
>> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
>> 	at junit.framework.TestResult.run(TestResult.java:109)
>> 	at junit.framework.TestCase.run(TestCase.java:118)
>> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
>> 	at junit.framework.TestSuite.run(TestSuite.java:203)
>> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
>> 	at junit.framework.TestSuite.run(TestSuite.java:203)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at  
>> sun 
>> .reflect 
>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> 	at  
>> sun 
>> .reflect 
>> .DelegatingMethodAccessorImpl 
>> .invoke(DelegatingMethodAccessorImpl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:324)
>> 	at  
>> org 
>> .apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java: 
>> 213)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .surefire 
>> .suite 
>> .AbstractDirectoryTestSuite 
>> .executeTestSet(AbstractDirectoryTestSuite.java:138)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .surefire 
>> .suite 
>> .AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java: 
>> 125)
>> 	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at  
>> sun 
>> .reflect 
>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> 	at  
>> sun 
>> .reflect 
>> .DelegatingMethodAccessorImpl 
>> .invoke(DelegatingMethodAccessorImpl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:324)
>> 	at  
>> org 
>> .apache 
>> .maven 
>> .surefire 
>> .booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
>> 	at  
>> org 
>> .apache 
>> .maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
>>
>>
>>
>> Brett Porter wrote:
>>>
>>> On 17/06/2008, at 8:25 AM, John Casey wrote:
>>>
>>>> Okay, I fixed the ITs for 2.0.x and trunk (they should all be  
>>>> working, I think)...WITH SOME EXCEPTIONS. :-)
>>>>
>>>> There are four new ITs related to the new proposal I put forward  
>>>> today. Shane wrote these tests, and I spent quite a bit of time  
>>>> verifying that his approach for refactoring POM interpolation and  
>>>> mine were in relatively close agreement. In short, those tests  
>>>> will start to succeed once we solve the issues that are solved by  
>>>> the plxInterpolation branch (either that solution or another one).
>>>
>>> Thanks John! 3221 is fine for me now.
>>>
>>> Is it ok if we comment out those new ITs until fixed? (That would  
>>> be consistent with the other ITs for open issues).
>>>
>>> I still have 81 and 65 failing on trunk, but succeeding on the  
>>> branch - I had filed that the other day (MNG-3623). It seems  
>>> related to xbean going by the errors. Are they passing for you?
>>>
>>> Looks like we're getting consistent now which is going to be  
>>> helpful.
>>>
>>> - Brett
>>>
>>>>
>>>>
>>>> -john
>>>>
>>>> Brett Porter wrote:
>>>>>
>>>>> On 13/06/2008, at 1:30 PM, Brett Porter wrote:
>>>>>
>>>>>> 3221a is the only one failing on both my machines and on  
>>>>>> Hudson. It's fine on trunk.
>>>>>
>>>>> er, it's not running on trunk :D
>>>>>
>>>>>>
>>>>>>
>>>>>> Are you sure the fix was committed to 2.0.9? Maybe we just need  
>>>>>> to change the fix for version :)
>>>>>>
>>>>>> I think we should also release the core-integration-testing  
>>>>>> module prior to any 2.0.x release in future so we have a test  
>>>>>> suite that we know works with a given release. There's always a  
>>>>>> chance we're breaking the test suite at the moment.
>>>>>>
>>>>>> - Brett
>>>>>>
>>>>>> On 13/06/2008, at 1:32 AM, John Casey wrote:
>>>>>>
>>>>>>> I haven't seen any failures on this side, but I can see that  
>>>>>>> there are problems on the Hudson side. At least one of those  
>>>>>>> failures is due to a bad Modello plugin, it looks like.
>>>>>>>
>>>>>>> Brett Porter wrote:
>>>>>>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>>>>>>
>>>>>>>> - Brett
>>>>>>>>
>>>>>>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>>>>>>
>>>>>>>>> Seems like everything was working for me the other day when  
>>>>>>>>> I committed the fix for 2739, but I'll try it all again  
>>>>>>>>> tomorrow sharpish.
>>>>>>>>>
>>>>>>>>> -john
>>>>>>>>>
>>>>>>>>> Brett Porter wrote:
>>>>>>>>>> 0111 passed on windows, 3221a still fails.
>>>>>>>>>>
>>>>>>>>>> John, do you know any more about this?
>>>>>>>>>>
>>>>>>>>>> - Brett
>>>>>>>>>>
>>>>>>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>>>>>>
>>>>>>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>>>>>>
>>>>>>>>>>> Anyway, I'll try another machine and see if those other  
>>>>>>>>>>> two tests pass there.
>>>>>>>>>>>
>>>>>>>>>>> - Brett
>>>>>>>>>>>
>>>>>>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>>>>>>
>>>>>>>>>>>> These are the failures I'm getting:
>>>>>>>>>>>> Failed tests:
>>>>>>>>>>>>
>>>>>>>>>>>> testDeactivateDefaultProfilesDash 
>>>>>>>>>>>> (org.apache.maven.integrationtests.Mave
>>>>>>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>>>>>>
>>>>>>>>>>>> testDeactivateDefaultProfilesExclamation 
>>>>>>>>>>>> (org.apache.maven.integrationtes
>>>>>>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>>>>>>> )
>>>>>>>>>>>>
>>>>>>>>>>>> testActivateThenDeactivate 
>>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3
>>>>>>>>>>>> 545ProfileDeactivation)
>>>>>>>>>>>>
>>>>>>>>>>>> testitMNG2234 
>>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>>>>>>>>>>>> shPCommandLine)
>>>>>>>>>>>>
>>>>>>>>>>>> testProfilesWithMultipleActivators 
>>>>>>>>>>>> (org.apache.maven.integrationtests.Mav
>>>>>>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>>>>>>> )
>>>>>>>>>>>>
>>>>>>>>>>>> testitMNG2739_RepositoryId 
>>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng2
>>>>>>>>>>>> 739RequiredRepositoryElements)
>>>>>>>>>>>>
>>>>>>>>>>>> testitMNG2739_RepositoryUrl 
>>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng
>>>>>>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>>>>>>
>>>>>>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>>>>>>
>>>>>>>>>>>> -----Original Message-----
>>>>>>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>>>>>>> To: Maven Developers List
>>>>>>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT -  
>>>>>>>>>>>> anyone else
>>>>>>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>>>>>>
>>>>>>>>>>>> Tests in error:
>>>>>>>>>>>>
>>>>>>>>>>>> testitMNG3221a
>>>>>>>>>>>> (org 
>>>>>>>>>>>> .apache 
>>>>>>>>>>>> .maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>>>>>>>>
>>>>>>>>>>>> testitMNG2861
>>>>>>>>>>>> (org 
>>>>>>>>>>>> .apache 
>>>>>>>>>>>> .maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>>>>>>>>>>
>>>>>>>>>>>> Cheers,
>>>>>>>>>>>> Brett
>>>>>>>>>>>>
>>>>>>>>>>>> -- 
>>>>>>>>>>>> Brett Porter
>>>>>>>>>>>> brett@apache.org
>>>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -- 
>>>>>>>>>>> Brett Porter
>>>>>>>>>>> brett@apache.org
>>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> Brett Porter
>>>>>>>>>> brett@apache.org
>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> John Casey
>>>>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> Brett Porter
>>>>>>>> brett@apache.org
>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> John Casey
>>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Brett Porter
>>>>>> brett@apache.org
>>>>>> http://blogs.exist.com/bporter/
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> Brett Porter
>>>>> brett@apache.org
>>>>> http://blogs.exist.com/bporter/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> John Casey
>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> John Casey
>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
I'll try another machine when I next get online - expecting a boarding  
call shortly :) I'll see what it has to say about those 81/65 errors  
too.

This test is checking that the problem we saw with the stage plugin in  
2.0.9 is corrected.

- Brett

On 18/06/2008, at 3:11 AM, John Casey wrote:

> Hudson is seeing all ITs pass on trunk now, but 2.0.x has an IT  
> failure for MNG-3581. Brett, can you have a look? I'm seeing the  
> following output:
>
> testmng3581 
> (org 
> .apache 
> .maven.integrationtests.MavenITmng3581PluginUsesWagonDependency)   
> Time elapsed: 3.623 sec  <<< ERROR!
> org.apache.maven.it.VerificationException: Exit code was non-zero:  
> 1; log = + Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'clean'.
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Unnamed - org.apache.maven.its.mng3581:parent:jar: 
> 1.0-SNAPSHOT
> [INFO]    task-segment: [clean:clean, validate]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [WARNING] Attempting to build MavenProject instance for Artifact  
> (org.apache.maven.its.plugins:maven-it-plugin-uses-wagon: 
> 2.1-20080616.220135-14) of type: maven-plugin; constructing POM  
> artifact instead.
> [INFO] [ituses-wagon:use-wagon {execution: default}]
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] null
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 
> 583)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java: 
> 478)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeTaskSegments(DefaultLifecycleExecutor.java:291)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:302)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java: 
> 315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: 
> 430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException
> 	at  
> org 
> .apache.maven.plugin.coreit.UsesWagonMojo.execute(UsesWagonMojo.java: 
> 32)
> 	at  
> org 
> .apache 
> .maven 
> .plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java: 
> 451)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 
> 558)
> 	... 16 more
> Caused by: java.lang.ClassCastException
> 	at  
> org 
> .apache.maven.plugin.coreit.UsesWagonMojo.execute(UsesWagonMojo.java: 
> 28)
> 	... 18 more
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Tue Jun 17 11:18:23 CDT 2008
> [INFO] Final Memory: 3M/8M
> [INFO]  
> ------------------------------------------------------------------------
> 	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1039)
> 	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:894)
> 	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:888)
> 	at  
> org 
> .apache 
> .maven 
> .integrationtests 
> .MavenITmng3581PluginUsesWagonDependency 
> .testmng3581(MavenITmng3581PluginUsesWagonDependency.java:27)
> 	at  
> org 
> .apache 
> .maven 
> .integrationtests 
> .MavenITmng3581PluginUsesWagonDependency 
> .testmng3581(MavenITmng3581PluginUsesWagonDependency.java:27)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at  
> org 
> .apache 
> .maven 
> .integrationtests 
> .AbstractMavenIntegrationTestCase 
> .runTest(AbstractMavenIntegrationTestCase.java:100)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at  
> org 
> .apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java: 
> 213)
> 	at  
> org 
> .apache 
> .maven 
> .surefire 
> .suite 
> .AbstractDirectoryTestSuite 
> .executeTestSet(AbstractDirectoryTestSuite.java:138)
> 	at  
> org 
> .apache 
> .maven 
> .surefire 
> .suite 
> .AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java: 
> 125)
> 	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at  
> org 
> .apache 
> .maven 
> .surefire 
> .booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
> 	at  
> org 
> .apache 
> .maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
>
>
>
> Brett Porter wrote:
>>
>> On 17/06/2008, at 8:25 AM, John Casey wrote:
>>
>>> Okay, I fixed the ITs for 2.0.x and trunk (they should all be  
>>> working, I think)...WITH SOME EXCEPTIONS. :-)
>>>
>>> There are four new ITs related to the new proposal I put forward  
>>> today. Shane wrote these tests, and I spent quite a bit of time  
>>> verifying that his approach for refactoring POM interpolation and  
>>> mine were in relatively close agreement. In short, those tests  
>>> will start to succeed once we solve the issues that are solved by  
>>> the plxInterpolation branch (either that solution or another one).
>>
>> Thanks John! 3221 is fine for me now.
>>
>> Is it ok if we comment out those new ITs until fixed? (That would  
>> be consistent with the other ITs for open issues).
>>
>> I still have 81 and 65 failing on trunk, but succeeding on the  
>> branch - I had filed that the other day (MNG-3623). It seems  
>> related to xbean going by the errors. Are they passing for you?
>>
>> Looks like we're getting consistent now which is going to be helpful.
>>
>> - Brett
>>
>>>
>>>
>>> -john
>>>
>>> Brett Porter wrote:
>>>>
>>>> On 13/06/2008, at 1:30 PM, Brett Porter wrote:
>>>>
>>>>> 3221a is the only one failing on both my machines and on Hudson.  
>>>>> It's fine on trunk.
>>>>
>>>> er, it's not running on trunk :D
>>>>
>>>>>
>>>>>
>>>>> Are you sure the fix was committed to 2.0.9? Maybe we just need  
>>>>> to change the fix for version :)
>>>>>
>>>>> I think we should also release the core-integration-testing  
>>>>> module prior to any 2.0.x release in future so we have a test  
>>>>> suite that we know works with a given release. There's always a  
>>>>> chance we're breaking the test suite at the moment.
>>>>>
>>>>> - Brett
>>>>>
>>>>> On 13/06/2008, at 1:32 AM, John Casey wrote:
>>>>>
>>>>>> I haven't seen any failures on this side, but I can see that  
>>>>>> there are problems on the Hudson side. At least one of those  
>>>>>> failures is due to a bad Modello plugin, it looks like.
>>>>>>
>>>>>> Brett Porter wrote:
>>>>>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>>>>>
>>>>>>> - Brett
>>>>>>>
>>>>>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>>>>>
>>>>>>>> Seems like everything was working for me the other day when I  
>>>>>>>> committed the fix for 2739, but I'll try it all again  
>>>>>>>> tomorrow sharpish.
>>>>>>>>
>>>>>>>> -john
>>>>>>>>
>>>>>>>> Brett Porter wrote:
>>>>>>>>> 0111 passed on windows, 3221a still fails.
>>>>>>>>>
>>>>>>>>> John, do you know any more about this?
>>>>>>>>>
>>>>>>>>> - Brett
>>>>>>>>>
>>>>>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>>>>>
>>>>>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>>>>>
>>>>>>>>>> Anyway, I'll try another machine and see if those other two  
>>>>>>>>>> tests pass there.
>>>>>>>>>>
>>>>>>>>>> - Brett
>>>>>>>>>>
>>>>>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>>>>>
>>>>>>>>>>> These are the failures I'm getting:
>>>>>>>>>>> Failed tests:
>>>>>>>>>>>
>>>>>>>>>>> testDeactivateDefaultProfilesDash 
>>>>>>>>>>> (org.apache.maven.integrationtests.Mave
>>>>>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>>>>>
>>>>>>>>>>> testDeactivateDefaultProfilesExclamation 
>>>>>>>>>>> (org.apache.maven.integrationtes
>>>>>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>>>>>> )
>>>>>>>>>>>
>>>>>>>>>>> testActivateThenDeactivate 
>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3
>>>>>>>>>>> 545ProfileDeactivation)
>>>>>>>>>>>
>>>>>>>>>>> testitMNG2234 
>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>>>>>>>>>>> shPCommandLine)
>>>>>>>>>>>
>>>>>>>>>>> testProfilesWithMultipleActivators 
>>>>>>>>>>> (org.apache.maven.integrationtests.Mav
>>>>>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>>>>>> )
>>>>>>>>>>>
>>>>>>>>>>> testitMNG2739_RepositoryId 
>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng2
>>>>>>>>>>> 739RequiredRepositoryElements)
>>>>>>>>>>>
>>>>>>>>>>> testitMNG2739_RepositoryUrl 
>>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng
>>>>>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>>>>>
>>>>>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>>>>>
>>>>>>>>>>> -----Original Message-----
>>>>>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>>>>>> To: Maven Developers List
>>>>>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT -  
>>>>>>>>>>> anyone else
>>>>>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>>>>>
>>>>>>>>>>> Tests in error:
>>>>>>>>>>>
>>>>>>>>>>> testitMNG3221a
>>>>>>>>>>> (org 
>>>>>>>>>>> .apache 
>>>>>>>>>>> .maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>>>>>>>
>>>>>>>>>>> testitMNG2861
>>>>>>>>>>> (org 
>>>>>>>>>>> .apache 
>>>>>>>>>>> .maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>>>>>>>>>
>>>>>>>>>>> Cheers,
>>>>>>>>>>> Brett
>>>>>>>>>>>
>>>>>>>>>>> -- 
>>>>>>>>>>> Brett Porter
>>>>>>>>>>> brett@apache.org
>>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> Brett Porter
>>>>>>>>>> brett@apache.org
>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> Brett Porter
>>>>>>>>> brett@apache.org
>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> John Casey
>>>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> Brett Porter
>>>>>>> brett@apache.org
>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> John Casey
>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> Brett Porter
>>>>> brett@apache.org
>>>>> http://blogs.exist.com/bporter/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> John Casey
>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> John Casey
> Developer, PMC Member - Apache Maven (http://maven.apache.org)
> Blog: http://www.ejlife.net/blogs/buildchimp/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by John Casey <jd...@commonjava.org>.
Hudson is seeing all ITs pass on trunk now, but 2.0.x has an IT failure 
for MNG-3581. Brett, can you have a look? I'm seeing the following output:

testmng3581(org.apache.maven.integrationtests.MavenITmng3581PluginUsesWagonDependency)  Time elapsed: 3.623 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; log = 
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'clean'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - org.apache.maven.its.mng3581:parent:jar:1.0-SNAPSHOT
[INFO]    task-segment: [clean:clean, validate]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-20080616.220135-14) of type: maven-plugin; constructing POM artifact instead.
[INFO] [ituses-wagon:use-wagon {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException
	at org.apache.maven.plugin.coreit.UsesWagonMojo.execute(UsesWagonMojo.java:32)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
	... 16 more
Caused by: java.lang.ClassCastException
	at org.apache.maven.plugin.coreit.UsesWagonMojo.execute(UsesWagonMojo.java:28)
	... 18 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Jun 17 11:18:23 CDT 2008
[INFO] Final Memory: 3M/8M
[INFO] ------------------------------------------------------------------------
	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1039)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:894)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:888)
	at org.apache.maven.integrationtests.MavenITmng3581PluginUsesWagonDependency.testmng3581(MavenITmng3581PluginUsesWagonDependency.java:27)
	at org.apache.maven.integrationtests.MavenITmng3581PluginUsesWagonDependency.testmng3581(MavenITmng3581PluginUsesWagonDependency.java:27)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase.runTest(AbstractMavenIntegrationTestCase.java:100)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)



Brett Porter wrote:
>
> On 17/06/2008, at 8:25 AM, John Casey wrote:
>
>> Okay, I fixed the ITs for 2.0.x and trunk (they should all be 
>> working, I think)...WITH SOME EXCEPTIONS. :-)
>>
>> There are four new ITs related to the new proposal I put forward 
>> today. Shane wrote these tests, and I spent quite a bit of time 
>> verifying that his approach for refactoring POM interpolation and 
>> mine were in relatively close agreement. In short, those tests will 
>> start to succeed once we solve the issues that are solved by the 
>> plxInterpolation branch (either that solution or another one).
>
> Thanks John! 3221 is fine for me now.
>
> Is it ok if we comment out those new ITs until fixed? (That would be 
> consistent with the other ITs for open issues).
>
> I still have 81 and 65 failing on trunk, but succeeding on the branch 
> - I had filed that the other day (MNG-3623). It seems related to xbean 
> going by the errors. Are they passing for you?
>
> Looks like we're getting consistent now which is going to be helpful.
>
> - Brett
>
>>
>>
>> -john
>>
>> Brett Porter wrote:
>>>
>>> On 13/06/2008, at 1:30 PM, Brett Porter wrote:
>>>
>>>> 3221a is the only one failing on both my machines and on Hudson. 
>>>> It's fine on trunk.
>>>
>>> er, it's not running on trunk :D
>>>
>>>>
>>>>
>>>> Are you sure the fix was committed to 2.0.9? Maybe we just need to 
>>>> change the fix for version :)
>>>>
>>>> I think we should also release the core-integration-testing module 
>>>> prior to any 2.0.x release in future so we have a test suite that 
>>>> we know works with a given release. There's always a chance we're 
>>>> breaking the test suite at the moment.
>>>>
>>>> - Brett
>>>>
>>>> On 13/06/2008, at 1:32 AM, John Casey wrote:
>>>>
>>>>> I haven't seen any failures on this side, but I can see that there 
>>>>> are problems on the Hudson side. At least one of those failures is 
>>>>> due to a bad Modello plugin, it looks like.
>>>>>
>>>>> Brett Porter wrote:
>>>>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>>>>
>>>>>> - Brett
>>>>>>
>>>>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>>>>
>>>>>>> Seems like everything was working for me the other day when I 
>>>>>>> committed the fix for 2739, but I'll try it all again tomorrow 
>>>>>>> sharpish.
>>>>>>>
>>>>>>> -john
>>>>>>>
>>>>>>> Brett Porter wrote:
>>>>>>>> 0111 passed on windows, 3221a still fails.
>>>>>>>>
>>>>>>>> John, do you know any more about this?
>>>>>>>>
>>>>>>>> - Brett
>>>>>>>>
>>>>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>>>>
>>>>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>>>>
>>>>>>>>> Anyway, I'll try another machine and see if those other two 
>>>>>>>>> tests pass there.
>>>>>>>>>
>>>>>>>>> - Brett
>>>>>>>>>
>>>>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>>>>
>>>>>>>>>> These are the failures I'm getting:
>>>>>>>>>> Failed tests:
>>>>>>>>>>
>>>>>>>>>> testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave 
>>>>>>>>>>
>>>>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>>>>
>>>>>>>>>> testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes 
>>>>>>>>>>
>>>>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>>>>> )
>>>>>>>>>>
>>>>>>>>>> testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3 
>>>>>>>>>>
>>>>>>>>>> 545ProfileDeactivation)
>>>>>>>>>>
>>>>>>>>>> testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa 
>>>>>>>>>>
>>>>>>>>>> shPCommandLine)
>>>>>>>>>>
>>>>>>>>>> testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav 
>>>>>>>>>>
>>>>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>>>>> )
>>>>>>>>>>
>>>>>>>>>> testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2 
>>>>>>>>>>
>>>>>>>>>> 739RequiredRepositoryElements)
>>>>>>>>>>
>>>>>>>>>> testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng 
>>>>>>>>>>
>>>>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>>>>
>>>>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>>>>
>>>>>>>>>> -----Original Message-----
>>>>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>>>>> To: Maven Developers List
>>>>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - 
>>>>>>>>>> anyone else
>>>>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>>>>
>>>>>>>>>> Tests in error:
>>>>>>>>>>
>>>>>>>>>> testitMNG3221a
>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking) 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> testitMNG2861
>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges) 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Cheers,
>>>>>>>>>> Brett
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> Brett Porter
>>>>>>>>>> brett@apache.org
>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>>>
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>>>
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> Brett Porter
>>>>>>>>> brett@apache.org
>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>>
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> Brett Porter
>>>>>>>> brett@apache.org
>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>
>>>>>>>>
>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> John Casey
>>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Brett Porter
>>>>>> brett@apache.org
>>>>>> http://blogs.exist.com/bporter/
>>>>>>
>>>>>>
>>>>>> --------------------------------------------------------------------- 
>>>>>>
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> John Casey
>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> John Casey
>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by John Casey <jd...@commonjava.org>.
I'll have to check hudson, as that's what I've been using as my guide 
for the most part. For some reason, my localhost seems to be a much 
friendlier environment for ITs. ;-)

FWIW, I have no problem commenting those new ITs...the thought occurred 
to me late last night, just haven't done it yet.

-john

Brett Porter wrote:
>
> On 17/06/2008, at 8:25 AM, John Casey wrote:
>
>> Okay, I fixed the ITs for 2.0.x and trunk (they should all be 
>> working, I think)...WITH SOME EXCEPTIONS. :-)
>>
>> There are four new ITs related to the new proposal I put forward 
>> today. Shane wrote these tests, and I spent quite a bit of time 
>> verifying that his approach for refactoring POM interpolation and 
>> mine were in relatively close agreement. In short, those tests will 
>> start to succeed once we solve the issues that are solved by the 
>> plxInterpolation branch (either that solution or another one).
>
> Thanks John! 3221 is fine for me now.
>
> Is it ok if we comment out those new ITs until fixed? (That would be 
> consistent with the other ITs for open issues).
>
> I still have 81 and 65 failing on trunk, but succeeding on the branch 
> - I had filed that the other day (MNG-3623). It seems related to xbean 
> going by the errors. Are they passing for you?
>
> Looks like we're getting consistent now which is going to be helpful.
>
> - Brett
>
>>
>>
>> -john
>>
>> Brett Porter wrote:
>>>
>>> On 13/06/2008, at 1:30 PM, Brett Porter wrote:
>>>
>>>> 3221a is the only one failing on both my machines and on Hudson. 
>>>> It's fine on trunk.
>>>
>>> er, it's not running on trunk :D
>>>
>>>>
>>>>
>>>> Are you sure the fix was committed to 2.0.9? Maybe we just need to 
>>>> change the fix for version :)
>>>>
>>>> I think we should also release the core-integration-testing module 
>>>> prior to any 2.0.x release in future so we have a test suite that 
>>>> we know works with a given release. There's always a chance we're 
>>>> breaking the test suite at the moment.
>>>>
>>>> - Brett
>>>>
>>>> On 13/06/2008, at 1:32 AM, John Casey wrote:
>>>>
>>>>> I haven't seen any failures on this side, but I can see that there 
>>>>> are problems on the Hudson side. At least one of those failures is 
>>>>> due to a bad Modello plugin, it looks like.
>>>>>
>>>>> Brett Porter wrote:
>>>>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>>>>
>>>>>> - Brett
>>>>>>
>>>>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>>>>
>>>>>>> Seems like everything was working for me the other day when I 
>>>>>>> committed the fix for 2739, but I'll try it all again tomorrow 
>>>>>>> sharpish.
>>>>>>>
>>>>>>> -john
>>>>>>>
>>>>>>> Brett Porter wrote:
>>>>>>>> 0111 passed on windows, 3221a still fails.
>>>>>>>>
>>>>>>>> John, do you know any more about this?
>>>>>>>>
>>>>>>>> - Brett
>>>>>>>>
>>>>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>>>>
>>>>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>>>>
>>>>>>>>> Anyway, I'll try another machine and see if those other two 
>>>>>>>>> tests pass there.
>>>>>>>>>
>>>>>>>>> - Brett
>>>>>>>>>
>>>>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>>>>
>>>>>>>>>> These are the failures I'm getting:
>>>>>>>>>> Failed tests:
>>>>>>>>>>
>>>>>>>>>> testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave 
>>>>>>>>>>
>>>>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>>>>
>>>>>>>>>> testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes 
>>>>>>>>>>
>>>>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>>>>> )
>>>>>>>>>>
>>>>>>>>>> testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3 
>>>>>>>>>>
>>>>>>>>>> 545ProfileDeactivation)
>>>>>>>>>>
>>>>>>>>>> testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa 
>>>>>>>>>>
>>>>>>>>>> shPCommandLine)
>>>>>>>>>>
>>>>>>>>>> testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav 
>>>>>>>>>>
>>>>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>>>>> )
>>>>>>>>>>
>>>>>>>>>> testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2 
>>>>>>>>>>
>>>>>>>>>> 739RequiredRepositoryElements)
>>>>>>>>>>
>>>>>>>>>> testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng 
>>>>>>>>>>
>>>>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>>>>
>>>>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>>>>
>>>>>>>>>> -----Original Message-----
>>>>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>>>>> To: Maven Developers List
>>>>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - 
>>>>>>>>>> anyone else
>>>>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>>>>
>>>>>>>>>> Tests in error:
>>>>>>>>>>
>>>>>>>>>> testitMNG3221a
>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking) 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> testitMNG2861
>>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges) 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Cheers,
>>>>>>>>>> Brett
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> Brett Porter
>>>>>>>>>> brett@apache.org
>>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>>>
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>>>
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> Brett Porter
>>>>>>>>> brett@apache.org
>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>>
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> Brett Porter
>>>>>>>> brett@apache.org
>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>
>>>>>>>>
>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> John Casey
>>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Brett Porter
>>>>>> brett@apache.org
>>>>>> http://blogs.exist.com/bporter/
>>>>>>
>>>>>>
>>>>>> --------------------------------------------------------------------- 
>>>>>>
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> John Casey
>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> John Casey
>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
On 17/06/2008, at 8:25 AM, John Casey wrote:

> Okay, I fixed the ITs for 2.0.x and trunk (they should all be  
> working, I think)...WITH SOME EXCEPTIONS. :-)
>
> There are four new ITs related to the new proposal I put forward  
> today. Shane wrote these tests, and I spent quite a bit of time  
> verifying that his approach for refactoring POM interpolation and  
> mine were in relatively close agreement. In short, those tests will  
> start to succeed once we solve the issues that are solved by the  
> plxInterpolation branch (either that solution or another one).

Thanks John! 3221 is fine for me now.

Is it ok if we comment out those new ITs until fixed? (That would be  
consistent with the other ITs for open issues).

I still have 81 and 65 failing on trunk, but succeeding on the branch  
- I had filed that the other day (MNG-3623). It seems related to xbean  
going by the errors. Are they passing for you?

Looks like we're getting consistent now which is going to be helpful.

- Brett

>
>
> -john
>
> Brett Porter wrote:
>>
>> On 13/06/2008, at 1:30 PM, Brett Porter wrote:
>>
>>> 3221a is the only one failing on both my machines and on Hudson.  
>>> It's fine on trunk.
>>
>> er, it's not running on trunk :D
>>
>>>
>>>
>>> Are you sure the fix was committed to 2.0.9? Maybe we just need to  
>>> change the fix for version :)
>>>
>>> I think we should also release the core-integration-testing module  
>>> prior to any 2.0.x release in future so we have a test suite that  
>>> we know works with a given release. There's always a chance we're  
>>> breaking the test suite at the moment.
>>>
>>> - Brett
>>>
>>> On 13/06/2008, at 1:32 AM, John Casey wrote:
>>>
>>>> I haven't seen any failures on this side, but I can see that  
>>>> there are problems on the Hudson side. At least one of those  
>>>> failures is due to a bad Modello plugin, it looks like.
>>>>
>>>> Brett Porter wrote:
>>>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>>>
>>>>> - Brett
>>>>>
>>>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>>>
>>>>>> Seems like everything was working for me the other day when I  
>>>>>> committed the fix for 2739, but I'll try it all again tomorrow  
>>>>>> sharpish.
>>>>>>
>>>>>> -john
>>>>>>
>>>>>> Brett Porter wrote:
>>>>>>> 0111 passed on windows, 3221a still fails.
>>>>>>>
>>>>>>> John, do you know any more about this?
>>>>>>>
>>>>>>> - Brett
>>>>>>>
>>>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>>>
>>>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>>>
>>>>>>>> Anyway, I'll try another machine and see if those other two  
>>>>>>>> tests pass there.
>>>>>>>>
>>>>>>>> - Brett
>>>>>>>>
>>>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>>>
>>>>>>>>> These are the failures I'm getting:
>>>>>>>>> Failed tests:
>>>>>>>>>
>>>>>>>>> testDeactivateDefaultProfilesDash 
>>>>>>>>> (org.apache.maven.integrationtests.Mave
>>>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>>>
>>>>>>>>> testDeactivateDefaultProfilesExclamation 
>>>>>>>>> (org.apache.maven.integrationtes
>>>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>>>> )
>>>>>>>>>
>>>>>>>>> testActivateThenDeactivate 
>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3
>>>>>>>>> 545ProfileDeactivation)
>>>>>>>>>
>>>>>>>>> testitMNG2234 
>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>>>>>>>>> shPCommandLine)
>>>>>>>>>
>>>>>>>>> testProfilesWithMultipleActivators 
>>>>>>>>> (org.apache.maven.integrationtests.Mav
>>>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>>>> )
>>>>>>>>>
>>>>>>>>> testitMNG2739_RepositoryId 
>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng2
>>>>>>>>> 739RequiredRepositoryElements)
>>>>>>>>>
>>>>>>>>> testitMNG2739_RepositoryUrl 
>>>>>>>>> (org.apache.maven.integrationtests.MavenITmng
>>>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>>>
>>>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>>>
>>>>>>>>> -----Original Message-----
>>>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>>>> To: Maven Developers List
>>>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT -  
>>>>>>>>> anyone else
>>>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>>>
>>>>>>>>> Tests in error:
>>>>>>>>>
>>>>>>>>> testitMNG3221a
>>>>>>>>> (org 
>>>>>>>>> .apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>>>>>
>>>>>>>>> testitMNG2861
>>>>>>>>> (org 
>>>>>>>>> .apache 
>>>>>>>>> .maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> Brett
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> Brett Porter
>>>>>>>>> brett@apache.org
>>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> Brett Porter
>>>>>>>> brett@apache.org
>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> Brett Porter
>>>>>>> brett@apache.org
>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> John Casey
>>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> Brett Porter
>>>>> brett@apache.org
>>>>> http://blogs.exist.com/bporter/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> John Casey
>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> John Casey
> Developer, PMC Member - Apache Maven (http://maven.apache.org)
> Blog: http://www.ejlife.net/blogs/buildchimp/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by John Casey <jd...@commonjava.org>.
Okay, I fixed the ITs for 2.0.x and trunk (they should all be working, I 
think)...WITH SOME EXCEPTIONS. :-)

There are four new ITs related to the new proposal I put forward today. 
Shane wrote these tests, and I spent quite a bit of time verifying that 
his approach for refactoring POM interpolation and mine were in 
relatively close agreement. In short, those tests will start to succeed 
once we solve the issues that are solved by the plxInterpolation branch 
(either that solution or another one).

-john

Brett Porter wrote:
>
> On 13/06/2008, at 1:30 PM, Brett Porter wrote:
>
>> 3221a is the only one failing on both my machines and on Hudson. It's 
>> fine on trunk.
>
> er, it's not running on trunk :D
>
>>
>>
>> Are you sure the fix was committed to 2.0.9? Maybe we just need to 
>> change the fix for version :)
>>
>> I think we should also release the core-integration-testing module 
>> prior to any 2.0.x release in future so we have a test suite that we 
>> know works with a given release. There's always a chance we're 
>> breaking the test suite at the moment.
>>
>> - Brett
>>
>> On 13/06/2008, at 1:32 AM, John Casey wrote:
>>
>>> I haven't seen any failures on this side, but I can see that there 
>>> are problems on the Hudson side. At least one of those failures is 
>>> due to a bad Modello plugin, it looks like.
>>>
>>> Brett Porter wrote:
>>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>>
>>>> - Brett
>>>>
>>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>>
>>>>> Seems like everything was working for me the other day when I 
>>>>> committed the fix for 2739, but I'll try it all again tomorrow 
>>>>> sharpish.
>>>>>
>>>>> -john
>>>>>
>>>>> Brett Porter wrote:
>>>>>> 0111 passed on windows, 3221a still fails.
>>>>>>
>>>>>> John, do you know any more about this?
>>>>>>
>>>>>> - Brett
>>>>>>
>>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>>
>>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>>
>>>>>>> Anyway, I'll try another machine and see if those other two 
>>>>>>> tests pass there.
>>>>>>>
>>>>>>> - Brett
>>>>>>>
>>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>>
>>>>>>>> These are the failures I'm getting:
>>>>>>>> Failed tests:
>>>>>>>>
>>>>>>>> testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave 
>>>>>>>>
>>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>>
>>>>>>>> testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes 
>>>>>>>>
>>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>>> )
>>>>>>>>
>>>>>>>> testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3 
>>>>>>>>
>>>>>>>> 545ProfileDeactivation)
>>>>>>>>
>>>>>>>> testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa 
>>>>>>>>
>>>>>>>> shPCommandLine)
>>>>>>>>
>>>>>>>> testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav 
>>>>>>>>
>>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>>> )
>>>>>>>>
>>>>>>>> testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2 
>>>>>>>>
>>>>>>>> 739RequiredRepositoryElements)
>>>>>>>>
>>>>>>>> testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng 
>>>>>>>>
>>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>>
>>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>>
>>>>>>>> -----Original Message-----
>>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>>> To: Maven Developers List
>>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone 
>>>>>>>> else
>>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>>
>>>>>>>> Tests in error:
>>>>>>>>
>>>>>>>> testitMNG3221a
>>>>>>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>>>>
>>>>>>>> testitMNG2861
>>>>>>>> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges) 
>>>>>>>>
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Brett
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> Brett Porter
>>>>>>>> brett@apache.org
>>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>>
>>>>>>>>
>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>> --------------------------------------------------------------------- 
>>>>>>>>
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> Brett Porter
>>>>>>> brett@apache.org
>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Brett Porter
>>>>>> brett@apache.org
>>>>>> http://blogs.exist.com/bporter/
>>>>>>
>>>>>>
>>>>>> --------------------------------------------------------------------- 
>>>>>>
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> John Casey
>>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> John Casey
>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
On 13/06/2008, at 1:30 PM, Brett Porter wrote:

> 3221a is the only one failing on both my machines and on Hudson.  
> It's fine on trunk.

er, it's not running on trunk :D

>
>
> Are you sure the fix was committed to 2.0.9? Maybe we just need to  
> change the fix for version :)
>
> I think we should also release the core-integration-testing module  
> prior to any 2.0.x release in future so we have a test suite that we  
> know works with a given release. There's always a chance we're  
> breaking the test suite at the moment.
>
> - Brett
>
> On 13/06/2008, at 1:32 AM, John Casey wrote:
>
>> I haven't seen any failures on this side, but I can see that there  
>> are problems on the Hudson side. At least one of those failures is  
>> due to a bad Modello plugin, it looks like.
>>
>> Brett Porter wrote:
>>> Any luck John? I'm still seeing those two failing - quite odd.
>>>
>>> - Brett
>>>
>>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>>
>>>> Seems like everything was working for me the other day when I  
>>>> committed the fix for 2739, but I'll try it all again tomorrow  
>>>> sharpish.
>>>>
>>>> -john
>>>>
>>>> Brett Porter wrote:
>>>>> 0111 passed on windows, 3221a still fails.
>>>>>
>>>>> John, do you know any more about this?
>>>>>
>>>>> - Brett
>>>>>
>>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>>
>>>>>> Doesn't the maven version force these to be skipped?
>>>>>>
>>>>>> Anyway, I'll try another machine and see if those other two  
>>>>>> tests pass there.
>>>>>>
>>>>>> - Brett
>>>>>>
>>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>>
>>>>>>> These are the failures I'm getting:
>>>>>>> Failed tests:
>>>>>>>
>>>>>>> testDeactivateDefaultProfilesDash 
>>>>>>> (org.apache.maven.integrationtests.Mave
>>>>>>> nITmng3545ProfileDeactivation)
>>>>>>>
>>>>>>> testDeactivateDefaultProfilesExclamation 
>>>>>>> (org.apache.maven.integrationtes
>>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>>> )
>>>>>>>
>>>>>>> testActivateThenDeactivate 
>>>>>>> (org.apache.maven.integrationtests.MavenITmng3
>>>>>>> 545ProfileDeactivation)
>>>>>>>
>>>>>>> testitMNG2234 
>>>>>>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>>>>>>> shPCommandLine)
>>>>>>>
>>>>>>> testProfilesWithMultipleActivators 
>>>>>>> (org.apache.maven.integrationtests.Mav
>>>>>>> enITmng3106ProfileMultipleActivators
>>>>>>> )
>>>>>>>
>>>>>>> testitMNG2739_RepositoryId 
>>>>>>> (org.apache.maven.integrationtests.MavenITmng2
>>>>>>> 739RequiredRepositoryElements)
>>>>>>>
>>>>>>> testitMNG2739_RepositoryUrl 
>>>>>>> (org.apache.maven.integrationtests.MavenITmng
>>>>>>> 2739RequiredRepositoryElements)
>>>>>>>
>>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>>> To: Maven Developers List
>>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT -  
>>>>>>> anyone else
>>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>>
>>>>>>> Tests in error:
>>>>>>>
>>>>>>> testitMNG3221a
>>>>>>> (org 
>>>>>>> .apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>>>
>>>>>>> testitMNG2861
>>>>>>> (org 
>>>>>>> .apache 
>>>>>>> .maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>>>>>
>>>>>>> Cheers,
>>>>>>> Brett
>>>>>>>
>>>>>>> -- 
>>>>>>> Brett Porter
>>>>>>> brett@apache.org
>>>>>>> http://blogs.exist.com/bporter/
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Brett Porter
>>>>>> brett@apache.org
>>>>>> http://blogs.exist.com/bporter/
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> Brett Porter
>>>>> brett@apache.org
>>>>> http://blogs.exist.com/bporter/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> John Casey
>>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> John Casey
>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
3221a is the only one failing on both my machines and on Hudson. It's  
fine on trunk.

Are you sure the fix was committed to 2.0.9? Maybe we just need to  
change the fix for version :)

I think we should also release the core-integration-testing module  
prior to any 2.0.x release in future so we have a test suite that we  
know works with a given release. There's always a chance we're  
breaking the test suite at the moment.

- Brett

On 13/06/2008, at 1:32 AM, John Casey wrote:

> I haven't seen any failures on this side, but I can see that there  
> are problems on the Hudson side. At least one of those failures is  
> due to a bad Modello plugin, it looks like.
>
> Brett Porter wrote:
>> Any luck John? I'm still seeing those two failing - quite odd.
>>
>> - Brett
>>
>> On 30/05/2008, at 1:29 PM, John Casey wrote:
>>
>>> Seems like everything was working for me the other day when I  
>>> committed the fix for 2739, but I'll try it all again tomorrow  
>>> sharpish.
>>>
>>> -john
>>>
>>> Brett Porter wrote:
>>>> 0111 passed on windows, 3221a still fails.
>>>>
>>>> John, do you know any more about this?
>>>>
>>>> - Brett
>>>>
>>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>>
>>>>> Doesn't the maven version force these to be skipped?
>>>>>
>>>>> Anyway, I'll try another machine and see if those other two  
>>>>> tests pass there.
>>>>>
>>>>> - Brett
>>>>>
>>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>>
>>>>>> These are the failures I'm getting:
>>>>>> Failed tests:
>>>>>>
>>>>>> testDeactivateDefaultProfilesDash 
>>>>>> (org.apache.maven.integrationtests.Mave
>>>>>> nITmng3545ProfileDeactivation)
>>>>>>
>>>>>> testDeactivateDefaultProfilesExclamation 
>>>>>> (org.apache.maven.integrationtes
>>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>>> )
>>>>>>
>>>>>> testActivateThenDeactivate 
>>>>>> (org.apache.maven.integrationtests.MavenITmng3
>>>>>> 545ProfileDeactivation)
>>>>>>
>>>>>> testitMNG2234 
>>>>>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>>>>>> shPCommandLine)
>>>>>>
>>>>>> testProfilesWithMultipleActivators 
>>>>>> (org.apache.maven.integrationtests.Mav
>>>>>> enITmng3106ProfileMultipleActivators
>>>>>> )
>>>>>>
>>>>>> testitMNG2739_RepositoryId 
>>>>>> (org.apache.maven.integrationtests.MavenITmng2
>>>>>> 739RequiredRepositoryElements)
>>>>>>
>>>>>> testitMNG2739_RepositoryUrl 
>>>>>> (org.apache.maven.integrationtests.MavenITmng
>>>>>> 2739RequiredRepositoryElements)
>>>>>>
>>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>>> To: Maven Developers List
>>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone  
>>>>>> else
>>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>>
>>>>>> Tests in error:
>>>>>>
>>>>>> testitMNG3221a
>>>>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>>
>>>>>> testitMNG2861
>>>>>> (org 
>>>>>> .apache 
>>>>>> .maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>>>>
>>>>>> Cheers,
>>>>>> Brett
>>>>>>
>>>>>> -- 
>>>>>> Brett Porter
>>>>>> brett@apache.org
>>>>>> http://blogs.exist.com/bporter/
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>>
>>>>>
>>>>> -- 
>>>>> Brett Porter
>>>>> brett@apache.org
>>>>> http://blogs.exist.com/bporter/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> John Casey
>>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> John Casey
> Developer, PMC Member - Apache Maven (http://maven.apache.org)
> Blog: http://www.ejlife.net/blogs/buildchimp/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by John Casey <jd...@commonjava.org>.
I haven't seen any failures on this side, but I can see that there are 
problems on the Hudson side. At least one of those failures is due to a 
bad Modello plugin, it looks like.

Brett Porter wrote:
> Any luck John? I'm still seeing those two failing - quite odd.
>
> - Brett
>
> On 30/05/2008, at 1:29 PM, John Casey wrote:
>
>> Seems like everything was working for me the other day when I 
>> committed the fix for 2739, but I'll try it all again tomorrow sharpish.
>>
>> -john
>>
>> Brett Porter wrote:
>>> 0111 passed on windows, 3221a still fails.
>>>
>>> John, do you know any more about this?
>>>
>>> - Brett
>>>
>>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>>
>>>> Doesn't the maven version force these to be skipped?
>>>>
>>>> Anyway, I'll try another machine and see if those other two tests 
>>>> pass there.
>>>>
>>>> - Brett
>>>>
>>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>>
>>>>> These are the failures I'm getting:
>>>>> Failed tests:
>>>>>
>>>>> testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave 
>>>>>
>>>>> nITmng3545ProfileDeactivation)
>>>>>
>>>>> testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes 
>>>>>
>>>>> ts.MavenITmng3545ProfileDeactivation
>>>>> )
>>>>>
>>>>> testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3 
>>>>>
>>>>> 545ProfileDeactivation)
>>>>>
>>>>> testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa 
>>>>>
>>>>> shPCommandLine)
>>>>>
>>>>> testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav 
>>>>>
>>>>> enITmng3106ProfileMultipleActivators
>>>>> )
>>>>>
>>>>> testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2 
>>>>>
>>>>> 739RequiredRepositoryElements)
>>>>>
>>>>> testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng 
>>>>>
>>>>> 2739RequiredRepositoryElements)
>>>>>
>>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>>
>>>>> -----Original Message-----
>>>>> From: Brett Porter [mailto:brett@apache.org]
>>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>>> To: Maven Developers List
>>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else
>>>>> seen the problem? Clean repo, nothing in the settings.
>>>>>
>>>>> Tests in error:
>>>>>
>>>>> testitMNG3221a
>>>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>>
>>>>> testitMNG2861
>>>>> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges) 
>>>>>
>>>>>
>>>>> Cheers,
>>>>> Brett
>>>>>
>>>>> -- 
>>>>> Brett Porter
>>>>> brett@apache.org
>>>>> http://blogs.exist.com/bporter/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> John Casey
>> Developer, PMC Member - Apache Maven (http://maven.apache.org)
>> Blog: http://www.ejlife.net/blogs/buildchimp/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
Any luck John? I'm still seeing those two failing - quite odd.

- Brett

On 30/05/2008, at 1:29 PM, John Casey wrote:

> Seems like everything was working for me the other day when I  
> committed the fix for 2739, but I'll try it all again tomorrow  
> sharpish.
>
> -john
>
> Brett Porter wrote:
>> 0111 passed on windows, 3221a still fails.
>>
>> John, do you know any more about this?
>>
>> - Brett
>>
>> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>>
>>> Doesn't the maven version force these to be skipped?
>>>
>>> Anyway, I'll try another machine and see if those other two tests  
>>> pass there.
>>>
>>> - Brett
>>>
>>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>>
>>>> These are the failures I'm getting:
>>>> Failed tests:
>>>>
>>>> testDeactivateDefaultProfilesDash 
>>>> (org.apache.maven.integrationtests.Mave
>>>> nITmng3545ProfileDeactivation)
>>>>
>>>> testDeactivateDefaultProfilesExclamation 
>>>> (org.apache.maven.integrationtes
>>>> ts.MavenITmng3545ProfileDeactivation
>>>> )
>>>>
>>>> testActivateThenDeactivate 
>>>> (org.apache.maven.integrationtests.MavenITmng3
>>>> 545ProfileDeactivation)
>>>>
>>>> testitMNG2234 
>>>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>>>> shPCommandLine)
>>>>
>>>> testProfilesWithMultipleActivators 
>>>> (org.apache.maven.integrationtests.Mav
>>>> enITmng3106ProfileMultipleActivators
>>>> )
>>>>
>>>> testitMNG2739_RepositoryId 
>>>> (org.apache.maven.integrationtests.MavenITmng2
>>>> 739RequiredRepositoryElements)
>>>>
>>>> testitMNG2739_RepositoryUrl 
>>>> (org.apache.maven.integrationtests.MavenITmng
>>>> 2739RequiredRepositoryElements)
>>>>
>>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>>
>>>> -----Original Message-----
>>>> From: Brett Porter [mailto:brett@apache.org]
>>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>>> To: Maven Developers List
>>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>>
>>>> Hi,
>>>>
>>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone  
>>>> else
>>>> seen the problem? Clean repo, nothing in the settings.
>>>>
>>>> Tests in error:
>>>>
>>>> testitMNG3221a
>>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>>
>>>> testitMNG2861
>>>> (org 
>>>> .apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>>
>>>> Cheers,
>>>> Brett
>>>>
>>>> -- 
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://blogs.exist.com/bporter/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> John Casey
> Developer, PMC Member - Apache Maven (http://maven.apache.org)
> Blog: http://www.ejlife.net/blogs/buildchimp/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by John Casey <jd...@commonjava.org>.
Seems like everything was working for me the other day when I committed 
the fix for 2739, but I'll try it all again tomorrow sharpish.

-john

Brett Porter wrote:
> 0111 passed on windows, 3221a still fails.
>
> John, do you know any more about this?
>
> - Brett
>
> On 29/05/2008, at 9:02 AM, Brett Porter wrote:
>
>> Doesn't the maven version force these to be skipped?
>>
>> Anyway, I'll try another machine and see if those other two tests 
>> pass there.
>>
>> - Brett
>>
>> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>>
>>> These are the failures I'm getting:
>>> Failed tests:
>>>
>>> testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave 
>>>
>>> nITmng3545ProfileDeactivation)
>>>
>>> testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes 
>>>
>>> ts.MavenITmng3545ProfileDeactivation
>>> )
>>>
>>> testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3 
>>>
>>> 545ProfileDeactivation)
>>>
>>> testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa 
>>>
>>> shPCommandLine)
>>>
>>> testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav 
>>>
>>> enITmng3106ProfileMultipleActivators
>>> )
>>>
>>> testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2 
>>>
>>> 739RequiredRepositoryElements)
>>>
>>> testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng 
>>>
>>> 2739RequiredRepositoryElements)
>>>
>>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>>
>>> -----Original Message-----
>>> From: Brett Porter [mailto:brett@apache.org]
>>> Sent: Wednesday, May 28, 2008 5:46 AM
>>> To: Maven Developers List
>>> Subject: integration test failures in 2.0.9 / 2.0.x
>>>
>>> Hi,
>>>
>>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else
>>> seen the problem? Clean repo, nothing in the settings.
>>>
>>> Tests in error:
>>>
>>> testitMNG3221a
>>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>>
>>> testitMNG2861
>>> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>>
>>> Cheers,
>>> Brett
>>>
>>> -- 
>>> Brett Porter
>>> brett@apache.org
>>> http://blogs.exist.com/bporter/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
0111 passed on windows, 3221a still fails.

John, do you know any more about this?

- Brett

On 29/05/2008, at 9:02 AM, Brett Porter wrote:

> Doesn't the maven version force these to be skipped?
>
> Anyway, I'll try another machine and see if those other two tests  
> pass there.
>
> - Brett
>
> On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:
>
>> These are the failures I'm getting:
>> Failed tests:
>>
>> testDeactivateDefaultProfilesDash 
>> (org.apache.maven.integrationtests.Mave
>> nITmng3545ProfileDeactivation)
>>
>> testDeactivateDefaultProfilesExclamation 
>> (org.apache.maven.integrationtes
>> ts.MavenITmng3545ProfileDeactivation
>> )
>>
>> testActivateThenDeactivate 
>> (org.apache.maven.integrationtests.MavenITmng3
>> 545ProfileDeactivation)
>>
>> testitMNG2234 
>> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
>> shPCommandLine)
>>
>> testProfilesWithMultipleActivators 
>> (org.apache.maven.integrationtests.Mav
>> enITmng3106ProfileMultipleActivators
>> )
>>
>> testitMNG2739_RepositoryId 
>> (org.apache.maven.integrationtests.MavenITmng2
>> 739RequiredRepositoryElements)
>>
>> testitMNG2739_RepositoryUrl 
>> (org.apache.maven.integrationtests.MavenITmng
>> 2739RequiredRepositoryElements)
>>
>> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>>
>> -----Original Message-----
>> From: Brett Porter [mailto:brett@apache.org]
>> Sent: Wednesday, May 28, 2008 5:46 AM
>> To: Maven Developers List
>> Subject: integration test failures in 2.0.9 / 2.0.x
>>
>> Hi,
>>
>> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else
>> seen the problem? Clean repo, nothing in the settings.
>>
>> Tests in error:
>>
>> testitMNG3221a
>> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>>
>> testitMNG2861
>> (org 
>> .apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>>
>> Cheers,
>> Brett
>>
>> --
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: integration test failures in 2.0.9 / 2.0.x

Posted by Brett Porter <br...@apache.org>.
Doesn't the maven version force these to be skipped?

Anyway, I'll try another machine and see if those other two tests pass  
there.

- Brett

On 28/05/2008, at 11:31 PM, Brian E. Fox wrote:

> These are the failures I'm getting:
> Failed tests:
>
> testDeactivateDefaultProfilesDash 
> (org.apache.maven.integrationtests.Mave
> nITmng3545ProfileDeactivation)
>
> testDeactivateDefaultProfilesExclamation 
> (org.apache.maven.integrationtes
> ts.MavenITmng3545ProfileDeactivation
> )
>
> testActivateThenDeactivate 
> (org.apache.maven.integrationtests.MavenITmng3
> 545ProfileDeactivation)
>
> testitMNG2234 
> (org.apache.maven.integrationtests.MavenITmng3268MultipleDa
> shPCommandLine)
>
> testProfilesWithMultipleActivators 
> (org.apache.maven.integrationtests.Mav
> enITmng3106ProfileMultipleActivators
> )
>
> testitMNG2739_RepositoryId 
> (org.apache.maven.integrationtests.MavenITmng2
> 739RequiredRepositoryElements)
>
> testitMNG2739_RepositoryUrl 
> (org.apache.maven.integrationtests.MavenITmng
> 2739RequiredRepositoryElements)
>
> Tests run: 154, Failures: 7, Errors: 0, Skipped: 0
>
> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org]
> Sent: Wednesday, May 28, 2008 5:46 AM
> To: Maven Developers List
> Subject: integration test failures in 2.0.9 / 2.0.x
>
> Hi,
>
> I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else
> seen the problem? Clean repo, nothing in the settings.
>
> Tests in error:
>
> testitMNG3221a
> (org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
>
> testitMNG2861
> (org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)
>
> Cheers,
> Brett
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: integration test failures in 2.0.9 / 2.0.x

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
These are the failures I'm getting:
Failed tests:
 
testDeactivateDefaultProfilesDash(org.apache.maven.integrationtests.Mave
nITmng3545ProfileDeactivation)
 
testDeactivateDefaultProfilesExclamation(org.apache.maven.integrationtes
ts.MavenITmng3545ProfileDeactivation
)
 
testActivateThenDeactivate(org.apache.maven.integrationtests.MavenITmng3
545ProfileDeactivation)
 
testitMNG2234(org.apache.maven.integrationtests.MavenITmng3268MultipleDa
shPCommandLine)
 
testProfilesWithMultipleActivators(org.apache.maven.integrationtests.Mav
enITmng3106ProfileMultipleActivators
)
 
testitMNG2739_RepositoryId(org.apache.maven.integrationtests.MavenITmng2
739RequiredRepositoryElements)
 
testitMNG2739_RepositoryUrl(org.apache.maven.integrationtests.MavenITmng
2739RequiredRepositoryElements)

Tests run: 154, Failures: 7, Errors: 0, Skipped: 0

-----Original Message-----
From: Brett Porter [mailto:brett@apache.org] 
Sent: Wednesday, May 28, 2008 5:46 AM
To: Maven Developers List
Subject: integration test failures in 2.0.9 / 2.0.x

Hi,

I'm getting these failing on 2.0.9 and 2.0.10-SNAPSHOT - anyone else  
seen the problem? Clean repo, nothing in the settings.

Tests in error:
    
testitMNG3221a 
(org.apache.maven.integrationtests.MavenITmng3221InfiniteForking)
    
testitMNG2861 
(org.apache.maven.integrationtests.MavenITmng2861RelocationsAndRanges)

Cheers,
Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org