You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/01 12:25:57 UTC

[GitHub] [lucene-solr] thomaswoeckinger commented on issue #665: Fixes SOLR-13539

thomaswoeckinger commented on issue #665: Fixes SOLR-13539
URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-507243090
 
 
   > I was able to clean up some of the failures locally by removing the second clause in the if-statement below. (This was added in this PR in EmbeddedSolrServer)
   > 
   > ```
   >  private Set<ContentStream> getContentStreams(final SolrRequest<?> request) throws IOException {
   >     if (request.getMethod() == SolrRequest.METHOD.GET || request instanceof QueryRequest) return null;
   > ```
   > 
   > This makes sense....there are some QueryRequest implementations that are supposed to be POST's. (e.g. JSON-queries and JSON-faceting requests, Solr tagging requests, etc.). But there are still other failing tests that rely on SolrJettyTestBase. So I haven't figured it out yet, but something's still not quite right in that base-class.
   > 
   > With Cao Manh Dat working on the 8.1.2 release, and Ignacio Vera talking about an 8.2 shortly afterward, if we can't figure out the test issues soon, it might be best to split the functionality changes and test-base changes into two separate PR's if possible. I'd hate for this fix to miss the next crop of releases because we couldn't cross the finish line on test-changes also bundled into this commit.
   
   Had some problems with the generated ivy cache, but after all i managed to run all test successfully. The new PR is #720, so have a look, if merged i can update this one

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org