You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/10/03 05:57:19 UTC

lucene-solr:branch_7x: SOLR-12080: Disable this test until it's fixed.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x a9ad8c576 -> 29a99a69a


SOLR-12080: Disable this test until it's fixed.


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

Branch: refs/heads/branch_7x
Commit: 29a99a69a0659ba3cc80bb36b97728fce789af83
Parents: a9ad8c5
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Wed Oct 3 07:56:26 2018 +0200
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Wed Oct 3 07:57:13 2018 +0200

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/MoveReplicaHDFSTest.java    | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/29a99a69/solr/core/src/test/org/apache/solr/cloud/MoveReplicaHDFSTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/MoveReplicaHDFSTest.java b/solr/core/src/test/org/apache/solr/cloud/MoveReplicaHDFSTest.java
index 8e30a90..f1ef33e 100644
--- a/solr/core/src/test/org/apache/solr/cloud/MoveReplicaHDFSTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/MoveReplicaHDFSTest.java
@@ -74,6 +74,12 @@ public class MoveReplicaHDFSTest extends MoveReplicaTest {
     testFailedMove();
   }
 
+  @Test
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12080") // added 03-Oct-2018
+  public void testFailedMove() throws Exception {
+    super.testFailedMove();
+  }
+
   public static class ForkJoinThreadsFilter implements ThreadFilter {
 
     @Override