mark | yonik, can you open issues for all these failures. I see lots of failures for tests like:
ChaosMonkeySafeLeaderTest RecoveryZkTest TermVectorComponentTest LeaderElectionTest FullSolrCloudDistribCmdsTest SpatialFilterTest The last two days are crazy and I don't see any issues ie. reactions to these failures. Please open issues for these test. I am consider disabling the tests since the apparently rarely pass. Almost every build fails see the jenkins stats: this is the first build with solr cloud: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12258/ since this commit not a single run passed: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/ maybe it was too early to merge this in? Should we back it out and create a branch jenkins build until this stabelizes. I mean trunk you should be able to go crazy with features but this seems ridiculous. I really fear that this stuff is moving us 6 month back with respect to Lucene / Solr 4.0 :( simon On Fri, Jan 27, 2012 at 10:08 AM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Solr-trunk/1746/ > > 3 tests failed. > FAILED: > junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest > > Error Message: > ERROR: SolrIndexSearcher opens=166 closes=159 > > Stack Trace: > junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=166 > closes=159 > at > org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:151) > at > org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:76) > > > FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest > > Error Message: > ERROR: SolrIndexSearcher opens=13 closes=12 > > Stack Trace: > junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=13 > closes=12 > at > org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:151) > at > org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:76) > > > FAILED: > junit.framework.TestSuite.org.apache.solr.handler.component.TermVectorComponentTest > > Error Message: > ERROR: SolrIndexSearcher opens=2 closes=3 > > Stack Trace: > junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=2 > closes=3 > at > org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:151) > at > org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:76) > > > > > Build Log (for compile errors): > [...truncated 49188 lines...] > > > > --------------------------------------------------------------------- > 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]
