ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
50 stars 29 forks source link

When there is a duplicate report_id, input pair, only the first result is accessible #138

Open anadahz opened 5 years ago

anadahz commented 5 years ago

It seems that this measurement it's not matching the equivalent measurement on explorer?: https://explorer.ooni.io/measurement/20170309T124904Z_AS35728_NWJtC75h4PPW6Amay6eApphIrgnLvTplH84Ee9slA8uswbTYLx?input=http:%2F%2Fintertran.tranexp.com

hellais commented 5 years ago

From what I can tell the query to find the measurement on explorer is returning two measurement entries and is picking only the first one.

I am not sure why that is happening, as it appears that the inputs are actually different, yet it's returning as the first item one which does not match exactly that input.

I suspect this is more of an issue in the API than it is in explorer.

hellais commented 4 years ago

This is related to fixing the ooid: https://github.com/ooni/pipeline/issues/48

FedericoCeratto commented 3 years ago

Partially implemented in https://github.com/ooni/backend/issues/437