ModernUO/Projects/Server.Tests/Tests/Serialization
Kamron Batman 22ceb83372
test(saves): serialize persistence-constructing tests
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>
2026-07-16 22:38:50 -07:00
..
BufferWriterTests.cs Removes MemoryMapFileWriter 2026-07-16 22:38:47 -07:00
DecimalSerializationTests.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
EnumConversionTests.cs fix: Fixes spawner timer deserialization, decimal deserialization, and adds potion keg reverse lookup (#1711) 2024-03-28 13:34:12 -07:00
FileBufferWriterTests.cs perf(saves): delete SerializedTypes.db write path and runtime type tracking 2026-07-16 22:38:49 -07:00
GenericEntityPersistenceRoundTripTests.cs perf(saves): delete SerializedTypes.db write path and runtime type tracking 2026-07-16 22:38:49 -07:00
GenericEntityPersistenceTypeTableTests.cs test(saves): lock unresolved-type handling in v4 and legacy v3 loading 2026-07-16 22:38:49 -07:00
SerializationChunkSourceTests.cs test(saves): serialize persistence-constructing tests 2026-07-16 22:38:50 -07:00
SerializationThreadWorkerHandshakeTests.cs fix(saves): close a deadlock race in the worker pause handshake 2026-07-16 22:38:49 -07:00
ShadowDictionaryEntriesTests.cs test(saves): serialize persistence-constructing tests 2026-07-16 22:38:50 -07:00
TypeConverterTests.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00