ModernUO/Projects/Server.Tests
Kamron Batman 72c568fc8b test(buffers): run RawInterpolatedStringHandlerTests in the sequential collection
It uses the shared, deliberately lock-free STArrayPool<char> (via
RawInterpolatedStringHandler.Clear) but — unlike its siblings STArrayPoolTests and
ValueStringBuilderTests — was not in the [Collection("Sequential Server Tests")]
(DisableParallelization) group. Running in parallel with another pool test races
STArrayPool's single-threaded state and trips its InitializeBuckets Debug.Assert
("Non-null _cacheBuckets"), an intermittent CI failure. Pre-existing; unrelated to the
rest of this branch. Server.Tests 790/790 across repeated runs.
2026-07-21 07:41:33 -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(buffers): run RawInterpolatedStringHandlerTests in the sequential collection 2026-07-21 07:41:33 -07:00
Server.Tests.csproj fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00