stillalex commented on code in PR #1410: URL: https://github.com/apache/solr/pull/1410#discussion_r1125193069
########## solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientTest.java: ########## @@ -469,6 +474,43 @@ public void testGetById() throws Exception { } } + @Test + public void testGetByIdArrayBlockingQueue() throws Exception { + DebugServlet.clear(); + + // client setup needs to be same as HttpShardHandlerFactory + Review Comment: it's not strictly needed anymore, was only trying to reproduce the deadlock. I can remove it if it doesn't fit with the rest of the tests -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org