Httpstress: add max execution time argument (dotnet/corefx#41643)
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Wed, 9 Oct 2019 10:53:42 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 10:53:42 +0000 (11:53 +0100)
commitefb1df60cf922e7060867e9c70f513c925ac50ec
tree1c54b35e803b3de87baf538cde62d500a95913cb
parent59e6458a2ea1f71bdfde7f290d341bf33231f4e0
Httpstress: add max execution time argument (dotnet/corefx#41643)

HttpStress: add max execution time arg

Adds -maxExecutionTime cli argument.
Enables nullable annotations.

Commit migrated from https://github.com/dotnet/corefx/commit/630924d0ccfbac62195927c0f4514fe33d47c729
src/libraries/System.Net.Http/tests/StressTests/HttpStress/ChecksumHelpers.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/ClientOperations.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Configuration.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/StressClient.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/StressServer.cs