You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/08/23 21:38:08 UTC

[lucene-solr] branch master updated: LUCENE-9474: Property "tests.badapples" is missing in Gradle, which is needed for Hoss's statistics. Also Jenkins does not run BadApple tests by default

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

uschindler 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 5c2e96b  LUCENE-9474: Property "tests.badapples" is missing in Gradle, which is needed for Hoss's statistics. Also Jenkins does not run BadApple tests by default
5c2e96b is described below

commit 5c2e96b5856f8c0471a2b24d2e9488b03f5f8770
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Aug 23 23:37:54 2020 +0200

    LUCENE-9474: Property "tests.badapples" is missing in Gradle, which is needed for Hoss's statistics. Also Jenkins does not run BadApple tests by default
---
 gradle/testing/randomization.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/testing/randomization.gradle b/gradle/testing/randomization.gradle
index f1d57d0..542dee6 100644
--- a/gradle/testing/randomization.gradle
+++ b/gradle/testing/randomization.gradle
@@ -88,6 +88,7 @@ allprojects {
           [propName: 'tests.weekly', value: false, description: "Enables or disables @Weekly tests."],
           [propName: 'tests.monster', value: false, description: "Enables or disables @Monster tests."],
           [propName: 'tests.awaitsfix', value: null, description: "Enables or disables @AwaitsFix tests."],
+          [propName: 'tests.badapples', value: null, description: "Enables or disables @BadApple tests."],
           [propName: 'tests.file.encoding', value: "random", description: "Sets the default file.encoding on test JVM.", buildOnly: true],
           // test data
           [propName: 'tests.linedocsfile', value: 'europarl.lines.txt.gz', description: "Test data file path."],