mirror of https://github.com/apache/lucene.git
dc031ea382
Solr tests now have a similar policy to Lucene, loopback use only. If a test tries to resolve or connect to the internet, it will get SecurityException. Some solr tests explicitly try to talk to dead nodes with real networking. This is not good and asking for trouble, but use low loopback port numbers instead of multicast addresses. The idea is that it fails faster. Move these to constants so that stuff isn't copy-pasted everywhere, in case we have to do something different later. |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
build.xml | ||
ivy.xml |
README.txt
The Solr test-framework products base classes and utility classes for writting JUnit tests excercising Solr functionality. This test framework relies on the lucene components found in in the ./lucene-libs/ directory, as well as the third-party libraries found in the ./lib directory.