Hello, I think I'm posting in the right place. Any encouragement to comply (ie RTM) is appreciated.
What should my next step be (i.e. wait and try later, report it to this group, etc.)? Thanks, Eric Using JDK 1.5.0_19, maven 2.2.0 I used svn to get the trunk: svn checkout https://svn.apache.org/repos/asf/geronimo/server/trunk server used maven to build. Build failed: ------------------------------------------------------------------------------- Test set: org.apache.geronimo.concurrent.executor.ComponentManagedScheduledExecutorServiceTest ------------------------------------------------------------------------------- Tests run: 24, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 96.204 sec <<< FAILURE! testTriggerSkipAndCancel(org.apache.geronimo.concurrent.executor.ComponentManagedScheduledExecutorServiceTest) Time elapsed: 20.078 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<SUBMITTED> but was:<ABORTED> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:280) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:71) at org.apache.geronimo.concurrent.executor.BasicManagedExecutorServiceTest.compareCallbacks(BasicManagedExecutorServiceTest.java:545) at org.apache.geronimo.concurrent.executor.BasicManagedScheduledExecutorServiceTest.testTriggerSkipAndCancel(BasicManagedScheduledExecutorServiceTest.java:251) 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:585) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) 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:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) 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:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) 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:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) -- View this message in context: http://www.nabble.com/Trunk-build-failed-tp24974418s134p24974418.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.
