Closed
Description
https://dev.azure.com/dnceng/public/_build?definitionId=690&_a=summary
Seems to start failing consistently around end of last week
There is not much info but the xunit even did not start.
Unfortunately this seems to run only on selected PRs so there is no good tracking when it start failing.
I feel we should add periodic runs and guard agains infrastructure changes.
System.Net.Http.Enterprise.Tests -> /repo/artifacts/bin/System.Net.Http.Enterprise.Tests/Debug/net7.0-unix/System.Net.Http.Enterprise.Tests.dll
----- start Mon Mar 21 23:47:19 UTC 2022 =============== To repro directly: =====================================================
pushd /repo/artifacts/bin/System.Net.Http.Enterprise.Tests/Debug/net7.0-unix
/repo/artifacts/bin/testhost/net7.0-Linux-Debug-x64/dotnet exec --runtimeconfig System.Net.Http.Enterprise.Tests.runtimeconfig.json --depsfile System.Net.Http.Enterprise.Tests.deps.json xunit.console.dll System.Net.Http.Enterprise.Tests.dll -xml testResults.xml -nologo -notrait category=OuterLoop -notrait category=failing
popd
===========================================================================================================
/repo/artifacts/bin/System.Net.Http.Enterprise.Tests/Debug/net7.0-unix /repo/src/libraries/System.Net.Http/tests/EnterpriseTests
/repo/artifacts/bin/System.Net.Http.Enterprise.Tests/Debug/net7.0-unix/RunTests.sh: line 168: 23527 Segmentation fault (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Net.Http.Enterprise.Tests.runtimeconfig.json --depsfile System.Net.Http.Enterprise.Tests.deps.json xunit.console.dll System.Net.Http.Enterprise.Tests.dll -xml testResults.xml -nologo -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/repo/src/libraries/System.Net.Http/tests/EnterpriseTests
----- end Mon Mar 21 23:47:20 UTC 2022 ----- exit code 139 ----------------------------------------------------------
cc: @dotnet/ncl