Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(minipipeline): add ControlFinalResponseExpectations #1451

Merged
merged 12 commits into from
Jan 18, 2024

Conversation

bassosimone
Copy link
Contributor

This PR adds the ControlFinalResponseExpectations field to WebObservationsContainer. We need this field to determine whether unexplained failures observed by the probe (i.e., failures occurring during redirects) are to be expected (because for some reason also the TH failed) or unexpected (because the TH succeeded).

Part of ooni/probe#2640.

@bassosimone bassosimone merged commit 0e44897 into master Jan 18, 2024
11 checks passed
@bassosimone bassosimone deleted the issue/2640k branch January 18, 2024 18:28
bassosimone added a commit that referenced this pull request Jan 19, 2024
This diff completes the work started by #1451 by adding support for
ControlFinalResponseExpectations to the analysis data structures, which
will enable us to use this information for Web Connectivity LTE.

Part of ooni/probe#2640.
bassosimone added a commit that referenced this pull request Jan 19, 2024
We need to know about all possible unexplained failures. With this
information and information about ControlFinalResponseExpectations
introduced in #1451 and #1452, we are able to transform unexplained
failures (i.e., failures occurring during redirects) into explained
failures when we have a control-based expectation to compare to.

Part of ooni/probe#2640
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
This PR adds the ControlFinalResponseExpectations field to
WebObservationsContainer. We need this field to determine whether
unexplained failures observed by the probe (i.e., failures occurring
during redirects) are to be expected (because for some reason also the
TH failed) or unexpected (because the TH succeeded).

Part of ooni/probe#2640.
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
…1452)

This diff completes the work started by ooni#1451 by adding support for
ControlFinalResponseExpectations to the analysis data structures, which
will enable us to use this information for Web Connectivity LTE.

Part of ooni/probe#2640.
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
We need to know about all possible unexplained failures. With this
information and information about ControlFinalResponseExpectations
introduced in ooni#1451 and ooni#1452, we are able to transform unexplained
failures (i.e., failures occurring during redirects) into explained
failures when we have a control-based expectation to compare to.

Part of ooni/probe#2640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant