You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/09/15 15:41:28 UTC

[lucene-solr] 03/08: SOLR-14789: Rename docker tests task, adding missing credit in CHANGES (#1871)

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit c04ee3b87d684a75f920de3a1a4557d39b327ab0
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Sep 14 10:55:43 2020 -0400

    SOLR-14789: Rename docker tests task, adding missing credit in CHANGES (#1871)
---
 solr/CHANGES.txt         | 2 +-
 solr/docker/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 072f555..03376b1 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -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)
 
diff --git a/solr/docker/build.gradle b/solr/docker/build.gradle
index a634812..2557d6c 100644
--- a/solr/docker/build.gradle
+++ b/solr/docker/build.gradle
@@ -87,6 +87,6 @@ abstract class DockerTestSuite extends DefaultTask {
   }
 }
 
-task test(type: DockerTestSuite) {
+task testDocker(type: DockerTestSuite) {
   outputDir = project.file("$buildDir/tmp/tests")
 }
\ No newline at end of file