]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Test parallelization stuff. (#31650)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Sun, 1 Sep 2024 01:28:30 +0000 (03:28 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 01:28:30 +0000 (03:28 +0200)
commitf9a722a87ee9d28c893faf18799ae6beb2aaac84
treea2dec973491a47cb15d50208406c6e8bb40895cd
parent5df3454db61eda5488a14c0a4dd53e62a18ff685
Test parallelization stuff. (#31650)

This is the content analogue of https://github.com/space-wizards/RobustToolbox/pull/5412

Made Content.Tests run tests parallelized, which doesn't really seem to matter much.

I tried to make Content.IntegrationTest more aggressively parallelized but ran into https://github.com/dotnet/runtime/issues/107197 so we need to shelve that. Added a comment explaining as such.
Content.IntegrationTests/AssemblyInfo.cs [new file with mode: 0644]
Content.IntegrationTests/PoolManager.cs
Content.IntegrationTests/PoolManagerTestEventHandler.cs
Content.Tests/AssemblyInfo.cs [new file with mode: 0644]