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 96b9b7b Lucene.Net.Tests.Search.TestControlledRealTimeReopenThread:
Added Ignore and AwaitsFix attributes to TestStraightForwardDemonstration() and
TestMultithreadedWaitForGeneration(), since they are failing on macOS
96b9b7b is described below
commit 96b9b7b302f293e605c80cf3eb1f90e5787af690
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Aug 19 06:23:40 2021 +0700
Lucene.Net.Tests.Search.TestControlledRealTimeReopenThread: Added Ignore
and AwaitsFix attributes to TestStraightForwardDemonstration() and
TestMultithreadedWaitForGeneration(), since they are failing on macOS
---
src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs
b/src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs
index cf30ac0..2c7b714 100644
--- a/src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs
+++ b/src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs
@@ -753,6 +753,8 @@ namespace Lucene.Net.Search
/// </summary>
// LUCENENET specific - An extra test to demonstrate use of
ControlledRealTimeReopen.
[Test]
+ [Ignore("LUCENENET TODO: this test fails on macOS")]
+ [AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/513")]
// LUCENENET TODO: this test fails on macOS
public void TestStraightForwardDemonstration()
{
@@ -873,6 +875,8 @@ namespace Lucene.Net.Search
/// </summary>
// LUCENENET specific - An extra test to test multithreaded use of
ControlledRealTimeReopen.
[Test]
+ [Ignore("LUCENENET TODO: this test fails on macOS")]
+ [AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/513")]
// LUCENENET TODO: this test fails on macOS
public void TestMultithreadedWaitForGeneration()
{
Thread CreateWorker(int threadNum,
ControlledRealTimeReopenThread<IndexSearcher> controlledReopen, long generation,