-
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.
chore(minipipeline): add data to understand ooni/probe#1511 (#1471)
This commit adds data collected from ooni/probe#1511 (comment) that helps us to understand why `minipipeline` flags the measurement as `accessible = null` and `blocking = null`.
- Loading branch information
1 parent
3a44830
commit 4fb9f0f
Showing
6 changed files
with
677 additions
and
0 deletions.
There are no files selected for viewing
113 changes: 113 additions & 0 deletions
113
internal/minipipeline/testdata/webconnectivity/manual/8844/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,113 @@ | ||
{ | ||
"ControlExpectations": { | ||
"DNSAddresses": [], | ||
"FinalResponseFailure": "" | ||
}, | ||
"DNSLookupSuccess": [], | ||
"DNSLookupSuccessWithInvalidAddresses": [], | ||
"DNSLookupSuccessWithValidAddress": [], | ||
"DNSLookupSuccessWithBogonAddresses": [], | ||
"DNSLookupSuccessWithInvalidAddressesClassic": [], | ||
"DNSLookupSuccessWithValidAddressClassic": [], | ||
"DNSLookupUnexpectedFailure": [], | ||
"DNSLookupUnexplainedFailure": [], | ||
"DNSExperimentFailure": null, | ||
"DNSLookupExpectedFailure": [], | ||
"DNSLookupExpectedSuccess": [], | ||
"TCPConnectExpectedFailure": [], | ||
"TCPConnectUnexpectedFailure": [], | ||
"TCPConnectUnexpectedFailureDuringWebFetch": [], | ||
"TCPConnectUnexpectedFailureDuringConnectivityCheck": [], | ||
"TCPConnectUnexplainedFailure": [], | ||
"TCPConnectUnexplainedFailureDuringWebFetch": [], | ||
"TCPConnectUnexplainedFailureDuringConnectivityCheck": [], | ||
"TLSHandshakeExpectedFailure": [], | ||
"TLSHandshakeUnexpectedFailure": [], | ||
"TLSHandshakeUnexpectedFailureDuringWebFetch": [], | ||
"TLSHandshakeUnexpectedFailureDuringConnectivityCheck": [], | ||
"TLSHandshakeUnexplainedFailure": [], | ||
"TLSHandshakeUnexplainedFailureDuringWebFetch": [], | ||
"TLSHandshakeUnexplainedFailureDuringConnectivityCheck": [], | ||
"HTTPRoundTripUnexpectedFailure": [], | ||
"HTTPRoundTripUnexplainedFailure": [], | ||
"HTTPFinalResponseSuccessTLSWithoutControl": null, | ||
"HTTPFinalResponseSuccessTLSWithControl": 4, | ||
"HTTPFinalResponseSuccessTCPWithoutControl": null, | ||
"HTTPFinalResponseSuccessTCPWithControl": null, | ||
"HTTPFinalResponseDiffBodyProportionFactor": 1, | ||
"HTTPFinalResponseDiffStatusCodeMatch": true, | ||
"HTTPFinalResponseDiffTitleDifferentLongWords": {}, | ||
"HTTPFinalResponseDiffUncommonHeadersIntersection": { | ||
"access-control-allow-origin": true, | ||
"alt-svc": true, | ||
"content-length": true | ||
}, | ||
"Linear": [ | ||
{ | ||
"TagDepth": 0, | ||
"Type": 3, | ||
"Failure": "", | ||
"TransactionID": 4, | ||
"TagFetchBody": true, | ||
"DNSTransactionID": null, | ||
"DNSDomain": null, | ||
"DNSLookupFailure": null, | ||
"DNSQueryType": null, | ||
"DNSEngine": null, | ||
"DNSResolvedAddrs": null, | ||
"IPAddress": "8.8.4.4", | ||
"IPAddressASN": 15169, | ||
"IPAddressBogon": false, | ||
"EndpointTransactionID": 4, | ||
"EndpointProto": "tcp", | ||
"EndpointPort": "443", | ||
"EndpointAddress": "8.8.4.4:443", | ||
"TCPConnectFailure": "", | ||
"TLSHandshakeFailure": "", | ||
"TLSServerName": "8.8.4.4", | ||
"HTTPRequestURL": "https://8.8.4.4/dns-query?dns=q80BAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB", | ||
"HTTPFailure": "", | ||
"HTTPResponseStatusCode": 200, | ||
"HTTPResponseBodyLength": 49, | ||
"HTTPResponseBodyIsTruncated": false, | ||
"HTTPResponseHeadersKeys": { | ||
"Access-Control-Allow-Origin": true, | ||
"Alt-Svc": true, | ||
"Cache-Control": true, | ||
"Content-Length": true, | ||
"Content-Type": true, | ||
"Date": true, | ||
"Expires": true, | ||
"Server": true, | ||
"X-Content-Type-Options": true, | ||
"X-Frame-Options": true, | ||
"X-Xss-Protection": true | ||
}, | ||
"HTTPResponseLocation": null, | ||
"HTTPResponseTitle": "", | ||
"HTTPResponseIsFinal": true, | ||
"ControlDNSDomain": null, | ||
"ControlDNSLookupFailure": null, | ||
"ControlDNSResolvedAddrs": null, | ||
"ControlTCPConnectFailure": "", | ||
"ControlTLSHandshakeFailure": "", | ||
"ControlHTTPFailure": "", | ||
"ControlHTTPResponseStatusCode": 200, | ||
"ControlHTTPResponseBodyLength": 49, | ||
"ControlHTTPResponseHeadersKeys": { | ||
"Access-Control-Allow-Origin": true, | ||
"Alt-Svc": true, | ||
"Cache-Control": true, | ||
"Content-Length": true, | ||
"Content-Type": true, | ||
"Date": true, | ||
"Expires": true, | ||
"Server": true, | ||
"X-Content-Type-Options": true, | ||
"X-Frame-Options": true, | ||
"X-Xss-Protection": true | ||
}, | ||
"ControlHTTPResponseTitle": "" | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
internal/minipipeline/testdata/webconnectivity/manual/8844/analysis_classic.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,42 @@ | ||
{ | ||
"ControlExpectations": { | ||
"DNSAddresses": [], | ||
"FinalResponseFailure": "" | ||
}, | ||
"DNSLookupSuccess": [], | ||
"DNSLookupSuccessWithInvalidAddresses": [], | ||
"DNSLookupSuccessWithValidAddress": [], | ||
"DNSLookupSuccessWithBogonAddresses": [], | ||
"DNSLookupSuccessWithInvalidAddressesClassic": [], | ||
"DNSLookupSuccessWithValidAddressClassic": [], | ||
"DNSLookupUnexpectedFailure": [], | ||
"DNSLookupUnexplainedFailure": [], | ||
"DNSExperimentFailure": null, | ||
"DNSLookupExpectedFailure": [], | ||
"DNSLookupExpectedSuccess": [], | ||
"TCPConnectExpectedFailure": [], | ||
"TCPConnectUnexpectedFailure": [], | ||
"TCPConnectUnexpectedFailureDuringWebFetch": [], | ||
"TCPConnectUnexpectedFailureDuringConnectivityCheck": [], | ||
"TCPConnectUnexplainedFailure": [], | ||
"TCPConnectUnexplainedFailureDuringWebFetch": [], | ||
"TCPConnectUnexplainedFailureDuringConnectivityCheck": [], | ||
"TLSHandshakeExpectedFailure": [], | ||
"TLSHandshakeUnexpectedFailure": [], | ||
"TLSHandshakeUnexpectedFailureDuringWebFetch": [], | ||
"TLSHandshakeUnexpectedFailureDuringConnectivityCheck": [], | ||
"TLSHandshakeUnexplainedFailure": [], | ||
"TLSHandshakeUnexplainedFailureDuringWebFetch": [], | ||
"TLSHandshakeUnexplainedFailureDuringConnectivityCheck": [], | ||
"HTTPRoundTripUnexpectedFailure": [], | ||
"HTTPRoundTripUnexplainedFailure": [], | ||
"HTTPFinalResponseSuccessTLSWithoutControl": null, | ||
"HTTPFinalResponseSuccessTLSWithControl": null, | ||
"HTTPFinalResponseSuccessTCPWithoutControl": null, | ||
"HTTPFinalResponseSuccessTCPWithControl": null, | ||
"HTTPFinalResponseDiffBodyProportionFactor": null, | ||
"HTTPFinalResponseDiffStatusCodeMatch": null, | ||
"HTTPFinalResponseDiffTitleDifferentLongWords": null, | ||
"HTTPFinalResponseDiffUncommonHeadersIntersection": null, | ||
"Linear": null | ||
} |
Oops, something went wrong.