Currently, I think the main difference is that it's running the Solr tests and Policeman and Apache Jenkins are not :)
While a couple of us were without power for a week and then in Germany, due to some changes right before that, a lot of Solr tests were failing, so all the Solr tests were disabled on the continuous build servers. I setup a Jenkins server to just run Solr tests so that we had at least some coverage and I could work on stabilizing some of the tests - it was easy to break the build without realizing it without any tests being run - and it's hard to fix the tests without constant feedback since they only fail randomly and not always on my dev machine. The machine it's on is called fullmetal because the machine I had before it was called halfmetal. The other machines on my network are totalmetal, workprometal, and airmetal. I was probably watching Fullmetal Alchemist: Brotherhood when I named halfmetal. Good series. It's very similar to the Policeman Linux job when that is running, other than it's probably much faster. It's a quad core machine pretty much fully dedicated to running jenkins, one job at a time. It's probably closer to running tests on a dev machine rather than a slow continuous build machine. - Mark On Wed, Nov 21, 2012 at 10:20 AM, Dyer, James <james.d...@ingramcontent.com> wrote: > it works! Hey...can you tell me a little about "full metal". What is this > one doing that "Policeman" isn't? (Obviously something. it found my bugs > twice this week and the others didn't...) > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -----Original Message----- > From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Tuesday, November 20, 2012 7:52 PM > To: dev@lucene.apache.org > Subject: Re: Fullmetal Jenkins: Solr4X - Build # 67 - Failure! > > I've moved to using http://fullmetaljenkins.org/ to host the Jenkins service. > > Hopefully that makes it so you can visit it with your firewall - it may still > be detected as a dynamic ip service though. We will see I guess. > > - Mark > > On Nov 20, 2012, at 4:36 PM, "Dyer, James" <james.d...@ingramcontent.com> > wrote: > >> Thanks Mark. I committed a fix for this. >> >> James Dyer >> E-Commerce Systems >> Ingram Content Group >> (615) 213-4311 >> >> >> -----Original Message----- >> From: Mark Miller [mailto:markrmil...@gmail.com] >> Sent: Tuesday, November 20, 2012 3:07 PM >> To: dev@lucene.apache.org >> Subject: Re: Fullmetal Jenkins: Solr4X - Build # 67 - Failure! >> >> Hmmm...bummer. I may be able to address that sometime soon. >> >> The full trace below: >> >> Error Message >> >> expected:<[२०१२-११-१८ २०:५८]> but was:<[2012-11-18 20:58]> >> Stacktrace >> >> org.junit.ComparisonFailure: expected:<[२०१२-११-१८ २०:५८]> but >> was:<[2012-11-18 20:58]> >> at >> __randomizedtesting.SeedInfo.seed([FC935E046E15B4D4:84DDD194732F51FA]:0) >> at org.junit.Assert.assertEquals(Assert.java:125) >> at org.junit.Assert.assertEquals(Assert.java:147) >> at >> org.apache.solr.handler.dataimport.TestBuiltInEvaluators.testDateFormatEvaluator(TestBuiltInEvaluators.java:127) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:601) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) >> at >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) >> at >> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) >> at >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) >> at >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) >> at >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) >> at >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) >> at >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) >> at >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) >> at >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) >> at java.lang.Thread.run(Thread.java:722) >> >> On Tue, Nov 20, 2012 at 3:58 PM, Dyer, James >> <james.d...@ingramcontent.com> wrote: >>> Mark, >>> >>> Can you tell me which test failed? I still cannot get into Fullmetal >>> Jenkins. Unfortunately my company's firewall blocks it due to "Dynamic >>> DNS". >>> >>> James Dyer >>> E-Commerce Systems >>> Ingram Content Group >>> (615) 213-4311 >>> >>> >>> -----Original Message----- >>> From: Mark Miller [mailto:markrmil...@gmail.com] >>> Sent: Tuesday, November 20, 2012 2:30 PM >>> To: dev@lucene.apache.org >>> Subject: Re: Fullmetal Jenkins: Solr4X - Build # 67 - Failure! >>> >>> FYI locale type issue again: >>> >>> org.junit.ComparisonFailure: expected:<[२०१२-११-१८ २०:५८]> but >>> was:<[2012-11-18 20:58]> >>> at >>> __randomizedtesting.SeedInfo.seed([FC935E046E15B4D4:84DDD194732F51FA]:0) >>> at org.junit.Assert.assertEquals(Assert.java:125) >>> at org.junit.Assert.assertEquals(Assert.java:147) >>> >>> >>> On Nov 20, 2012, at 2:58 PM, nore...@fullmetaljenkins.homelinux.org wrote: >>> >>>> Solr4X - Build # 67 - Failure: >>>> >>>> Check console output at >>>> http://fullmetaljenkins.homelinux.org/job/Solr4X/67/ to view the results. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> >> >> >> >> -- >> - Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- - Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org