yael-lorenzo-olx opened a new pull request #624: WIP SOLR-12860 MetricsHistoryHandler does not work with BasicAuth URL: https://github.com/apache/lucene-solr/pull/624 The issue is that the following test break now. I think I don't like the deleted lines because of this coment > //if this is not running inside a Solr threadpool (as in testcases) // then no need to add any header I will be reordering some tests as the fails are not overall to understand better the situation. ``` [junit4] - org.apache.solr.handler.TestReplicationHandlerDiskOverFlow.testDiskOverFlow [junit4] - org.apache.solr.security.PKIAuthenticationIntegrationTest.testPkiAuth [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenVerify [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenewFail [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testZNodePaths [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancel [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenSolrClient [junit4] - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail [junit4] - org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
