iamsanjay commented on code in PR #2689:
URL: https://github.com/apache/solr/pull/2689#discussion_r1750400090
##########
solr/core/src/test/org/apache/solr/core/TestCoreContainer.java:
##########
@@ -1131,6 +1132,48 @@ public void testCoreInitFailuresOnReload() throws
Exception {
cc.shutdown();
}
+ public void testCustomSocketTimeoutForDefaultHttpClient() throws Exception {
Review Comment:
I want to test where we can change the SocketTimeout via
UpdateShardHandlerCfg, Now `TestCoreContainer` seems to have that code where we
can initlialize the CoreContainer with custom SolrXML file. So I added those.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]