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 2f981ce  Directory.Build.targets: Renamed 
FEATURE_SECURITYPERMISSIONS_HOSTPROTECTION to FEATURE_CODE_ACCESS_SECURITY to 
make it more generalize for SecurityPermissionAttribute and 
HostProtectionAttribute
     new 425c9d3  
Lucene.Net.Support.Threading.LimitedConcurrencyLevelTaskScheduler: Added 
Shutdown() method to prevent new work from being queued.
     new 00caabd  BUG: 
Lucene.Net.Tests.Suggest.Spell.TestSpellChecker::TestConcurrentAccess(): Fixed 
hanging test issue due to timeouts on each thread rather than using a single 
timeout for the entire batch. Also fail the test if we go over 5 minutes, which 
will prevent us from hanging the test runner, but still give us a failure to 
investigate.
     new 17d1f49  Lucene.Net.Util.LuceneTestCase::NewSearcher(): Added missing 
event handler to stop the TaskScheduler service from accepting new work
     new f0ec411  Lucene.Net.Support: Factored out ICallable<V> and 
ICompletionService<V> interfaces, as they are not needed

The 4 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:
 .../Util/LuceneTestCase.cs                         | 31 +++++-----
 .../Spell/TestSpellChecker.cs                      | 70 +++++++++++++++++-----
 .../Suggest/LookupBenchmarkTest.cs                 | 12 ++--
 src/Lucene.Net/Search/IndexSearcher.cs             | 20 ++++---
 src/Lucene.Net/Support/ICallable.cs                | 24 --------
 .../Support/Threading/ICompletionService.cs        | 32 ----------
 .../LimitedConcurrencyLevelTaskScheduler.cs        | 12 ++++
 .../Threading/TaskSchedulerCompletionService.cs    |  9 +--
 8 files changed, 104 insertions(+), 106 deletions(-)
 delete mode 100644 src/Lucene.Net/Support/ICallable.cs
 delete mode 100644 src/Lucene.Net/Support/Threading/ICompletionService.cs

Reply via email to