SOLR-14789: Rename docker tests task, adding missing credit in CHANGES (#1871)

This commit is contained in:
Houston Putman 2020-09-14 10:55:43 -04:00 committed by GitHub
parent 5edd4b21af
commit bc0b29eca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ should be used instead, such as autoscaling policy or rules-based placement.
New Features
---------------------
* SOLR-14789: Migrate docker image creation from docker-solr repo to solr/docker. (Houston Putman, Tim Potter, David Smiley, janhoy, Mike Drob)
* SOLR-14789: Migrate docker image creation from docker-solr repo to solr/docker. (Houston Putman, Martijn Koster, Tim Potter, David Smiley, janhoy, Mike Drob)
* SOLR-14440: Introduce new Certificate Authentication Plugin to load Principal from certificate subject. (Mike Drob)

View File

@ -87,6 +87,6 @@ abstract class DockerTestSuite extends DefaultTask {
}
}
task test(type: DockerTestSuite) {
task testDocker(type: DockerTestSuite) {
outputDir = project.file("$buildDir/tmp/tests")
}