On 7/13/2013 3:55 PM, Tim Vaillancourt wrote: > Very good point, Furkan. > > The unit tests being ran against Jetty is another very good reason to > feel safer on Jetty, IMHO. I'm assuming the SolrCloud ChaosMonkey tests > are ran against Jetty as well?
All Solr unit tests either access the underlying API directly or start a full instance of Solr under Jetty. A typical SolrCloud test starts up multiple Jetty threads. I've looked at a couple of the ChaosMonkey tests, and they do mention jetty. Thanks, Shawn