We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb0bc4 commit 6e4de62Copy full SHA for 6e4de62
msgraph-chaos-proxy/ChaosEngine.cs
@@ -202,7 +202,7 @@ private void HandleGraphRequest(SessionEventArgs e) {
202
}
203
else {
204
var failMode = ShouldFail(e.HttpClient.Request);
205
- if (failMode == FailMode.PassThru) {
+ if (failMode == FailMode.PassThru && _config.FailureRate != 100) {
206
Console.WriteLine($"\tPassed through {e.HttpClient.Request.RequestUri.AbsolutePath}");
207
return;
208
0 commit comments