Revert "Lucene.Net.Tests.Index.TestTermVectorsFormat.TestLotsOfFields(): Manually failing test on .NET Standard 2.0 because it crashes the test runner - need to investigate"
This reverts commit 62333ec568e3989e73dee65464e89d85c44acb82. This appears to be an issue with how the code is optimized by the compiler. Renaming the TestTermVectorsFormat class and compiling again seems to have fixed the crash, even after renaming back to the original name. Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/234c9b4c Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/234c9b4c Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/234c9b4c Branch: refs/heads/master Commit: 234c9b4c3c462c7c18ed4a3b9272ad4e14406ece Parents: e43a4c8 Author: Shad Storhaug <[email protected]> Authored: Sat Sep 16 06:57:25 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sat Sep 16 06:57:25 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/234c9b4c/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs b/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs index c9fa8c0..b189e41 100644 --- a/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs +++ b/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs @@ -84,10 +84,6 @@ namespace Lucene.Net.Index [Test] public override void TestLotsOfFields() { -#if NETCOREAPP2_0 - fail("LUCENENET TODO: Fatally crashes NUnit"); -#endif - base.TestLotsOfFields(); }
