You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/03/27 14:23:42 UTC

lucene-solr:branch_7x: SOLR-10734: Marking test with BadApple once again until the new failures can be fixed

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x bbf48c944 -> f8971f9a0


SOLR-10734: Marking test with BadApple once again until the new failures can be fixed

(cherry picked from commit 89e337e)


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

Branch: refs/heads/branch_7x
Commit: f8971f9a0d24a58f4c32f77ab6d34dd4406b649f
Parents: bbf48c9
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Mar 27 19:53:07 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Mar 27 19:53:35 2018 +0530

----------------------------------------------------------------------
 .../solr/update/processor/AtomicUpdateProcessorFactoryTest.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f8971f9a/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java b/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
index 7d377fa..92a16d8 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
@@ -198,6 +198,7 @@ public class AtomicUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
 
   }
 
+  @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10734")
   public void testMultipleThreads() throws Exception {
     clearIndex();
     String[] strings = new String[5];