Commit Graph

8734 Commits

Author SHA1 Message Date
Ryan McKinley 054df4343c SOLR-792 -- write the value as an Object, not always a string
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024323 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 17:03:42 +00:00
Yonik Seeley 933ebe5522 tests: convert to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024312 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 16:29:22 +00:00
Yonik Seeley 72e081de1a tests: convert to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024305 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 16:12:36 +00:00
Yonik Seeley ed308e6630 tests: convert to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024300 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 15:59:41 +00:00
Yonik Seeley 983ead3f8f tests: convert to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024292 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 15:55:52 +00:00
Robert Muir ade778b533 SOLR-1794: Dataimport of CLOB fields fails when getCharacterStream() is defined in a superclass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024256 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 14:59:56 +00:00
Yonik Seeley a40d8d6a5d tests: fix leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024238 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 14:07:38 +00:00
Yonik Seeley 35432410db tests: fix resource leak - shutdown jetty before overwriting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024233 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 13:46:21 +00:00
Robert Muir 41fe1b6d6a LUCENE-2652: remove obselete runners, they are inconsistent with @beforeClass and obselete in the build today
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024219 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 12:42:30 +00:00
Michael McCandless 8a126cb9be add some missing super.setParams so alg.toString shows the params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024196 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 10:25:45 +00:00
Simon Willnauer 7fbdede15a LUCENE-2643: StringHelper#stringDifference is wrong about supplementary chars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024128 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 06:28:19 +00:00
Mark Robert Miller 63c49706d3 change timeout from 1000 to 10000 to try and remedy random hudson failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024106 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 04:17:46 +00:00
Mark Robert Miller d42c5e39ac SOLR-2159: CloudStateUpdateTest.testCoreRegistration test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023899 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 16:48:03 +00:00
Ryan McKinley 77c71aa7be setting svn properties:
Date Author Id Revision HeadURL

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023898 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 16:46:27 +00:00
Ryan McKinley 9c5d3be203 source should be URL, not Revision
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023895 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 16:39:07 +00:00
Mark Robert Miller 0a19c3781d SOLR-2170: BasicZkTest instantiates extra CoreContainer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023893 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 16:32:01 +00:00
Ryan McKinley de733c1671 set svn proprties keyword = Date Author Id Revision HeadURL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023892 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 16:31:48 +00:00
Mark Robert Miller 330be7e299 SOLR-2172: ZkController should update it's live node set after registering itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023891 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 16:30:34 +00:00
Uwe Schindler f5c9e51a8f fix last commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023870 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 15:55:41 +00:00
Uwe Schindler fa603c9f7f Reenable the test: The bug was that all classes (even test classes) were handled as SolrInfoMBeans, so the test loaded all classes. Some tests initialized statics at the wrong time. This patch adds a check, that only build/solr classes are loaded by classloader.
If there are still problems, we may have solr core classes, that initialize statics in a wrong way. In this case we have to fix those, these are real bugs!

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023845 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 15:26:46 +00:00
Andrzej Bialecki abbd3f0e4d SOLR-2157 Suggester should return alpha-sorted results when onlyMorePopular=false.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023802 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 13:50:07 +00:00
Michael McCandless 0b31a11206 LUCENE-2711: also use bulk sub-scorer API in BooleanScorer.nextDoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023711 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 09:51:17 +00:00
Yonik Seeley 7c80b7e7a0 tests: temp hack to close unused core container
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023645 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 03:47:06 +00:00
Robert Muir c711709168 LUCENE-2712: Fix FieldBoostMapAttribute to not use CharSequence as a map key
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023637 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 02:54:20 +00:00
Robert Muir 37fda0b1c1 remove suppressed generics violations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023635 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 02:41:31 +00:00
Robert Muir 91a60c3818 only spellchecker tests need create spellcheck indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023621 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 01:38:41 +00:00
Yonik Seeley 1e90237359 tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023606 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 00:35:30 +00:00
Yonik Seeley 342d75e92d tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023603 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 00:14:17 +00:00
Yonik Seeley d56d528489 tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023602 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 00:07:14 +00:00
Yonik Seeley 26305b1437 tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023601 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 00:05:03 +00:00
Yonik Seeley 1bb9ec73e2 tests: close requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023600 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 00:04:31 +00:00
Yonik Seeley eee3b95d88 close request even if exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023599 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 23:52:21 +00:00
Yonik Seeley 3944a8f84b tests: close requests (doesn't cause an error)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023595 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 23:14:59 +00:00
Yonik Seeley 9ec8bc6aee tests: close requests (doesn't cause an error)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023594 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 23:11:50 +00:00
Robert Muir e9b6561bbd clean up resources in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023588 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 21:42:13 +00:00
Robert Muir 04dc476fff disable this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023587 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 21:30:53 +00:00
Robert Muir 503024b7c1 more unclosed resources in this spellcheck test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023585 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 21:24:44 +00:00
Robert Muir a4ea95b6ef clean up searchers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023583 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 21:13:39 +00:00
Robert Muir a61e395774 close up searchers in spellchecker tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023579 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 21:06:24 +00:00
Yonik Seeley 7f9f0bdf84 close requests. this instance did not cause a real problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023568 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 19:51:01 +00:00
Robert Muir 3190a861b8 close the searcher in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023562 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 19:17:56 +00:00
Yonik Seeley 0334672582 test-related: log core container shutdown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023546 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 18:27:41 +00:00
Yonik Seeley 80f95a16e0 test-related: move constructors together, log core container creation for all
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023545 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 18:25:04 +00:00
Yonik Seeley 87489d797c tests: fix resource leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023536 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 17:58:36 +00:00
Yonik Seeley 73a0a1da83 tests: fix resource leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023535 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 17:54:55 +00:00
Robert Muir 7bf9a066d1 for now, disable this test with simpletext. takes a few minutes on my computer, 15 minutes on hudson
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023529 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 17:10:43 +00:00
Yonik Seeley d656ba9873 close the request we created
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023520 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 16:28:37 +00:00
Yonik Seeley 05d93646cc tests: fix resource leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023518 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 16:16:24 +00:00
Robert Muir 221dd19e96 for now, when a test fails list all the tests that ran in that jvm
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023511 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 14:47:19 +00:00
Yonik Seeley d2f30722e6 tests: track number of searcher open and closes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023510 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 14:46:52 +00:00