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

[lucene-solr] branch master updated: SOLR-14789: Rename docker tests task, adding missing credit in CHANGES (#1871)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bc0b29e  SOLR-14789: Rename docker tests task, adding missing credit in CHANGES (#1871)
bc0b29e is described below

commit bc0b29eca3a3ebb616e7e9d6fcc4fde729b88b59
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