-
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.
fix(oonimkall): use richer-input-aware target loader (#1620)
This pull request fixes technical debt where `./pkg/oonimkall` ws using custom code to load experiments targets rather than using a (richer-input-aware) loader. We make sure to use a context with timeout when loading. Web Connectivity should continue to WAI on mobile after this change, given that the app is calling check-in itself and it is still a supported use case to execute an experiment with explicit input. We also start preparing for simplifying both `./pkg/oonimkall` and the mobile apps, by providing the category code and the country code inside the `status.measurement_start` event, which will allow mobile apps to update its URLs table in response to such event, rather than manually calling the check-in API and providing inputs to the engine. Closes ooni/probe#2764 Closes ooni/probe#2765
- Loading branch information
1 parent
74e0161
commit 8ba9945
Showing
5 changed files
with
302 additions
and
310 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
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
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
Oops, something went wrong.