Erik Hatcher
|
70d1a4f8ce
|
tidy up documentation and add license, preparing for an 0.01 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499463 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-24 16:16:01 +00:00 |
Erik Hatcher
|
07a87711db
|
add TODO listing task to Rakefile
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499431 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-24 15:09:51 +00:00 |
Erik Hatcher
|
da5722fa35
|
Omit functional tests from gem as the overhead of a Solr server and risk someone would run functional tests against an existing Solr instance and remove all documents is not worth it at this point
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498454 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-21 21:04:39 +00:00 |
Erik Hatcher
|
b9f5817c3c
|
remove temporary test data directory before running functional tests, and convert to rm_rf instead of rm_f in other places, and also set the default task to unit test instead of unit+functional tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498428 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-21 19:11:34 +00:00 |
Erik Hatcher
|
f06086ede6
|
Cosmetic change to gem summary
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496203 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 01:44:37 +00:00 |
Erik Hatcher
|
dcc781a7a5
|
Fix Rakefile to fail immediately on unit test failures, rather than bug where things might seem ok if units failed but functionals did not
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495838 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-13 04:34:29 +00:00 |
Erik Hatcher
|
ebab2b4cad
|
Change gem name from solr to solrb, based on personal preference. Open to discussion on this.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495828 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-13 03:02:26 +00:00 |
Erik Hatcher
|
2dc186201c
|
SOLR-101: Refactored request classes, adding Document/Field abstractions. (contributed by Ed Summers)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495826 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-13 02:53:39 +00:00 |
Erik Hatcher
|
6d0d02f41b
|
Added TestSolrServer.wrap. Adjusted Rakefile to use .wrap method in test target, and added functional tests to code coverage run.
Test coverage now at 100%!
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494186 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-08 20:23:28 +00:00 |
Erik Hatcher
|
25d727100e
|
Fix rcov for unit tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494119 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-08 16:57:36 +00:00 |
Erik Hatcher
|
bfa8e6f4b8
|
move test_solr_server to test/functional
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494112 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-08 16:28:19 +00:00 |
Erik Hatcher
|
092f7375ed
|
SOLR-97: Rakefile now supports functional and unit tests. Also added partially functioning test:coverage task
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494108 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-08 16:05:02 +00:00 |
Erik Hatcher
|
9da08c70d7
|
refactor the solr mock a bit more
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492692 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-04 19:09:20 +00:00 |
Erik Hatcher
|
d526f56974
|
SOLR-95: refactored how Solr starts for tests. A few additional changes: added conf directory under test to allow the Solr test server to have its own configuration and data directory and set solr.solr.home when launching Solr.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492570 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-04 14:00:18 +00:00 |
Erik Hatcher
|
7641746534
|
SOLR-94: start Solr before tests are run, shut it down afterwards (contributed by Ed Summers). Original patch modified slightly to set the Jetty port to 8888
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492374 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-04 01:00:30 +00:00 |
Erik Hatcher
|
4d9c4504e1
|
sooner rather than later, tease the Solr DSL out from the web framework
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492042 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-03 04:57:00 +00:00 |