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

doneNetTest is called while some measurements are still running #32

Open
hellais opened this issue Sep 17, 2018 · 0 comments
Open

doneNetTest is called while some measurements are still running #32

hellais opened this issue Sep 17, 2018 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@hellais
Copy link
Member

hellais commented Sep 17, 2018

@hellais commented on Fri Oct 07 2016

This comes from the discussions inside of #612.

@darkk

The easy way to trigger that behaviour is to run a test against TARPIT. twisted has huge timeout to trigger ResponseNeverReceived in this case, something like ~1100 seconds. So the Measurement is not running as TaskWithTimeout tried to commit a suicide, but some offspring deferreds doing retries were kept alive. www.wallpapergate.com works like a TARPIT for me.

It looks like a bug, but that's not a blocker, I'm forking it to separate ticket to document it, but I'm unsure that we'll ever fix it due to upcomming MeasurementKit integration.

For context the function doneNetTest is writing Summary for ... with URLs and Report ID: https://github.com/TheTorProject/ooni-probe/blob/master/ooni/nettest.py#L515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
OONI-Verse
  
Icebox
Development

No branches or pull requests

1 participant