Commit Graph

228 Commits

Author SHA1 Message Date
Steven Rowe d3383239f8 LUCENE-4365: split maven modules into main/test sub-modules for the four modules with cyclic dependencies on the Lucene or Solr test-framework modules: lucene-core, lucene-codecs, solr-core, and solr-solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381779 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 22:17:03 +00:00
David Wayne Smiley 1db287ce64 LUCENE-4351 update to Spatial4j 0.3. Lucene spatial distances are now all degrees based (0-180). Also, improved TestRecursivePrefixTreeStrategy.geohashRecursiveRandom() to use circle index clusters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381230 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 15:37:11 +00:00
Dawid Weiss b3c300709c LUCENE-4360: Support running the same test suite multiple times in parallel.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381123 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 10:05:44 +00:00
Adrien Grand 257db54ab0 LUCENE-4340: move non-default codec, postings format and terms dictionary implementations to lucene/codecs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381071 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 08:44:11 +00:00
Steven Rowe 21a9087986 LUCENE-4358: Maven configuration: revert removal of Apache snapshot repo declaration in the grandparent POM, and add a clause to disable snapshots.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380993 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 05:09:26 +00:00
Robert Muir 6bfbc40a35 LUCENE-4354: fix maven dependencies to be consistent with binary package (selckin's patch)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380899 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 21:35:34 +00:00
Steven Rowe 4cec18130d LUCENE-4358: Remove Apache snapshot repo from the grandparent POM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380725 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 16:12:43 +00:00
Robert Muir 7801531900 LUCENE-4356: settle on one version of commons-compress
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380683 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 15:39:55 +00:00
Steven Rowe 09c824ce4c Maven configuration: solr-core test resources are no longer needed by contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379989 13f79535-47bb-0310-9956-ffa450edef68
2012-09-02 14:51:14 +00:00
Steven Rowe 4db5c1f5bb SOLR-3780: Maven build: Make solrj tests run separately from solr-core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379820 13f79535-47bb-0310-9956-ffa450edef68
2012-09-01 18:08:17 +00:00
Robert Muir 84fb1d09d0 LUCENE-4334: remove unnecessary ant-junit dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378090 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 11:50:28 +00:00
Steven Rowe 24b60f3a45 SOLR-3707: Maven configuration: Tika version: 1.1->1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374764 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 15:07:06 +00:00
Steven Rowe 4f57dc4145 maven build: reduce solr test logging output, to allow Jenkins mailer to succeed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1372190 13f79535-47bb-0310-9956-ffa450edef68
2012-08-12 19:58:13 +00:00
Steven Rowe 48e9e9f361 fix clustering and DIH problems with conflicting servlet-api dependencies by making scope be provided in solr's test-framework POM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1372145 13f79535-47bb-0310-9956-ffa450edef68
2012-08-12 16:29:30 +00:00
Dawid Weiss cebfa0b9b9 LUCENE-3985: Upgrade to randomizedtesting 2.0.0. Added support for thread leak detection. Added support for suite timeouts. (Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1372068 13f79535-47bb-0310-9956-ffa450edef68
2012-08-12 11:23:11 +00:00
Steven Rowe e0dbd4c4f6 Add new test-framework dependencies introduced by Mark Miller's r1370864 commit: javax.servlet:servlet-api; org.eclipse.jetty:jetty-servlet; and org.eclipse.jetty:jetty-util (jetty-util was previously runtime scope, but is now compile scope)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1370944 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 20:21:41 +00:00
Steven Rowe bc7578d8b6 LUCENE-4296: Update/clean up Maven POMs and documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1370513 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07 20:47:05 +00:00
Steven Rowe 15ab29fc95 LUCENE-2510: Add resources directories, containing META-INF/services/o.a.l.analysis.util.*Factory, to POMs for analysis modules that previously didn't have them, so that these files will make it into the Maven-produced jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369961 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06 20:05:36 +00:00
Mark Robert Miller 45030e76eb SOLR-3639: Update ZooKeeper to 3.3.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369025 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03 15:22:17 +00:00
Steven Rowe 5abc76ea42 LUCENE-3747: Support Unicode 6.1.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365971 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 12:56:35 +00:00
Mark Robert Miller 24dae70408 SOLR-3639: Update ZooKeeper to 3.3.5 for a variety of bug fixes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363024 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 17:26:47 +00:00
Steven Rowe 27b51cb0e4 LUCENE-4220: Maven configuration: add nekohtml dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362236 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 20:19:39 +00:00
Mark Robert Miller 46021d4575 SOLR-3460: Add cloud-scripts directory and a zkcli.sh|bat tool for easy scripting and interaction with ZooKeeper.
SOLR-3609: Change Solr's expanded webapp directory to be at a consistent path called solr-webapp rather than a temporary directory.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360416 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 21:45:43 +00:00
Dawid Weiss b57a83e50a LUCENE-4094: Support overriding file.encoding on forked test JVMs
(force via -Drandomized.file.encoding=XXX). (Dawid Weiss)

LUCENE-4189: Test output should include timestamps (start/end for each
test/ suite). Added -Dtests.timestamps=[off by default]. (Dawid Weiss)

LUCENE-4110: Report long periods of forked jvm inactivity (hung tests/ suites).
Added -Dtests.heartbeat=[seconds] with the default of 60 seconds.
(Dawid Weiss)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357543 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 10:40:01 +00:00
Dawid Weiss 8127865e2d LUCENE-4138: Update morfologik (polish stemming) to release 1.5.3. Changed the way morphosyntactic tags are exposed (a list of tags for a single lemma instead of a compound tag).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354840 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 07:35:36 +00:00
Dawid Weiss 36563ae507 LUCENE-4112: upgrade ant dependency to 1.8.2.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346369 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 12:26:01 +00:00
Steven Rowe 8359af4d65 Added note about non-official versions triggering test method failure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344336 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 16:22:31 +00:00
Steven Rowe a0e590a119 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344314 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 15:53:04 +00:00
Steven Rowe 5a8c52dbc1 4.0 -> 5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344281 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 14:45:44 +00:00
Robert Muir f5223505b0 4.0 -> 5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343848 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 17:01:58 +00:00
Dawid Weiss 4652d65f0b LUCENE-4047: Cleanup of LuceneTestCase: moved blocks of initialization/ cleanup code into JUnit instance and class rules.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338826 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15 18:47:45 +00:00
Steven Rowe b8dcc88af6 Maven configuration: Upgrade randomizedtesting-runner dependency from v1.3 to v1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1336356 13f79535-47bb-0310-9956-ffa450edef68
2012-05-09 19:21:53 +00:00
Steven Rowe b7739c81a9 SOLR-3430: Maven configuration: add DIH test dependency on HSQLDB
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335336 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 04:43:44 +00:00
Steven Rowe 0f93e8d621 LUCENE-3948: move maven build (POMs and output directories) to top-level maven-build/ directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335334 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 04:33:02 +00:00
Steven Rowe 7fbe52c74b Maven configuration: Remove out-of-place output from "mvn versions:display-plugin-updates"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329227 13f79535-47bb-0310-9956-ffa450edef68
2012-04-23 13:18:19 +00:00
Steven Rowe 57d8c13bb9 Maven configuration: upgrade maven plugins to most recent versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329065 13f79535-47bb-0310-9956-ffa450edef68
2012-04-23 04:56:48 +00:00
Steven Rowe 0df401726b Maven configuration: Added test scope dependency to solr-core module on log4j-over-slf4j, to allow ZooKeeperServer to be instantiated from ZkTestServer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328971 13f79535-47bb-0310-9956-ffa450edef68
2012-04-22 20:42:41 +00:00
Ryan McKinley 835d0dcf08 SOLR-3358: remove log4j LogWatcher implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327608 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 18:28:37 +00:00
Ryan McKinley 967ca29f76 SOLR-3358: make log4j-over-slf4j optional maven dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327600 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 18:08:48 +00:00
Ryan McKinley e9bfa711f2 update randomized runner pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327576 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 16:46:43 +00:00
Steven Rowe d9dc7ab247 SOLR-3358: Maven configuration: In solr-core POM, exclude log4j-over-slf4j transitive dependency from solrj dependency; otherwise, log4j clashes with it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327564 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 16:20:45 +00:00
Dawid Weiss 24b2c545d8 LUCENE-3987: added sonatype releases to ivy/maven repos.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327552 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 15:56:36 +00:00
Ryan McKinley e34753cd57 SOLR-3358: Logging events are captured and available from the /admin/logging request handler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327210 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 18:12:09 +00:00
Robert Muir e8e4245d9b LUCENE-3965: consolidate all api modules and fix packaging for 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327094 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 13:36:19 +00:00
Steven Rowe 9432411da8 LUCENE-3808: Segregate RandomizedTesting library sysprops from other Lucene/Solr tests.* sysprops, and use the empty string value to tell the test runner to use the default value for these sysprops.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326780 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 20:08:59 +00:00
Dawid Weiss 1e86e9872f LUCENE-3808: cleanups to issues raised by the initial commit. Cleaner tests output to console, corrected output for suite level errors (duplicated).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326568 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 12:10:38 +00:00
Steven Rowe 8ad99c1a1b LUCENE-3808: Maven configuration: The lucene-core module needs randomizedtesting dependency independently from the test-framework module, since under maven, lucene-core includes test-framework source instead of depending on the test-framework module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326466 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 02:37:53 +00:00
Dawid Weiss d5e276a53a LUCENE-3808: Adding randomizedrunner dependency to maven pom templates.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326406 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 19:18:41 +00:00
Steven Rowe eae46487c7 SOLR-3356: Maven configuration: Add new dependency slf4j-jdk14 to solr-core module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326213 13f79535-47bb-0310-9956-ffa450edef68
2012-04-14 21:34:28 +00:00
Steven Rowe 610d93357c SOLR-3344: Maven configuration: In Solr test-framework POM template, switch Jetty dependencies' scope from compile to runtime, since these dependencies are not required during compilation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311957 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 19:42:40 +00:00