Re: Solr collection naming convention (/how to find historical decision making)

2023-06-04 Thread Eric Pugh
I’ve been learning a lot more about our BATS tests, and they are pretty straightforward way to write an integration tests. Right now we have a pretty minimal one https://github.com/apache/solr/blob/main/solr/packaging/test/test_packages.bats You can run in via ./gradlew integrationTests --t

RE: Re: Solr collection naming convention (/how to find historical decision making)

2023-06-04 Thread Will White
Thanks again for your input so far! Sorry for the delay, it's been a busy week. I've put together a draft PR here: https://github.com/apache/solr/pull/1688 I'm not at all sure how to approach automated tests/verification for this PR, I can't see an obvious place to add unit tests - I'm torn betwe