You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/28 05:02:21 UTC

[lucene-solr] 03/06: @414 Flakey test.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 134bdc2c42bdccb0ed5dcd8c9a46d381c7908842
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 27 22:21:52 2020 -0500

    @414 Flakey test.
---
 .../org/apache/solr/cloud/TestCloudPhrasesIdentificationComponent.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/TestCloudPhrasesIdentificationComponent.java b/solr/core/src/test/org/apache/solr/cloud/TestCloudPhrasesIdentificationComponent.java
index 246fa57..9c27984 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TestCloudPhrasesIdentificationComponent.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestCloudPhrasesIdentificationComponent.java
@@ -116,6 +116,7 @@ public class TestCloudPhrasesIdentificationComponent extends SolrCloudTestCase {
     CLIENTS.clear();
   }
 
+  @AwaitsFix(bugUrl = "Test can fail with brow FOX perniciously jump ove the lazy dog does not match")
   public void testBasicPhrases() throws Exception {
     final String input = " did  a Quick    brown FOX perniciously jump over the lazy dog";
     final String expected = " did  a Quick    {brown FOX} perniciously jump over {the lazy dog}";