From f5f829d78a3eb98ea28b6305742b316b03072bba Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Fri, 19 Apr 2024 13:57:16 -0700 Subject: [PATCH 1/2] Retry `MultipleThreadsForceRefresh` --- eng/test-configuration.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/test-configuration.json b/eng/test-configuration.json index 9a395470461b..bb7fe3281fa4 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -11,6 +11,7 @@ {"testName": {"contains": "POST_ServerAbort_ClientReceivesAbort"}}, {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}}, {"testName": {"contains": "CheckInvalidHostingModelParameter"}}, + {"testName": {"contains": "MultipleThreadsForceRefresh"}}, {"testAssembly": {"contains": "IIS"}}, {"testAssembly": {"contains": "Template"}}, {"failureMessage": {"contains":"(Site is started but no worker process found)"}}, From 59f2e1c80046071543f3be15f1132fd008ac0ed8 Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Fri, 19 Apr 2024 15:44:31 -0700 Subject: [PATCH 2/2] Update eng/test-configuration.json Co-authored-by: Andrew Casey --- eng/test-configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/test-configuration.json b/eng/test-configuration.json index bb7fe3281fa4..ba1d63c5f8e6 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -11,7 +11,7 @@ {"testName": {"contains": "POST_ServerAbort_ClientReceivesAbort"}}, {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}}, {"testName": {"contains": "CheckInvalidHostingModelParameter"}}, - {"testName": {"contains": "MultipleThreadsForceRefresh"}}, + {"testName": {"contains": "MultipleThreadsForceRefresh"}}, // tries to force a race but might fail to {"testAssembly": {"contains": "IIS"}}, {"testAssembly": {"contains": "Template"}}, {"failureMessage": {"contains":"(Site is started but no worker process found)"}},