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
commit d9418ec2a80ae834d7b9515326b63768309478c9 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Aug 15 12:54:04 2019 +0700 Lucene.Net.Tests.Replicator: Removed Timeout attribute that was put in only to ensure a deadlock doesn't cause the test run to time out (see LUCENENET-617) --- .../Properties/AssemblyInfo.cs | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs b/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs index 62b4349..4de1f37 100644 --- a/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs @@ -35,24 +35,3 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("418e9d8e-2369-4b52-8d2f-5a987213999b")] - -#if !NETSTANDARD -// LUCENENET TODO: 2019-07-14 - Had a hanging test in Lucene.Net.Tests.Replicator -// on .NET Framwork 4.5 (not sure which one), -// but unable to repeat. Adding this timeout (with at least 10x the time it usually takes -// to run all of these tests) to ensure if we get a hang again, the hanging test will fail -// so we know which test to investigate. -[assembly: NUnit.Framework.Timeout(120000)] - -//All we know for certain is that it wasn't any of these tests - -//√ TestBasic [1s 220ms] -//√ TestNoUpdateThread [313ms] -//√ TestRecreateTaxonomy [233ms] -//√ TestRestart [380ms] -//√ TestUpdateThread [314ms] -//√ TestNoCommit [26ms] -//√ TestOpen [31ms] -//√ TestRevisionRelease [5ms] -//√ TestSegmentsFileLast [3ms] -#endif
