You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/06/21 07:11:04 UTC

[38/50] [abbrv] lucene-solr:feature/autoscaling: SOLR-9623: Fix test errors related to some test expecting streaming to be enabled

SOLR-9623: Fix test errors related to some test expecting streaming to be enabled


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a4f27bbf
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a4f27bbf
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a4f27bbf

Branch: refs/heads/feature/autoscaling
Commit: a4f27bbfbb1d0542a95e13507555cf74ebccbe45
Parents: 63a4005
Author: Jan Høydahl <ja...@apache.org>
Authored: Tue Jun 20 21:03:12 2017 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Tue Jun 20 21:03:12 2017 +0200

----------------------------------------------------------------------
 solr/core/src/test-files/solr/collection1/conf/solrconfig.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a4f27bbf/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml b/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml
index afbef84..5de3e64 100644
--- a/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml
+++ b/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml
@@ -461,7 +461,7 @@
   </searchComponent>
 
   <requestDispatcher handleSelect="true" >
-    <requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="-1" />
+    <requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="-1" />
     <httpCaching lastModifiedFrom="openTime" etagSeed="Solr" never304="false">
       <cacheControl>max-age=30, public</cacheControl>
     </httpCaching>