Commit Graph

49 Commits

Author SHA1 Message Date
Steven Rowe ca24eb3c81 LUCENE-2926: reverting all changes - it slows down the build. LUCENE-2923 will include these changes for the demo contrib only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072009 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 14:48:24 +00:00
Steven Rowe 377c16ad52 LUCENE-2926: contrib 'init' target now ensures that lucene-core jar is built and up-to-date
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071891 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 05:56:52 +00:00
Steven Rowe 47b102fe2a LUCENE-2894: make prettify findable from everywhere
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067796 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 22:55:43 +00:00
Shai Erera ece1524805 LUCENE-2609: Generate jar containing test classes (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067738 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 19:48:54 +00:00
Koji Sekiguchi a3dbc97978 LUCENE-2894: Use google-code-prettify for syntax highlighting in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067551 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 23:36:32 +00:00
Robert Muir 0d9559e1b4 LUCENE-1866: enable rat-sources for all lucene/contrib/modules/solr src and tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064844 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 19:55:24 +00:00
Shai Erera b24a26b251 LUCENE-2609: Generate jar containing test classes (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064068 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 10:10:36 +00:00
Grant Ingersoll d494562133 LUCENE-2609: distribute the core tests, as they can be useful downstream to people
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1063868 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 20:55:49 +00:00
Steven Rowe 74360c80f5 LUCENE-2657: Replace Maven POM templates with full POMs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061613 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 03:44:13 +00:00
Robert Muir d55a467fbd enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054015 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 22:54:16 +00:00
Robert Muir 79133e4f04 when compiling, don't include whatever happens to be in ant's runtime in the classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052991 13f79535-47bb-0310-9956-ffa450edef68
2010-12-27 03:13:14 +00:00
Uwe Schindler c45253df51 fix sequential test output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1044660 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11 14:16:21 +00:00
Michael McCandless b24f2e33d7 LUCENE-2768: add line docs file so tests can easily run for longer on real data; add threaded NRT stress test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1044098 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09 19:22:33 +00:00
Robert Muir f0f1d62071 when running sequential (e.g. -Dtestcase) use a plain formattter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1043693 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 21:42:34 +00:00
Michael McCandless 88e48eb867 LUCENE-2764: tests use random codec per field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1037226 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 14:39:09 +00:00
Robert Muir 90323ccff5 LUCENE-2764: back out temporarily for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1036570 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 18:47:21 +00:00
Simon Willnauer a5d73e7dec LUCENE-2764: Allow tests to use random codec per field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1036543 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 17:28:27 +00:00
Robert Muir e60764241b LUCENE-2768: add support to LuceneTestCase for @Nightly annotated tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1036088 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17 15:58:55 +00:00
Robert Muir bba56f893d SOLR-2002: try setting SO_REUSEADDR during jetty tests to prevent failures for disconnect/reconnect tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1021969 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 01:01:52 +00:00
Robert Muir df401f8755 SOLR-2002: minor changes to lucene build so solr can re-use it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1006290 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 13:04:50 +00:00
Robert Muir 9c716e796b enable more violations from compile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003841 13f79535-47bb-0310-9956-ffa450edef68
2010-10-02 17:32:23 +00:00
Uwe Schindler 12987dd21a Enable unchecked warnings: we have now only some violations in contrib and the recently introduced ones by Ryan. As we want to get rid of them (the contrib ones seem to be easy), I switch it globally on.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003645 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01 20:44:56 +00:00
Ryan McKinley 852419b026 LUCENE-2493 -- rename dev jar files to -SNAPSHOT.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000713 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24 05:30:20 +00:00
Robert Muir f4d106b4d0 LUCENE-2630: allow lucene to be built with non-sun jvms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996942 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14 15:09:50 +00:00
Robert Muir d38ec19a28 LUCENE-2639: remove random juggling in tests, add -Dtests.seed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995772 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 12:34:18 +00:00
Robert Muir 4378ffce0b LUCENE-2598: run tests varying Directory impl by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989334 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 20:10:10 +00:00
Robert Muir 6e05f994b8 SOLR-2002: add -Dtests.iter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989321 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 19:45:22 +00:00
Robert Muir 66d7bb2f4d LUCENE-2619: improve test system (consistency of var names, args, sysprops passed to solr contribs, etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988527 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 13:20:15 +00:00
Robert Muir 07df8d5210 LUCENE-2598: factor the behavior of MockRAMDirectory into MockDirectoryWrapper, add experimental -Dtests.directory= to allow running the tests under different directory impls [but the default is still RAMDirectory]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988206 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 17:00:43 +00:00
Robert Muir 40a3eb4fd3 SOLR-2002: add support for -Dtestmethod=xxx when running tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983632 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 13:17:39 +00:00
Robert Muir 796fd9a5a3 SOLR-2002: run tests under different timezones and locales
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983495 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 01:25:43 +00:00
Robert Muir 9be334589d random codec tests by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/preflexfixes@978881 13f79535-47bb-0310-9956-ffa450edef68
2010-07-24 14:39:26 +00:00
Robert Muir af4a9deb16 commit my current state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/preflexfixes@967130 13f79535-47bb-0310-9956-ffa450edef68
2010-07-23 15:26:25 +00:00
Uwe Schindler 89cda5401c remove useless property
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951397 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 13:06:10 +00:00
Michael McCandless 972da5872f LUCENE-2449: add 'knob' (-Drandom.multiplier=N, defaults to 1) to tune up how much random testing is done; fix sneaky bugs (workaround java's bug in new String(int[], int, int); nasty key reuse bug in DBLRUCache) that this deeper testing uncovered
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942676 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 07:47:12 +00:00
Uwe Schindler d9771d17ec Update trunk's version to 4.0. TODO: Solr docs and version updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@940845 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04 13:26:36 +00:00
Robert Muir c6e8519b51 LUCENE-2419: improve parallel tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@939111 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28 22:08:59 +00:00
Robert Muir e18484fa4c further simplify build: benchmark tests act like normal tests and don't need this anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@935065 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 20:05:39 +00:00
Robert Muir 90a0edacca LUCENE-2398: allow this test to work from eclipse too, simplify build some more
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@935048 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 19:16:31 +00:00
Robert Muir 605656e960 LUCENE-2398: Improve tests to work better from IDEs such as Eclipse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@935014 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 18:13:23 +00:00
Shai Erera 9992282d53 LUCENE-1709: force benchmark tests to run sequentially and enable threadsPerProcessor as arg to ant (default to 1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932878 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 12:18:16 +00:00
Robert Muir 3ae65e769c LUCENE-1709: use the build temp dir for junit temp files, prevents obnoxious junit temp files from littering the source tree
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932857 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 09:51:17 +00:00
Uwe Schindler a4b8c40e4a some minor cleanups and faster jflex classpath :-)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932747 13f79535-47bb-0310-9956-ffa450edef68
2010-04-10 15:30:05 +00:00
Uwe Schindler f0a62389eb Fix javacc and jflex builds, speed up contrib build by removing un related checks. Also updated wikipedia tokenizer to jeflex 1.5 and hardcoded unicode 3.0 (which is java 1.4 for backwards compatibility). Also rebuilt all javacc and jflex parsers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932698 13f79535-47bb-0310-9956-ffa450edef68
2010-04-10 11:42:53 +00:00
Uwe Schindler be7da179ff LUCENE-2074: Refactor StandardTokenizer to have separate JFlex files per matchVersion. Also reset zzBuffer to initial size on reset(Reader) and clean up reset methods.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932163 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 22:56:23 +00:00
Uwe Schindler b679816a70 LUCENE-2370: Reintegrate flex_1458 branch into trunk (revision 931101)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@931278 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 19:19:27 +00:00
Robert Muir 65127736f0 LUCENE-1709: Parallelize Tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928069 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 21:55:57 +00:00
Mark Robert Miller 087701b142 little fix to make tests work when called from a build.xml in a higher dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@924513 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17 22:00:02 +00:00
Dawid Weiss 778d96752f SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:53 +01:00