lucene/solr/test-framework
Mark Robert Miller c656ba11bf SOLR-3869: A PeerSync attempt to it's replicas by a candidate leader should not fail on o.a.http.conn.ConnectTimeoutException.
Also turn on the use of jetty test mode with sys prop that was no longer being used - this improves the situation when we restart jetty. Both of these fixes should help our FreeBSD continuous build.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389160 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23 22:58:40 +00:00
..
src/java SOLR-3869: A PeerSync attempt to it's replicas by a candidate leader should not fail on o.a.http.conn.ConnectTimeoutException. 2012-09-23 22:58:40 +00:00
README.txt SOLR-3690: Fixed binary release packages to include dependencies needed for the solr-test-framework 2012-08-15 18:30:04 +00:00
build.xml add missing resolve dependency 2012-09-20 22:13:55 +00:00
ivy.xml LUCENE-4406, LUCENE-4407: Upgrade to randomizedtesting 2.0.1. 2012-09-19 13:19:12 +00:00

README.txt

The Solr test-framework products base classes and utility classes for 
writting JUnit tests excercising Solr functionality.

This test framework replies on the lucene components found in in the 
./lucene-libs/ directory, as well as the third-party libraries found 
in the ./lib directory.