-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mark signal v0.2.4 as failed (#831)
* fix: mark signal v0.2.4 as failed The ooni/probe-cli#1421 PR trimmed the endpoints and bumped signal's version to v0.2.5. So we need to ignore versions of signal lower than v0.2.5. I am wondering whether we should also use a time window because otherwise what happens when we reprocess measurements. If my analysis is correct, then we have an additional issue that there's another check in this codepath that seems to mark signal measurements as failed without any temporal constraints. This would also cause reprocessing to cause downstream issues. Part of ooni/probe#2636 * Add more specific constraints to the signal scoring logic * Bump changelog entry Fix changelog entry to avoid conflict with: https://github.com/ooni/backend/pull/793/files --------- Co-authored-by: Arturo Filastò <[email protected]>
- Loading branch information
1 parent
9414037
commit b5fa026
Showing
2 changed files
with
35 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
fastpath (0.86) unstable; urgency=medium | ||
|
||
* Mark signal measurements as failed | ||
* Disable torsf test via check-in | ||
|
||
-- Arturo Filastò <[email protected]> Mon, 25 Mar 2024 12:14:54 +0100 | ||
|
||
fastpath (0.84) unstable; urgency=medium | ||
|
||
* Support ooni_run_link_id | ||
|
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