You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/18 20:11:50 UTC

lucene-solr:branch_6x: SOLR-9220: Disable failing tests

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 1f7b95550 -> 940aedf26


SOLR-9220: Disable failing tests


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

Branch: refs/heads/branch_6x
Commit: 940aedf26b5d2d09b6d85e66de9a996d3f5c47a5
Parents: 1f7b955
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Jun 18 16:10:37 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Jun 18 16:11:33 2016 -0400

----------------------------------------------------------------------
 .../src/test/org/apache/solr/hadoop/MorphlineMapperTest.java        | 1 +
 .../test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/940aedf2/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineMapperTest.java
----------------------------------------------------------------------
diff --git a/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineMapperTest.java b/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineMapperTest.java
index 959ca54..8b51088 100644
--- a/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineMapperTest.java
+++ b/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineMapperTest.java
@@ -44,6 +44,7 @@ public class MorphlineMapperTest extends MRUnitBase {
   }
   
   @Test
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-9220")
   public void testMapper() throws Exception {
     MorphlineMapper mapper = new MorphlineMapper();
     MapDriver<LongWritable, Text, Text, SolrInputDocumentWritable> mapDriver = MapDriver.newMapDriver(mapper);;

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/940aedf2/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java
----------------------------------------------------------------------
diff --git a/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java b/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java
index 4d63eed..3607252 100644
--- a/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java
+++ b/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java
@@ -196,6 +196,7 @@ public class SolrCellMorphlineTest extends AbstractSolrMorphlineTestBase {
   }
   
   @Test
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-9220")
   public void testSolrCellDocumentTypes2() throws Exception {
 
     AbstractSolrMorphlineTestBase.setupMorphline(tempDir, "test-morphlines/solrCellDocumentTypes", false);