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.
|
||
|---|---|---|
| .. | ||
| Buffers | ||
| Client | ||
| Collections | ||
| Console | ||
| Geometry | ||
| Items | ||
| Json | ||
| Localization | ||
| Maps | ||
| Network | ||
| PropertyList | ||
| Serialization | ||
| Text | ||
| Timer | ||
| Utility | ||
| World | ||
| SerialTests.cs | ||