[ https://issues.apache.org/jira/browse/SOLR-7877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14660815#comment-14660815 ]
Christine Poerschke commented on SOLR-7877: ------------------------------------------- Hi [~noble.paul] - thanks for your comments and patch. I just created SOLR-7886 for the refactoring discussion and efforts. If it's possible, could i suggest transferring the patch attachment to that JIRA ticket (and removing it from this JIRA ticket to avoid confusion between the changes already committed for this JIRA as per above and the currently attached, subsequent, separate patch)? My reason for not yet resolving this ticket here is that the merge to {{branches/lucene_solr_5_3}} is yet to happen, i will do that tomorrow/Friday morning London time if that's okay. Thank you. - Christine > TestAuthenticationFramework.testBasics to preserve/restore the original > request(Username|Password) > -------------------------------------------------------------------------------------------------- > > Key: SOLR-7877 > URL: https://issues.apache.org/jira/browse/SOLR-7877 > Project: Solr > Issue Type: Bug > Affects Versions: 5.3, Trunk > Reporter: Noble Paul > Assignee: Christine Poerschke > Priority: Blocker > Attachments: SOLR-7877.patch > > > {code} > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13742/ > Java: 32bit/jdk1.8.0_60-ea-b24 -server -XX:+UseG1GC > 1 tests failed. > FAILED: > org.apache.solr.cloud.TestAuthenticationFramework.testCollectionCreateWithoutCoresThenDelete > Error Message: > Error from server at http://127.0.0.1:51573/solr: Expected mime type > application/octet-stream but got text/html. <html> <head> <meta > http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> > <title>Error 401 </title> </head> <body> <h2>HTTP ERROR: 401</h2> <p>Problem > accessing /solr/admin/collections. Reason: <pre> Unauthorized > request</pre></p> <hr /><i><small>Powered by Jetty://</small></i> </body> > </html> > Stack Trace: > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error > from server at http://127.0.0.1:51573/solr: Expected mime type > application/octet-stream but got text/html. <html> > <head> > <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> > <title>Error 401 </title> > </head> > <body> > <h2>HTTP ERROR: 401</h2> > <p>Problem accessing /solr/admin/collections. Reason: > <pre> Unauthorized request</pre></p> > <hr /><i><small>Powered by Jetty://</small></i> > </body> > </html> > at > __randomizedtesting.SeedInfo.seed([A454441B503006EB:17918BDA5F48D5AA]:0) > at > org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:528) > at > org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234) > at > org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226) > at > org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376) > at > org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328) > at > org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086) > at > org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856) > at > org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799) > at > org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220) > at > org.apache.solr.cloud.MiniSolrCloudCluster.makeCollectionsRequest(MiniSolrCloudCluster.java:349) > at > org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:333) > at > org.apache.solr.cloud.TestMiniSolrCloudCluster.createCollection(TestMiniSolrCloudCluster.java:115) > at > org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete(TestMiniSolrCloudCluster.java:298) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org