[tor-bugs] #7664 [Ooni]: ooniprobe decks do not appear to work

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Dec 9 00:10:08 UTC 2012


#7664: ooniprobe decks do not appear to work
---------------------+------------------------------------------------------
 Reporter:  ioerror  |          Owner:  hellais       
     Type:  defect   |         Status:  needs_revision
 Priority:  normal   |      Milestone:                
Component:  Ooni     |        Version:                
 Keywords:           |         Parent:                
   Points:           |   Actualpoints:                
---------------------+------------------------------------------------------
Changes (by hellais):

  * status:  new => needs_revision


Comment:

 The problem is with the netalyzr test.

 You are calling in it reactor.stop, that will kill the event loop
 therefore stopping all the other tests that will never have the time to
 write to the config file.

 This commit fixes it: https://gitweb.torproject.org/ooni-
 probe.git/commitdiff/fb9d25b80d761532c41034fffc255244b3175fab.

 The starting and stopping of the twisted reactor *must* happen only once
 and *never* happen inside of tests.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7664#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list