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 2016/06/06 18:46:41 UTC

lucene-solr:master: SOLR-9189: temp disable randomized ssl to get to bottom of recent explosion of timeout related failures in jenkins builds

Repository: lucene-solr
Updated Branches:
  refs/heads/master 24fa92959 -> 59b4fc0bb


SOLR-9189: temp disable randomized ssl to get to bottom of recent explosion of timeout related failures in jenkins builds


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/59b4fc0b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/59b4fc0b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/59b4fc0b

Branch: refs/heads/master
Commit: 59b4fc0bb0105ec25285f763fde86739433a38b1
Parents: 24fa929
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon Jun 6 11:46:36 2016 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon Jun 6 11:46:36 2016 -0700

----------------------------------------------------------------------
 solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/59b4fc0b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
----------------------------------------------------------------------
diff --git a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
index db12784..58e2db8 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
@@ -139,7 +139,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
 })
 @SuppressSysoutChecks(bugUrl = "Solr dumps tons of logs to console.")
 @SuppressFileSystems("ExtrasFS") // might be ok, the failures with e.g. nightly runs might be "normal"
-@RandomizeSSL()
+@RandomizeSSL(ssl=0.0,reason="https://issues.apache.org/jira/browse/SOLR-9189 - temp disable randomized ssl to get to bottom of recent explosion of timeout related failures in jenkins builds")
 public abstract class SolrTestCaseJ4 extends LuceneTestCase {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());