Commit Graph

29474 Commits

Author SHA1 Message Date
Chris Hostetter 60984536b0 fix leaked SolrClient in SSLMigrationTest
this doesn't garuntee that this test will pass, but it eliminates the garuntee that it will fail
2018-02-28 15:26:39 -07:00
Cassandra Targett 57cfdb1a48 Ref Guide: fix line height changed in SOLR-11646 which inadvertently vertically stretched the left-hand nav;
adds a new CSS rule for tabbed sections on a page with the larger line height and changes back left-hand nav line height
2018-02-28 15:17:50 -06:00
Andrzej Bialecki b26d67e722 SOLR-11407: Explicitly create policy violations to force non-empty plan. 2018-02-28 21:29:32 +01:00
Dawid Weiss fa7a3ce3ee SOLR-12043: Add mlt.maxdfpct to Solr's documentation 2018-02-28 21:03:21 +01:00
David Smiley ef989124f3 SOLR-11769: optimize useFilterForSortedQuery=true when no filter queries 2018-02-28 12:38:20 -05:00
Andrzej Bialecki 1485b7a4d7 SOLR-12031: Fix a confusion in index size units in the simulator framework. 2018-02-28 13:18:27 +01:00
Andrzej Bialecki eb80ca968e SOLR-11407: Wait for collections to recover before starting the test. 2018-02-28 13:12:51 +01:00
Uwe Schindler 7dba350c7a SOLR-12028: Make initialization of constants dynamic (by reading the annotation), also add missing reproduce info 2018-02-28 00:47:00 +01:00
Tomas Fernandez Lobbe 029432e936 SOLR-12041: Fix random test failure in ChaosMonkeyNothingIsSafeWithPullReplicasTest 2018-02-27 15:06:28 -08:00
Karl Wright d21e104de2 LUCENE-8187: Reduce the count of test iterations for nightly because it was causing timeouts. 2018-02-27 17:15:42 -05:00
Steve Rowe 939aedfed7 SOLR-12028: add jenkins-nightly-badapples target 2018-02-27 17:08:41 -05:00
Cassandra Targett 2a158c2ca5 Ref Guide: Copy editing changes committed for 7.3 & fixing typos 2018-02-27 16:05:13 -06:00
Uwe Schindler 98d85eadd4 SOLR-12028: Fix typo in property name 2018-02-27 22:36:14 +01:00
Erick Erickson 7de694e771 LUCENE-5575: Non-reproducible TestICUTokenizerCJK failure 2018-02-27 12:03:58 -08:00
Shalin Shekhar Mangar d512cd7604 Fix camel case in method name 2018-02-27 16:16:39 +05:30
Erick Erickson 1fe45606b9 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-02-26 20:35:12 -08:00
noble 1fc3ca0cbb SOLR-11067: AwaitsFix. The test fails often as the target node some times is same as the source node 2018-02-27 11:00:04 +11:00
Chris Hostetter 3498dd99f7 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-02-26 16:51:06 -07:00
Steve Rowe 41af8bd16a LUCENE-8106: stop parsing ANT_OPTS from Jenkins log 2018-02-26 18:47:18 -05:00
Steve Rowe 606e91c2ae LUCENE-8106: fix module regex to recognize Windows path backslashes 2018-02-26 18:43:52 -05:00
Chris Hostetter 8760e3225f SOLR-11067: improve tests logging 2018-02-26 16:37:24 -07:00
Joel Bernstein 50c17b92bd SOLR-11923: Add bicubicSpline Stream Evaluator 2018-02-26 15:18:11 -05:00
Shalin Shekhar Mangar e08eac421a SOLR-11201: Fix bad assumptions made in testMetricTrigger 2018-02-26 22:22:02 +05:30
Andrzej Bialecki a2eb7f3880 SOLR-11407: Use all details of the query response in the handler response.
More consistency in debug info from the test.
2018-02-26 13:56:55 +01:00
Andrzej Bialecki 86be873915 SOLR-11911: Add more details to failure logs, modify the test to create a single event
that contains all affected nodes.
2018-02-26 10:56:22 +01:00
Erick Erickson 6164643882 SOLR-10809: Get precommit lint warnings out of Solr core 2018-02-25 22:13:47 -08:00
Shalin Shekhar Mangar 6f2d99e574 SOLR-10720: Aggressive removal of a collection breaks cluster status API 2018-02-26 11:22:38 +05:30
Mikhail Khludnev d3ef153b09 SOLR-12027: Increasing thread lingering to 80s
Sometimes Jetty can't stop for a minute. We need tests wait more than a minute in the worst case
to avoid test noise like ThreadLeakError: 1 thread leaked from SUITE scope.
2018-02-25 23:18:27 +03:00
Ishan Chattopadhyaya b212f2e9b7 SOLR-8327: Cluster state caching for nodes not hosting the collection 2018-02-25 11:54:33 +05:30
Robert Muir 29e5b8abce LUCENE-8031: DOCS_ONLY fields set incorrect length norm 2018-02-24 11:21:53 -05:00
koji 4e198a2737 Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
This reverts commit 6859acc450.
2018-02-24 10:38:06 +09:00
koji 720eba0ae4 Revert "SOLR-11795: add more stuff under dev-tools for prometheus-exporter"
This reverts commit df0f141907.
2018-02-24 10:25:23 +09:00
Steve Rowe 88e00d0889 LUCENE-8106: collect Ant test sysprops from Jenkins log and add them to test repro lines 2018-02-23 19:22:49 -05:00
Erick bd3f30b9a9 SOLR-12017: Remove BadApple and AwaitsFix annotations that link to closed JIRAs 2018-02-23 12:49:26 -08:00
Chris Hostetter 9e0e301f9f SOLR-12021: Fixed a bug in ApiSpec and other JSON resource loading that was causing unclosed file handles 2018-02-23 10:43:22 -07:00
koji df0f141907 SOLR-11795: add more stuff under dev-tools for prometheus-exporter 2018-02-23 10:50:04 +09:00
Steve Rowe edd54e551d LUCENE-8106: add cmdline option --no-git to avoid all git usage; replaces --no-fetch cmdline option 2018-02-22 16:52:09 -05:00
Jason Gerlowski d2d987fd74 Fix ConcurrentUpdateSolrClient.Builder withQueueSize Javadocs 2018-02-22 13:56:37 -05:00
Andrzej Bialecki 364b680afa SOLR-11407: Increase the imbalance of the cluster to increase the pressure to
relocate replicas - in some test runs the policy decided not to move any replicas.
2018-02-22 17:43:50 +01:00
Shalin Shekhar Mangar 4446545de6 Revert "SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time"
This reverts commit 137e647
2018-02-22 20:02:35 +05:30
Jason Gerlowski 7a17f5a36f SOLR-11525: Add cloud/standalone check to 'AssertTool'
The 'bin/solr assert' tool provides the capability to programmatically
test basic assertions about a running Solr instance.  Is it running on
a particular host or port?  Is it running as a specified user?  etc.

This commit adds a new type of check: the mode Solr is running in
(standalone vs. cloud).
2018-02-22 06:44:37 -05:00
koji 6859acc450 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-02-22 15:08:46 +09:00
Shalin Shekhar Mangar 137e647f2c SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time 2018-02-22 09:59:23 +05:30
Andrzej Bialecki 82a9984071 SOLR-11912: Clean up left-over collections and defaults between tests. 2018-02-21 17:36:38 +01:00
Varun Thacker a9f0272380 SOLR-12006: Add a '*_t' and '*_t_sort' dynamic field for single valued text fields 2018-02-20 17:31:00 -08:00
Andrzej Bialecki 26e7af1015 SOLR-11407: Make sure that the .system collection is not affected by cluster changes.
Wait specifically for listeners to run.
2018-02-20 20:15:32 +01:00
Adrien Grand ca22f17662 Remove dead codec code. 2018-02-20 19:15:00 +01:00
Adrien Grand 4bb705bad8 LUCENE-8153: Fix usage. 2018-02-20 19:08:37 +01:00
Adrien Grand 317a2e0c3d LUCENE-8153: Make impacts checks lighter by default.
The new `-slow` switch makes checks more complete but also more heavy. This
option also cross-checks term vectors.
2018-02-20 17:14:11 +01:00
koji 291248c750 Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
This reverts commit 4bfcbc5c60.
2018-02-21 00:26:03 +09:00