Fix OS version check and testhost copying in stress tests (#40980)
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Thu, 20 Aug 2020 18:04:45 +0000 (20:04 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 18:04:45 +0000 (20:04 +0200)
commit4cc405844d8f50c6c7a23110c1220507f81f0960
treeb927feb8f7cb88c1573d360942f193c21efdf8dc
parentc039f3c0682b3c6f82fcab2573c6d81e6eec61ad
Fix OS version check and testhost copying in stress tests (#40980)

SslStress also fails due to OperatingSystem.IsWindows() call which is not available on the public SDK yet.
12 files changed:
eng/docker/libraries-sdk-aspnetcore.linux.Dockerfile
eng/docker/libraries-sdk-aspnetcore.windows.Dockerfile
eng/docker/libraries-sdk.linux.Dockerfile
eng/docker/libraries-sdk.windows.Dockerfile
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Dockerfile
src/libraries/System.Net.Http/tests/StressTests/HttpStress/StressClient.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1
src/libraries/System.Net.Http/tests/StressTests/HttpStress/windows.Dockerfile
src/libraries/System.Net.Security/tests/StressTests/SslStress/Dockerfile
src/libraries/System.Net.Security/tests/StressTests/SslStress/SslServerBase.cs
src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/ErrorAggregator.cs
src/libraries/System.Net.Security/tests/StressTests/SslStress/windows.Dockerfile