Thanks for the link, Christophe. That also fixed my Selenium / Snow Leopard issues. I'd still like to figure out why things are failing on Ubuntu, but it's nice that my primary development environment can run the tests successfully.
-- Kevin On Mon, Nov 2, 2009 at 7:52 AM, Cordenier Christophe <[email protected]> wrote: > Hi > > I also had problem with selenium and Firefox on my mac after upgrading to > snow leopard > This (about libsqlite3.dylib) fixed my problem: > http://stackoverflow.com/questions/1364523/firefox-bin-quit-unexpectedly-while-running-selenium-test > > Regards, > Christophe. > > > -----Message d'origine----- > De : Kevin Menard [mailto:[email protected]] > Envoyé : lundi 2 novembre 2009 13:48 > À : Tapestry development > Objet : Re: trunk test failure > > 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] > > > > > Ce message et les pièces jointes sont confidentiels et réservés à l'usage > exclusif de ses destinataires. Il peut également être protégé par le secret > professionnel. Si vous recevez ce message par erreur, merci d'en avertir > immédiatement l'expéditeur et de le détruire. L'intégrité du message ne > pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne > pourra être recherchée quant au contenu de ce message. Bien que les meilleurs > efforts soient faits pour maintenir cette transmission exempte de tout virus, > l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne > saurait être recherchée pour tout dommage résultant d'un virus transmis. > > This e-mail and the documents attached are confidential and intended solely > for the addressee; it may also be privileged. If you receive this e-mail in > error, please notify the sender immediately and destroy it. As its integrity > cannot be secured on the Internet, the Atos Origin group liability cannot be > triggered for the message content. Although the sender endeavours to maintain > a computer virus-free network, the sender does not warrant that this > transmission is virus-free and will not be liable for any damages resulting > from any virus transmitted. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
