ModernUO/Projects/Server.Tests
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
..
Fixtures fix(tests): single shared bootstrap; idempotent SerializationThreadWorker.Exit (#2473) 2026-06-07 12:36:37 -07:00
Helpers feat: Implements passive Detect Hidden mechanics (#2342) 2026-02-28 11:24:49 -08:00
Tests test(saves): serialize persistence-constructing tests 2026-07-16 22:38:50 -07:00
Server.Tests.csproj fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00