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

Review request for oozie.


Description
-------

It is not as easy as I thought. 
As soon as I added a <parent> I get an exception upon mvn test -f 
minitest/pom.xml
It says to refer surefire-reports but it is not generated. 
It looks to me the the line 1798 Concurrency config ... and forking JDK process 
has some issue but I haven't been able to figure out. 
I'm sharing my finding so far.


1795 -------------------------------------------------------
1796  T E S T S
1797 -------------------------------------------------------
1798 Concurrency config is parallel='none', perCoreThreadCount=true, 
threadCount=2, useUnlimitedThreads=false
1799 [INFO] 
------------------------------------------------------------------------
1800 [INFO] BUILD FAILURE
1801 [INFO] 
------------------------------------------------------------------------
1802 [INFO] Total time: 8.620s
1803 [INFO] Finished at: Wed Feb 06 17:20:12 PST 2013
1804 [INFO] Final Memory: 17M/158M
1805 [INFO] 
------------------------------------------------------------------------
1806 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.7:test (default-test) on 
project oozie     -mini: There are test failures.
1807 [ERROR]
1808 [ERROR] Please refer to 
/home/junaoki/coding/oozie-trunk/minitest/target/surefire-reports for the 
individual test resu     lts.
1809 [ERROR] -> [Help 1]
1810 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.maven.plugins:maven-surefire     -plugin:2.7:test 
(default-test) on project oozie-mini: There are test failures.
1811
1812 Please refer to 
/home/junaoki/coding/oozie-trunk/minitest/target/surefire-reports for the 
individual test results.
1813     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
1814     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
1815     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
1816     at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
1817     at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
1818     at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
1819     at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
1820     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
1821     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
1822     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
1823     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
1824     at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
1825     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1826     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
1827     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1828     at java.lang.reflect.Method.invoke(Method.java:601)
1829     at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
1830     at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
1831     at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
1832     at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
1833 Caused by: org.apache.maven.plugin.MojoFailureException: There are test 
failures.
1834
1835 Please refer to 
/home/junaoki/coding/oozie-trunk/minitest/target/surefire-reports for the 
individual test results.
1836     at 
org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:74)
1837     at 
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:624)
1838     at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
1839     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
1840     ... 19 more


This addresses bug OOZIE-1170.
    https://issues.apache.org/jira/browse/OOZIE-1170


Diffs
-----

  http://svn.apache.org/repos/asf/oozie/trunk/minitest/pom.xml 1443233 

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


Testing
-------


Thanks,

jun aoki

Reply via email to