This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 0d223f2 SWEEP: Changed test framework for .NET Standard 2.0 from
netcoreapp2.1 to net461
new b446f84 BUG: Lucnene.Net.Tests.Index.TestDocumentsWriterStallControl:
Changed to use Thread.Yield() instead of Thread.Sleep(0) to match Lucene. This
was a workaround for .NET Standard 1.x that is no longer applicable.
new 4d13c36 SWEEP: Removed FEATURE_THREAD_YIELD and changed all calls to
use Thread.Yield() instead of Thread.Sleep(0)
new beb697c SWEEP: Removed FEATURE_THREAD_PRIORITY, since it only applied
to .NET Standard 1.x
new 2dc1c37 BUG:
Lucene.Net.Tests.Index.TestIndexWriterWithThreads::TestRollbackAndCommitWithThreads():
Restored original NullReferenceException catch blocks that were in Lucene due
to random test failures.
new fe3128c Lucene.Net.Tests.Index.TestAddIndexes: Updated error handling
to use our extension methods and use printStackTrace() to log errors
new 70cd8b8 Lucene.Net.Tests.Index.TestIndexWriter: Added Timeout and
Deadlock attributes to TestThreadInterruptDeadlock() and
TestTwoThreadsInterruptDeadlock(), since they sometimes hang
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Directory.Build.targets | 2 --
.../ByTask/Tasks/TaskSequence.cs | 2 --
.../Index/RandomIndexWriter.cs | 3 +-
.../Store/BaseDirectoryTestCase.cs | 4 ---
.../Store/MockDirectoryWrapper.cs | 4 ---
.../Store/MockIndexOutputWrapper.cs | 2 +-
.../Taxonomy/TestTaxonomyCombined.cs | 2 --
.../Spell/TestSpellChecker.cs | 2 --
.../Analyzing/AnalyzingInfixSuggesterTest.cs | 2 --
src/Lucene.Net.Tests/Index/TestAddIndexes.cs | 12 ++++----
.../Index/TestDocumentsWriterStallControl.cs | 33 ++++++++++++----------
src/Lucene.Net.Tests/Index/TestIndexWriter.cs | 5 ++--
.../Index/TestIndexWriterMerging.cs | 4 +--
.../Index/TestIndexWriterWithThreads.cs | 16 +++++------
src/Lucene.Net.Tests/Index/TestStressIndexing2.cs | 2 +-
.../Search/TestControlledRealTimeReopenThread.cs | 4 ---
src/Lucene.Net.Tests/TestWorstCaseTestBehavior.cs | 2 --
src/Lucene.Net/Support/Index/TaskMergeScheduler.cs | 8 +-----
18 files changed, 42 insertions(+), 67 deletions(-)