This is an automated email from the ASF dual-hosted git repository.

hossman pushed a change to branch jira/solr-16129
in repository https://gitbox.apache.org/repos/asf/solr.git


    from ac602a8438b SOLR-16129: tests w/nocommits showing why the test passes 
for the wrong reason and how to make it fail for the right reason
     new ab2b231c6a0 SOLR-16129: Use AutoLock in InputStreamResponseListener 
and resolve test nocommits
     new f8e19b259fc SOLR-16129: adjust timeAllowed -> setRequestTimeout 
hueristic to play nice with pathologically low values -- ex: timeAllowed=0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../solr/client/solrj/impl/Http2SolrClient.java    |  10 +-
 .../apache/solr/client/solrj/util/AutoLock.java    | 139 ++++++++++++++++
 .../solrj/util/InputStreamResponseListener.java    | 180 +++++++++++++++------
 .../util/TestInputStreamResponseListener.java      | 120 ++++++++------
 4 files changed, 340 insertions(+), 109 deletions(-)
 create mode 100644 
solr/solrj/src/java/org/apache/solr/client/solrj/util/AutoLock.java

Reply via email to