Re: about testing distributed features

2019-01-03 Thread David Smiley
No, it's not done on a real/physical set of servers. Instead the test harness creates multiple Solr/Jetty servers in one JVM; the same used for tests. On Thu, Jan 3, 2019 at 5:49 AM Jose Raul Perez Rodriguez < joseraul.subscript...@gmail.com> wrote: > Hi David, thanks for the answer. > > Let me

Re: about testing distributed features

2019-01-03 Thread Jose Raul Perez Rodriguez
Hi David, thanks for the answer. Let me reformulate the doubt in a different way; what I was trying to ask is, if the testing of Solr distributed features are performed in a distributed environment; like deploying a test Solr Cloud Cluster on some machines, to perform test on sharding,

Re: about testing distributed features

2018-12-31 Thread David Smiley
Hi Jose, Just about everything is tested. If you are looking to improve some aspect of SolrCloud's internals, then I suggest looking for existing tests of that particular aspect. If you are working on a feature that wants SolrCloud (whole system integration test) then I suggest subclassing

about testing distributed features

2018-12-29 Thread Jose Raul Perez Rodriguez
Hi all, I am interested in contribute to solr and I have a couple o details I would like to know but I can't find the answer in the doc. If its possible, what kinds of aspects of distributed features of solr (replication, lucene index sharding, etc) are tested in the tests included in the