You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2018/05/11 12:37:49 UTC

[1/2] lucene-solr:master: LUCENE-8303: Make the overflow test a Monster rather than Nightly.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 7f13e5642 -> ac162c034
  refs/heads/master 1ce3ebadb -> d764156f9


LUCENE-8303: Make the overflow test a Monster rather than Nightly.


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

Branch: refs/heads/master
Commit: d764156f9131f1911a22f7331a3121a78ad530c3
Parents: 1ce3eba
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri May 11 14:36:42 2018 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri May 11 14:36:42 2018 +0200

----------------------------------------------------------------------
 .../java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d764156f/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
----------------------------------------------------------------------
diff --git a/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java b/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
index 7e0af18..b4799f8 100644
--- a/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
+++ b/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
@@ -73,7 +73,7 @@ public abstract class BaseLiveDocsFormatTestCase extends LuceneTestCase {
     testSerialization(maxDoc, 1, true);
   }
 
-  @Nightly
+  @Monster("Uses lots of memory")
   public void testOverflow() throws IOException {
     testSerialization(IndexWriter.MAX_DOCS, IndexWriter.MAX_DOCS - 7, false);
   }


[2/2] lucene-solr:branch_7x: LUCENE-8303: Make the overflow test a Monster rather than Nightly.

Posted by jp...@apache.org.
LUCENE-8303: Make the overflow test a Monster rather than Nightly.


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

Branch: refs/heads/branch_7x
Commit: ac162c0348b57f40b4c0deea52f2d7b545dc10f7
Parents: 7f13e56
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri May 11 14:36:42 2018 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri May 11 14:37:41 2018 +0200

----------------------------------------------------------------------
 .../java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ac162c03/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
----------------------------------------------------------------------
diff --git a/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java b/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
index 7e0af18..b4799f8 100644
--- a/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
+++ b/lucene/test-framework/src/java/org/apache/lucene/index/BaseLiveDocsFormatTestCase.java
@@ -73,7 +73,7 @@ public abstract class BaseLiveDocsFormatTestCase extends LuceneTestCase {
     testSerialization(maxDoc, 1, true);
   }
 
-  @Nightly
+  @Monster("Uses lots of memory")
   public void testOverflow() throws IOException {
     testSerialization(IndexWriter.MAX_DOCS, IndexWriter.MAX_DOCS - 7, false);
   }