Thanks for the feedback. I wasn't seeing failures on Mac, but since I've upgraded to Snow Leopard I've been having issues with Selenium. So, I thought I would test in a VM. While I certainly can still work on tapestry-core, it strikes me that we shouldn't have failures on trunk at all. I'll spend some time and see if I can get the one failure I'm seeing to go away.
-- Kevin On Mon, Nov 2, 2009 at 2:07 AM, Igor Drobiazko <[email protected]> wrote: > Hi, > > I had this failure when I was on Windows, after switching to Mac never seen > again. > However, if your are committing something outside tapestry-ioc, let's say > tapestry-core, this failure should not keep you from committing. > > Another annoying thing is the spring test failure on bamboo. I can't > reproduce it on my machine. Bamboo seems to pass the test from time to time. > Anybody getting the "PARIS IN SPRINGTIME" failure on his own machine? > > On Mon, Nov 2, 2009 at 2:55 AM, Kevin Menard <[email protected]> wrote: > >> Hi, >> >> Is anyone else seeing a test failure in the IoC module in trunk? I'm >> getting the following failure in the thunk_creation test in >> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest. I'm >> trying to deduce if it's environment related or not, as it's happening >> in a new Ubuntu 9.10 install. >> >> java.util.concurrent.RejectedExecutionException >> at >> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760) >> at >> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767) >> at >> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658) >> at >> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92) >> at >> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48) >> at >> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71) >> at >> $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java) >> at >> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53) >> at >> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74) >> at >> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92) >> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) >> at >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) >> at >> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) >> ... Removed 24 stack frames >> >> Thanks, >> Kevin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Best regards, > > Igor Drobiazko > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
