Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 27, 2023
1 parent df33632 commit 5ad8387
Show file tree
Hide file tree
Showing 6 changed files with 5,989 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/minipipeline/qa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ func testMustRunAllWebTestCases(t *testing.T, topdir string) {

func TestQAWeb(t *testing.T) {
testMustRunAllWebTestCases(t, filepath.Join("testdata", "webconnectivity", "generated"))
testMustRunAllWebTestCases(t, filepath.Join("testdata", "webconnectivity", "manual"))
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test cases automatically generated from webconnectivityqa.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manually curated test cases.
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": {}
}
Loading

0 comments on commit 5ad8387

Please sign in to comment.