Yes, there is a lot of regressions. All tests that are enabled when I enabled them were passing. So we need to fix the problem instead of disabling the test.
Jarek On Thu, Jul 22, 2010 at 7:57 PM, Forrest Xia <[email protected]> wrote: > Oops, yes, the client-deployer is there, but this test always fail with this > exception: > > [INFO] Starting Geronimo client... > [INFO] Redirecting output to: > /home/forrestxm/src/gtrunk/testsuite/enterprise-testsuite/appname-tests/appname-client/target/client.log > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Java returned: 2 > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Java returned: 2 > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) > 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:597) > 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: Java returned: 2 > at > org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport.execute(ReportingMojoSupport.java:114) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) > ... 17 more > Caused by: Java returned: 2 > at org.apache.tools.ant.taskdefs.Java.execute(Java.java:107) > at > org.apache.geronimo.mavenplugins.geronimo.server.RunClientMojo.doExecute(RunClientMojo.java:158) > at > org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport.execute(ReportingMojoSupport.java:99) > ... 19 more > > So I want to disable it temporarily and will try to fix it and make it into > build again. > > Forrest > > On Fri, Jul 23, 2010 at 3:36 AM, Jarek Gawor <[email protected]> wrote: >> >> That's incorrect, client-deployer is included. I reverted your change. >> >> Jarek >> >> On Wed, Jul 21, 2010 at 10:59 PM, <[email protected]> wrote: >> > Author: xiaming >> > Date: Thu Jul 22 02:59:37 2010 >> > New Revision: 966484 >> > >> > URL: http://svn.apache.org/viewvc?rev=966484&view=rev >> > Log: >> > Comment out appname-tests since client-deployer is not available in the >> > server build >> > >> > Modified: >> > geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml >> > >> > Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml >> > URL: >> > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml?rev=966484&r1=966483&r2=966484&view=diff >> > >> > ============================================================================== >> > --- geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml >> > (original) >> > +++ geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml Thu Jul >> > 22 02:59:37 2010 >> > @@ -55,7 +55,7 @@ >> > <module>jpa-tests</module> >> > <!--<module>sec-client-tests</module>--> >> > <module>datasource-test</module> >> > - <module>appname-tests</module> >> > + <!--<module>appname-tests</module>--> >> > </modules> >> > >> > </project> >> > >> > >> > > >
