ModernUO/Projects/Server.Tests/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
..
Buffers test(buffers): run RawInterpolatedStringHandlerTests in the sequential collection 2026-07-21 07:41:33 -07:00
Client fix: Fixes flaky tests, formatting, and sequential testing. (#2168) 2025-04-30 16:42:38 -07:00
Collections chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Console fix(console): stop headless servers from pegging a CPU core (#2535) 2026-07-16 18:52:43 -07:00
Geometry chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Items fix: Items dropped on the ground never decay (#2536) 2026-07-16 18:51:04 -07:00
Json fix(json): Rectangle3DConverter loses a z-level on write (#2506) 2026-06-25 23:42:49 -07:00
Localization fix: Fixes flaky tests, formatting, and sequential testing. (#2168) 2025-04-30 16:42:38 -07:00
Maps perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
Network perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
PropertyList fix(opl): only apply the ':#' cliloc marker to integer values (#2540) 2026-07-19 10:49:16 -07:00
Serialization perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
Text chore: Code Cleanup (#1239) 2022-11-10 22:49:25 -08:00
Timer chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Utility chore: Fixes flaky tests (#2386) 2026-03-22 10:54:12 -07:00
World chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
SerialTests.cs fix: Adds ISpanFormattable support to Serial (#1065) 2022-06-14 18:39:46 -07:00