Christine Poerschke
7fc91deaba
SOLR-12905: MultiSolrCloudTestCase now clears static clusterId2cluster in @AfterClass
2018-10-24 19:25:10 +01:00
Tomas Fernandez Lobbe
46f753d7c6
SOLR-12767: Always include the achieved rf in the response
...
This commit deprecates the min_rf parameter. Solr now always includes the achieved replication
factor in the update requests (as if min_rf was always specified). Also, reverts the changes
introduced in SOLR-8034, replicas that don't ack an update will have to recover to prevent
inconsistent shards.
2018-10-03 09:40:15 -07:00
Erick Erickson
b2b597b038
SOLR-12773: Fix typos widely spread around codebase
2018-09-16 09:46:20 -07:00
Anshum Gupta
a1b6db26db
SOLR-12762: Fix javadoc for SolrCloudTestCase.clusterShape() method and add a method that validates only against Active slices while testing
2018-09-10 15:18:32 -07:00
Varun Thacker
606e529f93
SOLR-10697: HttpShardHandler now uses a default of 100k as maxConnections (10k previously) and default maxConnectionsPerHost as 100k (20 previously). They are now consisent with the UpdateShardHandler defaults
2018-09-01 07:20:15 -06:00
Shalin Shekhar Mangar
079a81f14f
SOLR-12675: Make LeaderVoteWaitTimeoutTest more resilient against side effects of test methods.
...
Extracted a new method to ensure a given number of jettys are always running in the test setup. Also, delete all collections created by other test methods.
2018-08-20 14:45:50 +05:30
Shalin Shekhar Mangar
3c9050c3dd
SOLR-12679: MiniSolrCloudCluster.startJettySolrRunner method should not add a duplicate jetty instance to the list
2018-08-20 14:24:31 +05:30
Shalin Shekhar Mangar
ee498f5a38
SOLR-12679: MiniSolrCloudCluster.stopJettySolrRunner should remove jetty from the internal list
...
While the startJettySolrRunner adds the given jetty instance to the internal list of jetty instances, the stopJettySolrRunner method does not remove the given instance from the list. This leads to inconsistencies such as stopped jettys retained in the internal list and duplicate (stopped) jettys. This commit also fixes TestCollectionsAPIViaSolrCloudCluster to deal with this change.
2018-08-20 13:17:05 +05:30
Noble Paul
9b418a4593
SOLR-12618: AutoScalingHandlerTest failing in jenkins
2018-08-09 01:24:03 +10:00
Moshe
38bf976cd4
SOLR-12485: Solr-Update XML format now accepts child documents under a field
...
thus providing a semantic relationship. (like allowed for JSON).
Improved XML.java a bit
Closes #430
2018-08-07 13:52:11 -04:00
Cao Manh Dat
705e6f76a4
SOLR-12412: Fix test failure
2018-07-17 18:42:29 +07:00
Erick Erickson
93ae3669b5
SOLR-12008: Settle a location for the log4j2.xml file
2018-07-11 20:57:38 -07:00
Cao Manh Dat
1197176110
SOLR-12412: Leader should give up leadership when IndexWriter.tragedy occur
2018-07-09 09:14:23 +07:00
Christine Poerschke
a444e82bab
SOLR-12527: factor out a test-framework/ConfigRequest class
2018-07-03 18:27:17 +01:00
David Smiley
095f9eb90d
SOLR-12398: Add Heatmap facet option to JSON Facet API.
...
* moved the preponderance of the implementation from SpatialHeatmapFacets (used by SimpleFacets) into the new API.
2018-06-25 22:37:13 -04:00
Shalin Shekhar Mangar
fabc408d3b
SOLR-12507: Modify collection API should support un-setting properties
2018-06-21 15:45:24 +05:30
David Smiley
8095139da3
SOLR-12361: Allow nested child documents to be in field values of a SolrInputDocument.
...
* AddUpdateCommand and it's relationship with DirectUpdateHandler2 was reworked substantially.
Fixes #385
2018-06-11 10:48:30 -04:00
David Smiley
08ee037ff8
SOLR-12308: LISTALIASES is now assured to return an up-to-date response
...
* MiniSolrCloudCluster.deleteAllCollections will now first delete aliases
* Minor refactorings to AliasesManager, AliasIntegrationTest, CreateRoutedAliasTest
2018-05-07 22:17:30 -04:00
Chris Hostetter
4e0e8e979b
SOLR-9304: Fix Solr's HTTP handling to respect '-Dsolr.ssl.checkPeerName=false' aka SOLR_SSL_CHECK_PEER_NAME
2018-04-22 13:38:37 -07:00
Mike McCandless
7c0387ad3f
LUCENE-8248: MergePolicyWrapper is renamed to FilterMergePolicy and now also overrides getMaxCFSSegmentSizeMB
2018-04-13 15:45:19 -04:00
Andrzej Bialecki
376f6c4946
SOLR-12181: Add trigger based on document count / index size.
2018-04-11 15:38:54 +02:00
Christine Poerschke
e513c95377
SOLR-12151: Add abstract MultiSolrCloudTestCase class.
2018-04-10 21:09:06 +01:00
Varun Thacker
56f80c0dc7
SOLR-12154: Disallow explicit usage of Log4j2 logger via forbidden APIs
2018-04-03 18:21:14 -07:00
Varun Thacker
bea6e2307b
SOLR-7887: Log4J2 upgrade fixes
2018-03-26 11:32:03 -07:00
Erick Erickson
624d128b5e
SOLR-7887: Upgrade Solr to use log4j2 -- log4j 1 now officially end of life
2018-03-25 19:16:09 -07:00
markrmiller
c98ab259c5
SOLR-12101: ZkTestServer was not handling connection timeout settings properly.
2018-03-17 12:36:48 -05:00
Varun Thacker
57524f1d41
SOLR-12083: Fix RealTime GET to work on a cluster running CDCR when using Solr's in-place updates
2018-03-14 12:58:30 -07:00
Jason Gerlowski
971bd26df6
SOLR-11629: Add new CloudSolrClient.Builder ctors
...
CloudSolrClient.Builder can be pointed at a Solr cluster in two ways: a
ZK connection string, or one or more Solr base URLs. One of these two
values must be provided to create a working CloudSolrClient.
Since these values are required, this commit introduces two new ctors,
one for each means of CloudSolrClient setup. It deprecates the existing
no-arg CloudSolrClient ctor.
Together, these changes make it clearer to our users that these options
are required (and mutually exclusive).
2018-03-10 10:45:43 -05:00
Cao Manh Dat
423a8cf69c
SOLR-12051: Election timeout when no replicas are qualified to become leader
2018-03-09 18:19:09 +07:00
Shalin Shekhar Mangar
71fc9cd43d
SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time
2018-03-03 01:06:21 +05:30
Andrzej Bialecki
eb80ca968e
SOLR-11407: Wait for collections to recover before starting the test.
2018-02-28 13:12:51 +01:00
Tomas Fernandez Lobbe
029432e936
SOLR-12041: Fix random test failure in ChaosMonkeyNothingIsSafeWithPullReplicasTest
2018-02-27 15:06:28 -08:00
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
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
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
Tomas Fernandez Lobbe
61ea8f60b1
SOLR-11739: Don't accept duplicate async IDs in collection API operations
2018-02-15 16:14:16 -08:00
Uwe Schindler
95e94ab9d9
LUCENE-8170: Improve OpenClover reports (separate test from production code); enable coverage reports inside test-frameworks
2018-02-11 19:24:22 +01:00
Cao Manh Dat
27ef653064
SOLR-11702: Redesign current LIR implementation
2018-01-29 15:55:28 +07:00
Erick Erickson
a6b5c5bfb0
SOLR-11810: Upgrade Jetty to 9.4.8
2018-01-16 12:14:03 -08:00
Varun Thacker
a3c4f7388c
SOLR-11817: Move Collections API classes to it's own package
2018-01-16 11:03:40 -08:00
Tomas Fernandez Lobbe
6a55def1ea
SOLR-10995: Improve ChaosMonkey logic to find Jetty running leader node
2018-01-09 22:58:22 -08:00
Christine Poerschke
287062df37
SOLR-11793: Reduce code duplication w.r.t. RestTestHarness(es).
2017-12-28 12:31:05 +00:00
David Smiley
f354a278f8
SOLR-11754: remove AbstractSolrTestCase; use SolrTestCaseJ4 instead.
...
Also removed SolrExampleTestBase in Solrj-tests.
2017-12-21 13:20:22 -05:00
David Smiley
e441a99009
SOLR-11757: Tests: SolrException.ignoreException use CopyOnWrite
2017-12-15 17:19:37 -05:00
Steve Rowe
3e2f9e62d7
LUCENE-2899: Add OpenNLP Analysis capabilities as a module
2017-12-15 11:24:18 -05:00
Andrzej Bialecki
d6d2e3b2e3
SOLR-11285: Simulation framework for autoscaling.
2017-12-14 12:56:23 +01:00
Mark Miller
5440d925d3
tests: raise chaosmonkey no stop warn time.
2017-12-06 09:24:05 -06:00
David Smiley
a43c318a51
SOLR-11507: randomize parallelUpdates for test CloudSolrClientBuilder
2017-11-09 15:58:58 -05:00
Uwe Schindler
3ab1a07662
SOLR-11606: Disable tests automatically if Mockito does not work with Java runtime (Java 10)
2017-11-04 19:37:28 +01:00
David Smiley
e001f35289
SOLR-11444: Improve consistency of collection alias handling and collection list references.
...
Other refactorings of nearby code too.
2017-10-19 00:02:24 -04:00