-
Notifications
You must be signed in to change notification settings - Fork 142
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
cli: fix table in Tor anomalous measurements #1698
Comments
@bassosimone I am using |
We looked into this with @sarathms and this is a bug in probe-cli, so we moved the issue into the probe repository. |
The particular |
So, on re-reading this issue, I don't think this is a probe bug, rather it's an UI bug that we should figure out how to address. The column is named "connect" and the tick means that we could connect. The error presented above says that the TLS handshake failed with a "generic timeout error". What I find wrong about the table generated by https://explorer.ooni.org/measurement/20210416T000625Z_tor_AZ_39232_n1_cLbrywxhrppEuk7l is that there is no information about the handshake in all cases, which does not strike me as correct. |
I noticed that in some anomalous Tor measurements, the table (which displays an overview of results based on the testing of Tor directory authorities and Tor bridges) is inaccurate -- in comparison to the raw data.
For example, look at this measurement: https://explorer.ooni.org/measurement/20210416T000625Z_tor_AZ_39232_n1_cLbrywxhrppEuk7l
It says that connections to only 3/10 Tor directory authorites were successful (and this is corroborated in the raw data), but the UI of the table includes a tick next to each tested directory authority.
See:
This seems like a bug. We therefore need to fix the table so that it accurately displays which connections to Tor directory authorities (and bridges) failed.
The text was updated successfully, but these errors were encountered: