Committed a fix. It was a silly copy/paste error from a test inside solrj. It now passes from eclipse and cmd-line.
Sorry for the noise. Shai On Wed, Apr 15, 2015 at 7:58 PM, Shai Erera <[email protected]> wrote: > I'm looking into this. Strangely it passes from eclipse. > > On Wed, Apr 15, 2015 at 7:30 PM, Policeman Jenkins Server < > [email protected]> wrote: > >> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12145/ >> Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseSerialGC >> >> 1 tests failed. >> FAILED: >> org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail >> >> Error Message: >> Cannot find resource in classpath or in file-system (relative to CWD): >> solrj >> >> Stack Trace: >> java.lang.RuntimeException: Cannot find resource in classpath or in >> file-system (relative to CWD): solrj >> at >> org.apache.solr.SolrTestCaseJ4.getFile(SolrTestCaseJ4.java:1787) >> at >> org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest.setUp(ConcurrentDeleteAndCreateCollectionTest.java:44) >> 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:606) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) >> at >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) >> at >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) >> 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:365) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) >> 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 >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54) >> at >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) >> 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:365) >> at java.lang.Thread.run(Thread.java:745) >> >> >> >> >> Build Log: >> [...truncated 10623 lines...] >> [junit4] Suite: >> org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest >> [junit4] 2> Creating dataDir: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest >> F2430B9658E1BED9-001/init-core-data-001 >> [junit4] 2> 975666 T5073 oas.SolrTestCaseJ4.buildSSLConfig >> Randomized ssl (false) and clientAuth (false) >> [junit4] 2> 975668 T5073 oas.SolrTestCaseJ4.setUp ###Starting >> testConcurrentCreateAndDeleteDoesNotFail >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=ConcurrentDeleteAndCreateCollectionTest >> -Dtests.method=testConcurrentCreateAndDeleteDoesNotFail >> -Dtests.seed=F2430B9658E1BED9 -Dtests.multiplier=3 -Dtests.slow=true >> -Dtests.locale=et_EE -Dtests.timezone=IET -Dtests.asserts=true >> -Dtests.file.encoding=ISO-8859-1 >> [junit4] ERROR 0.01s J0 | >> ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail >> <<< >> [junit4] > Throwable #1: java.lang.RuntimeException: Cannot find >> resource in classpath or in file-system (relative to CWD): solrj >> [junit4] > at >> org.apache.solr.SolrTestCaseJ4.getFile(SolrTestCaseJ4.java:1787) >> [junit4] > at >> org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest.setUp(ConcurrentDeleteAndCreateCollectionTest.java:44) >> [junit4] > at java.lang.Thread.run(Thread.java:745)Throwable >> #2: java.lang.NullPointerException >> [junit4] > at >> org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest.tearDown(ConcurrentDeleteAndCreateCollectionTest.java:51) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 975678 T5073 oas.SolrTestCaseJ4.deleteCore ###deleteCore >> [junit4] 2> NOTE: leaving temporary files on disk at: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest >> F2430B9658E1BED9-001 >> [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, >> docValues:{}, sim=DefaultSimilarity, locale=et_EE, timezone=IET >> [junit4] 2> NOTE: Linux 3.13.0-49-generic amd64/Oracle Corporation >> 1.7.0_76 (64-bit)/cpus=12,threads=1,free=352767664,total=507772928 >> [junit4] 2> NOTE: All tests run in this JVM: [TermsComponentTest, >> TestSchemaNameResource, TestReplicationHandler, TestDocumentBuilder, >> TestFunctionQuery, TimeZoneUtilsTest, TestAddFieldRealTimeGet, >> HighlighterConfigTest, TestPhraseSuggestions, SolrCoreTest, >> DocExpirationUpdateProcessorFactoryTest, >> DeleteLastCustomShardedReplicaTest, UpdateRequestProcessorFactoryTest, >> AssignTest, PrimitiveFieldTypeTest, ZkNodePropsTest, >> ParsingFieldUpdateProcessorsTest, TestMissingGroups, TestHdfsUpdateLog, >> SignatureUpdateProcessorFactoryTest, TestIndexingPerformance, >> StandardRequestHandlerTest, TestRealTimeGet, DateRangeFieldTest, >> TestReqParamsAPI, TestSortingResponseWriter, TestDynamicLoading, >> TestWordDelimiterFilterFactory, DeleteShardTest, TestRebalanceLeaders, >> RequestHandlersTest, HighlighterTest, TestBulkSchemaAPI, SuggesterWFSTTest, >> PingRequestHandlerTest, PreAnalyzedUpdateProcessorTest, >> LeaderFailoverAfterPartitionTest, TestJoin, TestMacros, BasicZkTest, >> IndexSchemaTest, UUIDFieldTest, TestCopyFieldCollectionResource, >> TestCursorMarkWithoutUniqueKey, TestNoOpRegenerator, TestUpdate, >> TestConfig, TestSolrIndexConfig, TestBinaryField, >> ExternalFileFieldSortTest, DistributedSpellCheckComponentTest, >> SharedFSAutoReplicaFailoverUtilsTest, TestRemoteStreaming, >> TestReversedWildcardFilterFactory, FacetPivotSmallTest, >> UniqFieldsUpdateProcessorFactoryTest, TestMergePolicyConfig, >> SSLMigrationTest, TestRandomFaceting, FastVectorHighlighterTest, >> DebugComponentTest, TestRandomDVFaceting, TestCustomSort, TestCodecSupport, >> DeleteInactiveReplicaTest, TestConfigSets, LeaderElectionIntegrationTest, >> MultiTermTest, MergeStrategyTest, ZkStateWriterTest, DateMathParserTest, >> TestFreeTextSuggestions, TestJmxIntegration, SolrIndexConfigTest, >> AnalysisErrorHandlingTest, SyncSliceTest, TestComplexPhraseQParserPlugin, >> TestRequestStatusCollectionAPI, TestBlendedInfixSuggestions, >> TestSchemaVersionResource, BasicDistributedZkTest, ShardRoutingTest, >> ClusterStateUpdateTest, ZkSolrClientTest, ZkCLITest, >> ShardRoutingCustomTest, TestDistributedSearch, SoftAutoCommitTest, >> SolrRequestParserTest, SuggesterTest, DirectUpdateHandlerOptimizeTest, >> StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, >> TestQueryUtils, TestQueryTypes, PathHierarchyTokenizerFactoryTest, >> LoggingHandlerTest, MBeansHandlerTest, CSVRequestHandlerTest, SOLR749Test, >> TestSearchPerf, OutputWriterTest, TestPostingsSolrHighlighter, >> TestCharFilters, TestSweetSpotSimilarityFactory, >> TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, >> OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, >> ConcurrentDeleteAndCreateCollectionTest] >> [junit4] Completed [373/483] on J0 in 0.02s, 1 test, 1 error <<< >> FAILURES! >> >> [...truncated 363 lines...] >> BUILD FAILED >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The >> following error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The >> following error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following >> error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The >> following error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:229: The >> following error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:511: >> The following error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1434: >> The following error occurred while executing this line: >> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:991: >> There were test failures: 483 suites, 1916 tests, 1 error, 50 ignored (22 >> assumptions) >> >> Total time: 41 minutes 56 seconds >> Build step 'Invoke Ant' marked build as failure >> [description-setter] Description set: Java: 64bit/jdk1.7.0_76 >> -XX:-UseCompressedOops -XX:+UseSerialGC >> Archiving artifacts >> Recording test results >> Email was triggered for: Failure - Any >> Sending email for trigger: Failure - Any >> >> >
