From 4955f3bc0d97a1dbf138927d100ef6cd39f5a577 Mon Sep 17 00:00:00 2001 From: Reuben Bond Date: Tue, 26 Mar 2024 09:56:13 -0700 Subject: [PATCH] Add blame to tests in CI --- tests/send-to-helix.proj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/send-to-helix.proj b/tests/send-to-helix.proj index 01f89a3b86..cc328aef3c 100644 --- a/tests/send-to-helix.proj +++ b/tests/send-to-helix.proj @@ -34,6 +34,14 @@ <_TestRunCommandArguments Include="-s .runsettings" /> <_TestRunCommandArguments Include="$(_TestNameEnvVar).dll" /> <_TestRunCommandArguments Include="--ResultsDirectory:$(_HelixLogsPath)" /> + <_TestRunCommandArguments Include="--blame-hang" /> + <_TestRunCommandArguments Include="--blame-hang-dump-type" /> + <_TestRunCommandArguments Include="full" /> + <_TestRunCommandArguments Include="--blame-hang-timeout" /> + <_TestRunCommandArguments Include="10m" /> + <_TestRunCommandArguments Include="--blame-crash" /> + <_TestRunCommandArguments Include="--blame-crash-dump-type" /> + <_TestRunCommandArguments Include="full" />