-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df33632
commit 5ad8387
Showing
6 changed files
with
5,989 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
internal/minipipeline/testdata/webconnectivity/generated/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Test cases automatically generated from webconnectivityqa. |
1 change: 1 addition & 0 deletions
1
internal/minipipeline/testdata/webconnectivity/manual/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Manually curated test cases. |
27 changes: 27 additions & 0 deletions
27
internal/minipipeline/testdata/webconnectivity/manual/youtube/analysis.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"DNSExperimentFailure": null, | ||
"DNSTransactionsWithBogons": {}, | ||
"DNSTransactionsWithUnexpectedFailures": {}, | ||
"DNSPossiblyInvalidAddrs": {}, | ||
"HTTPDiffBodyProportionFactor": 0.6327409384828159, | ||
"HTTPDiffStatusCodeMatch": true, | ||
"HTTPDiffTitleDifferentLongWords": {}, | ||
"HTTPDiffUncommonHeadersIntersection": { | ||
"accept-ch": true, | ||
"alt-svc": true, | ||
"cross-origin-opener-policy": true, | ||
"origin-trial": true, | ||
"permissions-policy": true, | ||
"report-to": true | ||
}, | ||
"HTTPFinalResponses": { | ||
"8": true | ||
}, | ||
"HTTPFinalResponsesWithTLS": { | ||
"8": true | ||
}, | ||
"TCPTransactionsWithUnexpectedTCPConnectFailures": {}, | ||
"TCPTransactionsWithUnexpectedTLSHandshakeFailures": {}, | ||
"TCPTransactionsWithUnexpectedHTTPFailures": {}, | ||
"TCPTransactionsWithUnexplainedUnexpectedFailures": {} | ||
} |
Oops, something went wrong.