It seems that you need to run the tests with `-Dtests.disableHdfs=true` for them to succeed. Is there any interested in making this the default behavior?
If not, I'll happily start a new email thread to get wiki permissions so that the contribution pages linked from the main README.txt<https://github.com/apache/lucene-solr/blob/trunk/README.txt> will both mention this important flag. - http://wiki.apache.org/lucene-java/HowToContribute - http://wiki.apache.org/solr/HowToContribute Right now they both state that you can run `ant clean test`, unfortunately that command will fail if you run the tests from either the top level of the project or the solr subdirectory unless you instead run `ant -Dtests.disableHdfs=true clean test` or create a build.properties file. I also couldn't find any references to build.properties on the wiki, here are the searches I tried: - http://wiki.apache.org/general/FrontPage?action=fullsearch&context=180&value=build.properties&fullsearch=Text - http://www.google.com/?q=%22build.properties%22+site:wiki.apache.org%2Flucene - http://www.google.com/?q=%22build.properties%22+site:wiki.apache.org%2Fsolr Is this documented somewhere else? I'd be happy to back some out from the ant files, collate documentation from other sources and make it easier to find. --Terry On Mon, Mar 10, 2014 at 2:55 PM, Dawid Weiss <[email protected]>wrote: > > Dawid: Boy, those are some large timeouts! > > I know... I wasn't the one to bump them; my default was, I think, > about 3 minutes per class... > > Dawid > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
