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:15 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 64c110c58 -> 89e337ed3


SOLR-10734: Marking test with BadApple once again until the new failures can be 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/89e337ed
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/89e337ed
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/89e337ed

Branch: refs/heads/master
Commit: 89e337ed3d760d07ceab690dde05f47200ea0ff9
Parents: 64c110c
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:07 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/89e337ed/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];