backend icon indicating copy to clipboard operation
backend copied to clipboard

backend: mark blocking=null, accessible=null web measurements as failed

Open bassosimone opened this issue 2 years ago • 2 comments

Further details will follow. Very briefly, this issue is related to https://github.com/ooni/backend/issues/627.

This issue was actually wrong. We reverted ~immediately the change and we're working on a different solution. See below for more information on why the issue is wrong.

bassosimone avatar Aug 15 '22 16:08 bassosimone

This issue was wrong. When blocking and accessible are None, the probe does not know. This is different from failed.

The pipeline should prioritize the fingerprints over the probe's own assessment of a measurement.

bassosimone avatar Aug 16 '22 09:08 bassosimone

Implemented in https://github.com/ooni/pipeline/pull/396 If test_keys -> blocking or test_keys -> accessible are null the msmt should be failed unless it's flagged confirmed by the fingerprinting

FedericoCeratto avatar Aug 16 '22 09:08 FedericoCeratto