janhoy commented on issue #1018: SOLR-13941: Configure JettySolrRunner same as 
in web.xml
URL: https://github.com/apache/lucene-solr/pull/1018#issuecomment-555558521
 
 
   New test run has these fails
   
       [junit4] Tests with failures [seed: 27EC334A32BB0961]:
       [junit4]   - org.apache.solr.cloud.TestAuthenticationFramework.testBasics
       [junit4]   - org.apache.solr.cloud.TestTlogReplica.testRemoveLeader
   
   Which suggests there may be an issue with `TestTlogReplica.testRemoveLeader` 
for this patch?
   
   Stack trace:
   
       [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTlogReplica 
-Dtests.method=testRemoveLeader -Dtests.seed=27EC334A32BB0961 -Dtests.slow=true 
 -Dtests.badapples=true -Dtests.locale=sr-Latn-XK 
-Dtests.timezone=Europe/Isle_of_Man -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
       [junit4] ERROR   8.10s J1 | TestTlogReplica.testRemoveLeader <<<
       [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:51091/solr/ 
tlog_replica_test_remove_leader_shard1_replica_t2: Expected mime type 
application/octet-stream but got text/html. <html>
       [junit4]    > <head>
       [junit4]    > <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
       [junit4]    > <title>Error 405 HTTP method POST is not supported by this 
URL</title>
       [junit4]    > </head>
       [junit4]    > <body><h2>HTTP ERROR 405</h2>
       [junit4]    > <p>Problem accessing 
/solr/tlog_replica_test_remove_leader_shard1_replica_t2/update. Reason:
       [junit4]    > <pre>    HTTP method POST is not supported by this 
URL</pre></p><hr><a href="http://eclipse.org/jetty";>Powered by Jetty://  
9.4.19.v20190610</a><hr/>
       [junit4]    > </body>
       [junit4]    > </html>
       [junit4]    >    at 
__randomizedtesting.SeedInfo.seed([27EC334A32BB0961:BEACF42E7532692B]:0)
       [junit4]    >    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:125)
       [junit4]    >    at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:46)
       [junit4]    >    at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:549)
       [junit4]    >    at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1036)
       [junit4]    >    at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
       [junit4]    >    at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
       [junit4]    >    at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
       [junit4]    >    at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
       [junit4]    >    at 
org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
       [junit4]    >    at 
org.apache.solr.cloud.TestTlogReplica.doReplaceLeader(TestTlogReplica.java:410)
       [junit4]    >    at 
org.apache.solr.cloud.TestTlogReplica.testRemoveLeader(TestTlogReplica.java:320)
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to