Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-configuration.json « eng - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eba3e6de52a84c5e635943236dba2519bb10935f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "version" : 1,
  "defaultOnFailure": "fail",
  "localRerunCount" : 3,
  "retryOnRules": [
    {"testName": {"contains": "FlakyTestToEnsureRetryWorks" }},
    {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }},
    {"testName": {"contains": "Http3RequestTests"}},
    {"testName": {"contains": "Http3TlsTests"}},
    {"testName": {"contains": "StreamPool_StreamAbortedOnClientAndServer_NotPooled"}},
    {"testName": {"contains": "TraceIdentifierIsUnique"}},
    {"testName": {"contains": "LocationChangingHandlers_CannotCancelTheNavigationAsynchronously_UntilReturning"}},
    {"testName": {"contains": "ClientAbortingConnectionImmediatelyIsNotLoggedHigherThanDebug"}},
    {"testName": {"contains": "WebConfigAppendsHostingStartup_OutOfProcess"}},
    {"testName": {"contains": "HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate"}},
    {"testName": {"contains": "BidirectionalStream_ServerReadsDataAndCompletes_GracefullyClosed"}},
    {"testName": {"contains": "POST_ServerAbort_ClientReceivesAbort"}},
    {"testName": {"contains": "POST_ServerAbortAfterWrite_ClientReceivesAbort"}},
    {"testAssembly": {"contains": "IIS"}},
    {"testAssembly": {"contains": "Template"}},
    {"failureMessage": {"contains":"(Site is started but no worker process found)"}},
    {"failureMessage": {"contains": "network disconnected"}}
  ],
  "failOnRules": [
  ],
  "quarantineRules": [
  ]
}