mirror of https://github.com/apache/lucene.git
852e04e3d0
TestMiniSolrCloudCluster.testBasics now re-creates the server it removed for test purposes, thus restoring the original NUM_SERVERS count. TestMiniSolrCloudCluster.testBasics now also deletes the collection it created for test purposes (this revision adds MiniSolrCloudCluster.deleteCollection and AbstractDistribZkTestBase.waitForCollectionToDisappear methods). Sometimes TestMiniSolrCloudCluster.testBasics runs its create-collection/search-collection/delete-collection logic twice, thus creating a create/delete/create-collection test case. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1675590 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src/java | ||
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.