Constructing a Persistence mutates the static registry - an unsynchronized SortedSet - and Unregister mutates it again. ShadowDictionaryEntriesTests and SerializationChunkSourceTests did this outside the sequential collection, so a parallel xunit collection could corrupt the tree mid-insert: observed on CI as an NRE in SortedSet.InsertionBalance from Persistence..ctor. Both classes now share the Sequential Server Tests collection with the other registry mutators. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| BufferWriterTests.cs | ||
| DecimalSerializationTests.cs | ||
| EnumConversionTests.cs | ||
| FileBufferWriterTests.cs | ||
| GenericEntityPersistenceRoundTripTests.cs | ||
| GenericEntityPersistenceTypeTableTests.cs | ||
| SerializationChunkSourceTests.cs | ||
| SerializationThreadWorkerHandshakeTests.cs | ||
| ShadowDictionaryEntriesTests.cs | ||
| TypeConverterTests.cs | ||