You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2018/03/21 16:35:41 UTC

lucene-solr:branch_7_3: SOLR-10734: Make this test an AwaitsFix again, it fails nearly all the time

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_3 be1b7914b -> eb8a5a882


SOLR-10734: Make this test an AwaitsFix again, it fails nearly all the time


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

Branch: refs/heads/branch_7_3
Commit: eb8a5a882f879a51389b5d43f74f3aceac9e68c9
Parents: be1b791
Author: Alan Woodward <ro...@apache.org>
Authored: Wed Mar 21 16:35:27 2018 +0000
Committer: Alan Woodward <ro...@apache.org>
Committed: Wed Mar 21 16:35:36 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eb8a5a88/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 9c17dd1..28b54a2 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
@@ -194,7 +194,7 @@ public class AtomicUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
 
   }
 
-  @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10734")
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10734")
   public void testMultipleThreads() throws Exception {
     clearIndex();
     String[] strings = new String[5];