epugh commented on code in PR #3988:
URL: https://github.com/apache/solr/pull/3988#discussion_r2653624593
##########
solr/core/src/test/org/apache/solr/security/BasicAuthStandaloneTest.java:
##########
@@ -54,8 +53,6 @@ public class BasicAuthStandaloneTest extends SolrTestCaseJ4 {
private static final Logger log =
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
private static final Path ROOT_DIR = TEST_HOME();
- private static final Path CONF_DIR =
- ROOT_DIR.resolve("configsets").resolve("configset-2").resolve("conf");
Review Comment:
I think I removed the vairuable and it still ran... I went and looked and
yeah, they pretty much are the same:
```
Solrconfig files: Nearly identical except for a comment difference:
configset-1: Generic comment about being a "kitchen sink" config file for
tests
configset-2: Specific comment stating "Small solrconfig with no /get handler
defined, for use in TestConfigSets#testConfigSetOnReload"
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]