-
Notifications
You must be signed in to change notification settings - Fork 143
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
webconnectivitylte: implement summary generation #2667
Labels
Comments
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Feb 6, 2024
Lots of errors and bugfixes still needed but let's publish the branch first and then continue hammering it. See ooni/probe#2667
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Feb 7, 2024
We used the run experiment for the DoT and DoH blocking paper, i.e., https://censorbib.nymity.ch/#Basso2021a. Beyond that, the run experiment has never been advertised and its functionality duplicates some OONI Run v2 functionality. Therefore, it's safe to remove this experiment, which will make ooni/probe#2667 easier to implement.
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Feb 7, 2024
We used the run experiment for the DoT and DoH blocking paper, i.e., https://censorbib.nymity.ch/#Basso2021a. Beyond that, the run experiment has never been advertised and its functionality duplicates some OONI Run v2 functionality. Therefore, it's safe to remove this experiment, which will make ooni/probe#2667 easier to implement.
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Feb 7, 2024
While approaching ooni/probe#2667, I recognized that the approach we're using to generate `SummaryKeys` is redundant, verbose, and fragile. This diff attempts to improve our implementation. We define new types for generating summary keys and `engine.MeasurementSummaryKeys` to either return the proper summary keys, if the experiment `TestKeys` support that or return a default value. While there, disable the flaky `throttlingWithHTTP` QA check (see ooni/probe#2668).
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Feb 7, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Feb 7, 2024
Closes ooni/probe#2667. While there, repair flaky unit test and explain why it was flaky.
Murphy-OrangeMud
pushed a commit
to Murphy-OrangeMud/probe-cli
that referenced
this issue
Feb 13, 2024
We used the run experiment for the DoT and DoH blocking paper, i.e., https://censorbib.nymity.ch/#Basso2021a. Beyond that, the run experiment has never been advertised and its functionality duplicates some OONI Run v2 functionality. Therefore, it's safe to remove this experiment, which will make ooni/probe#2667 easier to implement.
Murphy-OrangeMud
pushed a commit
to Murphy-OrangeMud/probe-cli
that referenced
this issue
Feb 13, 2024
While approaching ooni/probe#2667, I recognized that the approach we're using to generate `SummaryKeys` is redundant, verbose, and fragile. This diff attempts to improve our implementation. We define new types for generating summary keys and `engine.MeasurementSummaryKeys` to either return the proper summary keys, if the experiment `TestKeys` support that or return a default value. While there, disable the flaky `throttlingWithHTTP` QA check (see ooni/probe#2668).
Murphy-OrangeMud
pushed a commit
to Murphy-OrangeMud/probe-cli
that referenced
this issue
Feb 13, 2024
Closes ooni/probe#2667. While there, repair flaky unit test and explain why it was flaky.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to generate a summary for Web Connectivity LTE. While there, the code for generating summaries is brittle and legacy, so we should do some KTLO work to make sure we leave the camp slightly cleaner.
The text was updated successfully, but these errors were encountered: