Skip to content

Commit c577045

Browse files
committed
Retry Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.Http2Tests.Http2_RequestWithDataAndContentLength_Success
1 parent a768f1b commit c577045

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/copilot-instructions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333

3434
* To build and run tests in the repo, use the `build.sh` script that is located in each subdirectory within the `src` folder. For example, to run the build with tests in the `src/Http` directory, run `./src/Http/build.sh -test`.
3535

36+
## Quarantined tests
37+
38+
- Tests that are flaky and don't fail deterministically are marked with the `QuarantinedTest` attribute.
39+
- Such tests are not run as part of the regular tests workflow
40+
- A github issue url is used with the attribute
41+
42+
Example: `[QuarantinedTest("..issue url..")]`
43+
44+
- Look at the commit 406950442014149931322f97c42e999ce03fdb71 as an example of quarantining a test.
45+
- And look at the commit c103a034c4dccb1fecd02f68e4b0a3b638790b0c as an example of un-quarantining a test.
46+
3647
## .NET Environment
3748

3849
* Before running any `dotnet` commands in this repository, always activate the locally installed .NET environment first by running the appropriate activation script from the repository root:

eng/test-configuration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{"testName": {"contains": "ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
1515
{"testName": {"contains": "PhoneFactorFailsAfterSecurityStampChangeTest"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58231
1616
{"testName": {"contains": "AbortSendsFinalGOAWAY"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/59358
17+
{"testName": {"contains": "Http2_RequestWithDataAndContentLength_Success"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/63266
1718
{"testAssembly": {"contains": "IIS"}},
1819
{"testAssembly": {"contains": "Template"}},
1920
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},

0 commit comments

Comments
 (0)