Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Lucene.Net 3.0.3
-
None
-
All
Description
These tests will fail intermittently in Debug or Release mode, in the core test suite:
- Lucene.Net.Index:
- TestConcurrentMergeScheduler.TestFlushExceptions – FIXED
- Lucene.Net.Store:
- TestLockFactory.TestStressLocks – FIXED
- Lucene.Net.Search:
- TestSort.TestParallelMultiSort – FIXED
- Lucene.Net.Util:
- TestFieldCacheSanityChecker.TestInsanity1 – FIXED
- TestFieldCacheSanityChecker.TestInsanity2 – FIXED
- Lucene.Net.Support
- TestWeakHashTableMultiThreadAccess.Test – FIXED
TestWeakHashTableMultiThreadAccess should be fine to remove along with the WeakHashTable in the Support namespace, since it's been replaced with WeakDictionary.