You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/11/25 20:50:32 UTC

[lucenenet] branch master updated: Lucene.Net.Tests.Analysis.Common (TestRandomChains_() +TestRandomChainsWithLargeStrings()): Added AwaitsFixAttribute because we are getting random failures (See #269)

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

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new cc0c795  Lucene.Net.Tests.Analysis.Common (TestRandomChains_() +TestRandomChainsWithLargeStrings()): Added AwaitsFixAttribute because we are getting random failures (See #269)
cc0c795 is described below

commit cc0c795fef391da1dd7fa50f4b7a703772c34d7a
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Thu Nov 26 02:28:26 2020 +0700

    Lucene.Net.Tests.Analysis.Common (TestRandomChains_() +TestRandomChainsWithLargeStrings()): Added AwaitsFixAttribute because we are getting random failures (See #269)
---
 .../Analysis/Core/TestRandomChains.cs                                 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Lucene.Net.Tests.Analysis.Common/Analysis/Core/TestRandomChains.cs b/src/Lucene.Net.Tests.Analysis.Common/Analysis/Core/TestRandomChains.cs
index b1d9c5d..0d67b47 100644
--- a/src/Lucene.Net.Tests.Analysis.Common/Analysis/Core/TestRandomChains.cs
+++ b/src/Lucene.Net.Tests.Analysis.Common/Analysis/Core/TestRandomChains.cs
@@ -1,4 +1,4 @@
-
+
 using J2N.Runtime.CompilerServices;
 using J2N.Text;
 using Lucene.Net.Analysis.CharFilters;
@@ -1117,6 +1117,7 @@ namespace Lucene.Net.Analysis.Core
 
         [Test]
         [Slow]
+        [AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test occasionally fails
         public void TestRandomChains_()
         {
             int numIterations = AtLeast(20);
@@ -1144,6 +1145,7 @@ namespace Lucene.Net.Analysis.Core
         // we might regret this decision...
         [Test]
         [Slow]
+        [AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test occasionally fails
         public void TestRandomChainsWithLargeStrings()
         {
             int numIterations = AtLeast(20);