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/08/01 08:24:46 UTC

lucene-solr:branch_7x: SOLR-12574: Annotating testSignificantTermsStream with AwaitsFix

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 746c9f7c2 -> fd2cc195f


SOLR-12574: Annotating testSignificantTermsStream with AwaitsFix


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

Branch: refs/heads/branch_7x
Commit: fd2cc195f7a0dbbc3a3603b056a393f02864dfbb
Parents: 746c9f7
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Aug 1 13:54:28 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Aug 1 13:54:41 2018 +0530

----------------------------------------------------------------------
 .../apache/solr/client/solrj/io/stream/StreamExpressionTest.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fd2cc195/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
index 52c77dd..2c53e6a 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
@@ -2257,6 +2257,7 @@ public class StreamExpressionTest extends SolrCloudTestCase {
 
 
   @Test
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12574")
   public void testSignificantTermsStream() throws Exception {
 
     UpdateRequest updateRequest = new UpdateRequest();