You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2018/12/03 17:08:26 UTC

lucene-solr:branch_7x: SOLR-13032: Add @AwaitsFix annotation to test.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x a55b9959c -> ec3d02bfe


SOLR-13032: Add @AwaitsFix annotation to test.


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

Branch: refs/heads/branch_7x
Commit: ec3d02bfe26cbf7c38644f201d43744053683aa7
Parents: a55b995
Author: markrmiller <ma...@apache.org>
Authored: Mon Dec 3 11:07:40 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Mon Dec 3 11:08:19 2018 -0600

----------------------------------------------------------------------
 .../src/test/org/apache/solr/update/MaxSizeAutoCommitTest.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ec3d02bf/solr/core/src/test/org/apache/solr/update/MaxSizeAutoCommitTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/MaxSizeAutoCommitTest.java b/solr/core/src/test/org/apache/solr/update/MaxSizeAutoCommitTest.java
index 33fd7de..612e55b 100644
--- a/solr/core/src/test/org/apache/solr/update/MaxSizeAutoCommitTest.java
+++ b/solr/core/src/test/org/apache/solr/update/MaxSizeAutoCommitTest.java
@@ -72,6 +72,7 @@ public class MaxSizeAutoCommitTest extends SolrTestCaseJ4 {
   }
 
   @Test
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13032")
   public void testAdds() throws Exception {
     int maxFileSizeBound = 1000;
     // Set max size bound
@@ -137,6 +138,7 @@ public class MaxSizeAutoCommitTest extends SolrTestCaseJ4 {
   }
 
   @Test
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13032")
   public void testDeletes() throws Exception {
     int maxFileSizeBound = 1000;