@@ -32,15 +32,15 @@ public static TestMatrix InprocessTestVariants
3232 . WithHostingModels ( HostingModel . InProcess ) ;
3333
3434 [ ConditionalTheory ]
35- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
35+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
3636 [ MemberData ( nameof ( TestVariants ) ) ]
3737 public async Task CheckStdoutLoggingToFile ( TestVariant variant )
3838 {
3939 await CheckStdoutToFile ( variant , "ConsoleWrite" ) ;
4040 }
4141
4242 [ ConditionalTheory ]
43- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
43+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
4444 [ MemberData ( nameof ( TestVariants ) ) ]
4545 public async Task CheckStdoutErrLoggingToFile ( TestVariant variant )
4646 {
@@ -67,7 +67,7 @@ private async Task CheckStdoutToFile(TestVariant variant, string path)
6767
6868 // Move to separate file
6969 [ ConditionalTheory ]
70- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
70+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
7171 [ MemberData ( nameof ( TestVariants ) ) ]
7272 public async Task InvalidFilePathForLogs_ServerStillRuns ( TestVariant variant )
7373 {
@@ -137,7 +137,7 @@ public async Task StartupMessagesAreLoggedIntoDefaultDebugLogFileWhenEnabledWith
137137 }
138138
139139 [ ConditionalTheory ]
140- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
140+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
141141 [ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
142142 [ MemberData ( nameof ( InprocessTestVariants ) ) ]
143143 public async Task StartupMessagesLogFileSwitchedWhenLogFilePresentInWebConfig ( TestVariant variant )
@@ -170,7 +170,7 @@ public async Task StartupMessagesLogFileSwitchedWhenLogFilePresentInWebConfig(Te
170170 }
171171
172172 [ ConditionalTheory ]
173- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
173+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
174174 [ MemberData ( nameof ( InprocessTestVariants ) ) ]
175175 public async Task DebugLogsAreWrittenToEventLog ( TestVariant variant )
176176 {
@@ -182,7 +182,7 @@ public async Task DebugLogsAreWrittenToEventLog(TestVariant variant)
182182 }
183183
184184 [ ConditionalTheory ]
185- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
185+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
186186 [ MemberData ( nameof ( InprocessTestVariants ) ) ]
187187 public async Task CheckUTF8File ( TestVariant variant )
188188 {
@@ -208,7 +208,7 @@ public async Task CheckUTF8File(TestVariant variant)
208208 }
209209
210210 [ ConditionalTheory ]
211- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
211+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
212212 [ MemberData ( nameof ( InprocessTestVariants ) ) ]
213213 public async Task OnlyOneFileCreatedWithProcessStartTime ( TestVariant variant )
214214 {
@@ -225,7 +225,7 @@ public async Task OnlyOneFileCreatedWithProcessStartTime(TestVariant variant)
225225 }
226226
227227 [ ConditionalFact ]
228- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
228+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
229229 public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart ( )
230230 {
231231 var deploymentParameters = Fixture . GetBaseDeploymentParameters ( HostingModel . OutOfProcess ) ;
@@ -240,7 +240,7 @@ public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart()
240240 }
241241
242242 [ ConditionalFact ]
243- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
243+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
244244 [ RequiresNewShim ]
245245 public async Task DisableRedirectionNoLogs ( )
246246 {
@@ -257,7 +257,7 @@ public async Task DisableRedirectionNoLogs()
257257 }
258258
259259 [ ConditionalFact ]
260- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
260+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
261261 public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart30KbMax ( )
262262 {
263263 var deploymentParameters = Fixture . GetBaseDeploymentParameters ( HostingModel . OutOfProcess ) ;
@@ -272,7 +272,7 @@ public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart30KbMax()
272272 }
273273
274274 [ ConditionalTheory ]
275- [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H1 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
275+ [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
276276 [ InlineData ( "ConsoleErrorWriteStartServer" ) ]
277277 [ InlineData ( "ConsoleWriteStartServer" ) ]
278278 public async Task CheckStdoutLoggingToPipeWithFirstWrite ( string path )
0 commit comments