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/07 16:19:37 UTC

lucene-solr:master: Revert "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 ff8c42a70 -> 6ffd1ba97


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

All evidence points ot the root cause being unrelated to ssl randomization, so re-enabling this.

This reverts commit 59b4fc0bb0105ec25285f763fde86739433a38b1.


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

Branch: refs/heads/master
Commit: 6ffd1ba9787e4c8ae881663a93cb7958e84e3891
Parents: ff8c42a
Author: Chris Hostetter <ho...@apache.org>
Authored: Tue Jun 7 09:09:21 2016 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Tue Jun 7 09:09:21 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/6ffd1ba9/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 58e2db8..db12784 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(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")
+@RandomizeSSL()
 public abstract class SolrTestCaseJ4 extends LuceneTestCase {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());