@@ -32,15 +32,15 @@ public static TestMatrix InprocessTestVariants
32
32
. WithHostingModels ( HostingModel . InProcess ) ;
33
33
34
34
[ 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" ) ]
36
36
[ MemberData ( nameof ( TestVariants ) ) ]
37
37
public async Task CheckStdoutLoggingToFile ( TestVariant variant )
38
38
{
39
39
await CheckStdoutToFile ( variant , "ConsoleWrite" ) ;
40
40
}
41
41
42
42
[ 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" ) ]
44
44
[ MemberData ( nameof ( TestVariants ) ) ]
45
45
public async Task CheckStdoutErrLoggingToFile ( TestVariant variant )
46
46
{
@@ -67,7 +67,7 @@ private async Task CheckStdoutToFile(TestVariant variant, string path)
67
67
68
68
// Move to separate file
69
69
[ 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" ) ]
71
71
[ MemberData ( nameof ( TestVariants ) ) ]
72
72
public async Task InvalidFilePathForLogs_ServerStillRuns ( TestVariant variant )
73
73
{
@@ -137,7 +137,7 @@ public async Task StartupMessagesAreLoggedIntoDefaultDebugLogFileWhenEnabledWith
137
137
}
138
138
139
139
[ 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" ) ]
141
141
[ RequiresIIS ( IISCapability . PoolEnvironmentVariables ) ]
142
142
[ MemberData ( nameof ( InprocessTestVariants ) ) ]
143
143
public async Task StartupMessagesLogFileSwitchedWhenLogFilePresentInWebConfig ( TestVariant variant )
@@ -170,7 +170,7 @@ public async Task StartupMessagesLogFileSwitchedWhenLogFilePresentInWebConfig(Te
170
170
}
171
171
172
172
[ 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" ) ]
174
174
[ MemberData ( nameof ( InprocessTestVariants ) ) ]
175
175
public async Task DebugLogsAreWrittenToEventLog ( TestVariant variant )
176
176
{
@@ -182,7 +182,7 @@ public async Task DebugLogsAreWrittenToEventLog(TestVariant variant)
182
182
}
183
183
184
184
[ 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" ) ]
186
186
[ MemberData ( nameof ( InprocessTestVariants ) ) ]
187
187
public async Task CheckUTF8File ( TestVariant variant )
188
188
{
@@ -208,7 +208,7 @@ public async Task CheckUTF8File(TestVariant variant)
208
208
}
209
209
210
210
[ 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" ) ]
212
212
[ MemberData ( nameof ( InprocessTestVariants ) ) ]
213
213
public async Task OnlyOneFileCreatedWithProcessStartTime ( TestVariant variant )
214
214
{
@@ -225,7 +225,7 @@ public async Task OnlyOneFileCreatedWithProcessStartTime(TestVariant variant)
225
225
}
226
226
227
227
[ 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" ) ]
229
229
public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart ( )
230
230
{
231
231
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( HostingModel . OutOfProcess ) ;
@@ -240,7 +240,7 @@ public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart()
240
240
}
241
241
242
242
[ 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" ) ]
244
244
[ RequiresNewShim ]
245
245
public async Task DisableRedirectionNoLogs ( )
246
246
{
@@ -257,7 +257,7 @@ public async Task DisableRedirectionNoLogs()
257
257
}
258
258
259
259
[ 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" ) ]
261
261
public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart30KbMax ( )
262
262
{
263
263
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( HostingModel . OutOfProcess ) ;
@@ -272,7 +272,7 @@ public async Task CaptureLogsForOutOfProcessWhenProcessFailsToStart30KbMax()
272
272
}
273
273
274
274
[ 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" ) ]
276
276
[ InlineData ( "ConsoleErrorWriteStartServer" ) ]
277
277
[ InlineData ( "ConsoleWriteStartServer" ) ]
278
278
public async Task CheckStdoutLoggingToPipeWithFirstWrite ( string path )
0 commit comments