ModernUO/Projects
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
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server fix(saves): close a deadlock race in the worker pause handshake 2026-07-16 22:38:49 -07:00
Server.Tests test(saves): serialize persistence-constructing tests 2026-07-16 22:38:50 -07:00
UOContent perf(saves): drop the 9-byte per-entity placement state; write snapshots from worker segment logs 2026-07-16 22:38:47 -07:00
UOContent.Tests fix: Items dropped on the ground never decay (#2536) 2026-07-16 18:51:04 -07:00