From 1cdd4b9feb7846cabe07399460a1d50334d113d3 Mon Sep 17 00:00:00 2001 From: David Justo Date: Wed, 2 Oct 2024 17:07:02 -0700 Subject: [PATCH] make faultyorchestrators compile by forcing all paths to return --- .../OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs b/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs index 63f9f2a5b..8332fa436 100644 --- a/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs +++ b/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs @@ -64,6 +64,7 @@ public static Task ProcessExitOrchestrator( // force sudden crash Environment.FailFast("Simulating crash!"); + throw new Exception("this should never be reached"); } else { // if it's not the first replay, delete the evidence file and return