apache / lucenenet

Apache Lucene.NET
https://lucenenet.apache.org/
Apache License 2.0
2.23k stars 639 forks source link

Meta: Add Support unit tests #920

Open paulirwin opened 8 months ago

paulirwin commented 8 months ago

Is there an existing issue for this?

Task description

This is a meta-issue that should be broken out into separate issues.

From #914 via @NightOwl888:

I also noticed we don't have tests for the following types in the Support folder:

NightOwl888 commented 7 months ago

@paulirwin - Perhaps eliminating ConcurrentDictionaryWrapper<TKey, TValue> and friends should be a separate issue. Alternatively, it could be rolled into #259. If there is a need for a "ConcurrentLinkedDictionary" in later versions of Lucene, perhaps the implementation should be tagged or put on its own branch so we can recover it later.