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

Flag all Signal msmts as failed #771

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Flag all Signal msmts as failed #771

merged 2 commits into from
Nov 14, 2023

Conversation

FedericoCeratto
Copy link
Contributor

Related to ooni/probe#2627

@FedericoCeratto FedericoCeratto marked this pull request as ready for review November 14, 2023 17:57
Copy link
Member

@hellais hellais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@FedericoCeratto
Copy link
Contributor Author

0.82~pr771-209 deployed on -test

@FedericoCeratto
Copy link
Contributor Author

0.82~pr771-210 deployed on -test

@FedericoCeratto
Copy link
Contributor Author

0.82~pr771-210 deployed on FSN

@FedericoCeratto FedericoCeratto merged commit fff046e into master Nov 14, 2023
5 checks passed
tk = g_or(msm, "test_keys", {})
if tk.get("failed_operation", True) or tk.get("failure", True):
scores["accuracy"] = 0.0

try:
# https://github.com/ooni/probe/issues/2344
tv = g_or(msm, "test_version", "0.0.0")
if parse_version(tv) < parse_version("0.2.3"):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct, the check should be <=

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.

3 participants