You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2016/07/05 00:14:18 UTC

lucene-solr:master: SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9dd9a6fc9 -> 32e0f5fd2


SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest


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

Branch: refs/heads/master
Commit: 32e0f5fd253f7952a7cbf6352e1eabc16d728954
Parents: 9dd9a6f
Author: Erick <er...@apache.org>
Authored: Mon Jul 4 17:13:39 2016 -0700
Committer: Erick <er...@apache.org>
Committed: Mon Jul 4 17:13:39 2016 -0700

----------------------------------------------------------------------
 .../apache/solr/core/OpenCloseCoreStressTest.java   | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/32e0f5fd/solr/core/src/test/org/apache/solr/core/OpenCloseCoreStressTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/core/OpenCloseCoreStressTest.java b/solr/core/src/test/org/apache/solr/core/OpenCloseCoreStressTest.java
index e576b0c..1ebb232 100644
--- a/solr/core/src/test/org/apache/solr/core/OpenCloseCoreStressTest.java
+++ b/solr/core/src/test/org/apache/solr/core/OpenCloseCoreStressTest.java
@@ -112,25 +112,13 @@ public class OpenCloseCoreStressTest extends SolrTestCaseJ4 {
   
   @Test
   @Nightly
-  public void test15SecondsOld() throws Exception {
+  public void test15Seconds() throws Exception {
     doStress(15);
   }
 
   @Test
   @Nightly
-  public void test15SecondsNew() throws Exception {
-    doStress(15);
-  }
-
-  @Test
-  @Nightly
-  public void test10MinutesOld() throws Exception {
-    doStress(300);
-  }
-
-  @Test
-  @Nightly
-  public void test10MinutesNew() throws Exception {
+  public void test10Minutes() throws Exception {
     doStress(300);
   }