Apache Lucene open-source search software
Go to file
Uwe Schindler fa603c9f7f Reenable the test: The bug was that all classes (even test classes) were handled as SolrInfoMBeans, so the test loaded all classes. Some tests initialized statics at the wrong time. This patch adds a check, that only build/solr classes are loaded by classloader.
If there are still problems, we may have solr core classes, that initialize statics in a wrong way. In this case we have to fix those, these are real bugs!

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023845 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 15:26:46 +00:00
lucene LUCENE-2711: also use bulk sub-scorer API in BooleanScorer.nextDoc 2010-10-18 09:51:17 +00:00
modules LUCENE-2708: when a test Assume fails, display information, improved one 2010-10-16 15:43:11 +00:00
solr Reenable the test: The bug was that all classes (even test classes) were handled as SolrInfoMBeans, so the test loaded all classes. Some tests initialized statics at the wrong time. This patch adds a check, that only build/solr classes are loaded by classloader. 2010-10-18 15:26:46 +00:00
.hgignore LUCENE-2598: factor the behavior of MockRAMDirectory into MockDirectoryWrapper, add experimental -Dtests.directory= to allow running the tests under different directory impls [but the default is still RAMDirectory] 2010-08-23 17:00:43 +00:00
build.xml running 'mvn generate-maven-artifacts' will put all the files in the same directory (dist/maven) 2010-09-20 03:58:23 +00:00