ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

engine, miniooni: handle OONI Run v2 integer options #2645

Closed bassosimone closed 6 months ago

bassosimone commented 6 months ago

During the SplinterCon demo (see https://github.com/ooni/probe-cli/pull/1423), I noticed that we're not able to parse integer options from OONI Run v2 descriptors. This happens because they're parsed as float64 and the code that is setting options is confused by this fact, given that it only expects integers in input.