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 85458d3c8 
Lucene.Net.Index.TestIndexWriterOnJRECrash::TestNRTThreads_Mem(): Added 
[AwaitsFix] attribute because this test fails intermittently (see #894).
85458d3c8 is described below

commit 85458d3c85822f2e01da434f3df012c65e1514d0
Author: Shad Storhaug <[email protected]>
AuthorDate: Sun Jan 14 09:24:33 2024 +0700

    Lucene.Net.Index.TestIndexWriterOnJRECrash::TestNRTThreads_Mem(): Added 
[AwaitsFix] attribute because this test fails intermittently (see #894).
---
 src/Lucene.Net.Tests/Index/TestIndexWriterOnJRECrash.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Lucene.Net.Tests/Index/TestIndexWriterOnJRECrash.cs 
b/src/Lucene.Net.Tests/Index/TestIndexWriterOnJRECrash.cs
index 3b28f469c..0b4a47c99 100644
--- a/src/Lucene.Net.Tests/Index/TestIndexWriterOnJRECrash.cs
+++ b/src/Lucene.Net.Tests/Index/TestIndexWriterOnJRECrash.cs
@@ -47,6 +47,7 @@ namespace Lucene.Net.Index
 
         [Test]
         [Slow]
+        [AwaitsFix]
         public override void TestNRTThreads_Mem()
         {
             //if we are not the fork

Reply via email to